Tag: c#
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a…
READ MORE: Html.RatingFor: Extending the MVC HtmlHelperBY
-
Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)
When trying to create a sandbox project using WebAPI (on MVC4), I was struggling…
READ MORE: Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)BY
-
Backing field for automatically implemented property [Field] must be fully assigned before control is returned to the caller
Working with structs in C# gives you a lot of flexibility on the way…
READ MORE: Backing field for automatically implemented property [Field] must be fully assigned before control is returned to the callerBY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In…
READ MORE: Localize your MVC app based on a subdomainBY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources,…
READ MORE: Runtime customizable model attributes in ASP.net MVC3BY
-
The importance of profiling your application
It is well known that the ORM can help a lot in software development.…
READ MORE: The importance of profiling your applicationBY
-
Solution to: “The operation failed: The relationship could not be changed because one or more of the foreign-key properties is non-nullable”
The operation failed: The relationship could not be changed because one or more of…
READ MORE: Solution to: “The operation failed: The relationship could not be changed because one or more of the foreign-key properties is non-nullable”BY
-
Tic-Tac-R source code
After some tweaks, I’m releasing the source code of the Tic-Tac-R game. As you…
READ MORE: Tic-Tac-R source codeBY
