Tag: c#
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a…
BY
-
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…
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…
BY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In…
BY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources,…
BY
-
The importance of profiling your application
It is well known that the ORM can help a lot in software development.…
BY
-
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…
BY
-
Tic-Tac-R source code
After some tweaks, I’m releasing the source code of the Tic-Tac-R game. As you…
BY