|
Dec
8 |
|
comment |
Entity Framework 5 on .NET 4.0 - DatabaseGeneratedOption.Identity is undefined Hotrodmonkey, .NET 4.0 supports a smaller feature set of EF 5.0, however, .HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity) is supported in EF 4.1+ Ultimately, you should accept @jrummell 's response as the answer. If you're running into issues, make sure you're referencing EF 4.1+ in your application I've been using it in an EF 4.x .NET 4.0 Production application for over a year. |
|
Dec
6 |
|
comment |
ViewBag, ViewData and TempData I'd have to agree with Jesse, while this is an excellent description, blatantly stating there is no good reason to use ViewBag is a matter of a matter of opinion, no a matter of fact. It is certainly a bad practice to overuse the ViewBag, and some developers fall into this trap, but tastefully used it is a powerful resource. |
|
Jun
13 |
|
comment |
Populating a Kendo UI Combobox with big JSON string Depending upon his routes, the URL can actually be whatever he wants. |
|
May
11 |
|
awarded | Critic |
|
Apr
24 |
|
comment |
jQuery Validate Unobtrusive is not working for TextArea Can you include your Controller code? Also, did you include both jquery.validate and jquery.validate.unobtrusive in your layout or view? |
|
Apr
24 |
|
comment |
how would I open a page when facebook like button is clicked? Hmmm, I'm pretty sure that forcing a user to like your page is against Facebook's TOS. Is your intention to just show them additional content after clicking like? |
|
Apr
24 |
|
answered | Best way to add parameter to the current URL in ASP.NET MVC3 |
|
Apr
10 |
|
awarded | Commentator |
|
Apr
10 |
|
comment |
MVC3 partial view for edit pop-up sorry, the bgiframe option isn't needed any longer... |
|
Apr
10 |
|
revised |
MVC3 partial view for edit pop-up remove bgiframe options |
|
Apr
6 |
|
comment |
ASP.net MVC Sending Mail @Chlebta, you have failed to include the flag to not use default credentials as Giorgio recommended in his code. |
|
Apr
6 |
|
comment |
MVC3 partial view for edit pop-up @OBL, did you include jQueryUI in your page before getting that exception? |
|
Apr
5 |
|
comment |
MVC3 partial view for edit pop-up This is based on your original code sample...., it will pass over to the action that renders your partial view whatever variable you have put into the url. As for your exception, Did you include JQueryUI? |
|
Apr
5 |
|
answered | Create Android application for ASP.NET MVC 3 application |
|
Apr
5 |
|
answered | MVC3 partial view for edit pop-up |
|
Apr
5 |
|
revised |
BlockUI jquery-ui theme support in IE added 42 characters in body |
|
Apr
5 |
|
answered | ASP.Net MVC 3 AutoMapper |
|
Oct
12 |
|
comment |
Entity framework 4 - custom complex type mapping to keep entirely within the FluentAPI, you should drop the ComplexType annotation and use modelBuilder.ComplexType<Address>(); UPDATE: just submitted an edit to do just that since this is an old post.... it's pending |
|
Aug
26 |
|
comment |
delete table row Wow, looks like a few of us were answering at the same time... I got sidetracked and posted mine late |
|
Aug
26 |
|
answered | delete table row |