Skip to main content

Questions tagged [codefirst]

-3 votes
1 answer
71 views

I been trying to figure out, what i hoped is a simple problem, but am yet to land with an answer. How do you go about designing an entity relationship diagram when doing code first development? The ...
Aeseir's user avatar
  • 257
1 vote
2 answers
1k views

I am developing a SAAS application where : A single web application is hosted in IIS which will serve to multiple companies and each company will have its own database. The web application and ...
Rahul Jain's user avatar
2 votes
1 answer
148 views

Say I have a product listing backed by a SQL table. It's a large data model (truncated here for brevity) but let's say looks like this: public class Product { public int Id { get; set; } ...
jbwebtech's user avatar
  • 121
2 votes
2 answers
5k views

I'm in the process of redesigning a portion of my ASP.NET MVC application. I'm currently using Entity Framework 6.1 code first approach. I've been reading as of late that (Correct me if I'm wrong, I ...
Jose A's user avatar
  • 305
3 votes
0 answers
497 views

I recently started a small test app using EF 6 Code First so that I can learn / practice using EF and databases (I'm a front end developer). As I am developing I will want to make changes the POCO ...
King Arthur's user avatar
2 votes
1 answer
408 views

I originally posted this on stack overflow but was told that here is a better place to ask this kinda stuff. I couldn't find any other similar answered question but if there is one please give me a ...
Phoenix's user avatar
  • 131
2 votes
3 answers
998 views

While matching SQL Server datatypes with C# Code First Approach in Entity Framework, what are specific points that we should keep in mind so that our C# datatype should match exactly our SQL Server ...
Husrat Mehmood's user avatar
5 votes
2 answers
6k views

This question is asked many times, and I always prefer code-first as I like to keep the logic in code. But now I have a challenge to load screen under 5 seconds and very little time to do things. I ...
A.T.'s user avatar
  • 171

15 30 50 per page