-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In ASP.net, you can tell your application that the language that should be using corresponds to the…
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, or your model classes are outside of your MVC project, or any other reason you have…
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. In fact, they solve many problems that as developers we had in the past, specially talking…
READ MORE: The importance of profiling your applicationBY
-
Creating CodeCollaborator reviews using command line
Some months ago, I started using CodeCollaborator to create code reviews and ensure our developments have the desired quality. We are at the end of our development sprint, so I…
READ MORE: Creating CodeCollaborator reviews using command lineBY
-
Overcome to Windows Azure free trial cancellation by adding a new plan
I decided to try Windows Azure more than 3 months ago, most likely because of it’s free 90-day offer. I can tell that I’m amazed on all the posibilies you…
READ MORE: Overcome to Windows Azure free trial cancellation by adding a new planBY
-
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 the foreign-key properties is non-nullable. When a change is made to a relationship, the related foreign-key…
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
-
There’s no reason to be scared, anybody can code now. So just do it!!
I was thinking over this days on how the development tools have evolved. I think that anybody can just start doing code now, with only some little training or just…
READ MORE: There’s no reason to be scared, anybody can code now. So just do it!!BY
-
Tic-Tac-R source code
After some tweaks, I’m releasing the source code of the Tic-Tac-R game. As you may find on the previous post, this game is an experiment on how to make a…
READ MORE: Tic-Tac-R source codeBY
-
Updates to Tic-Tac-R. Now it works on Windows Azure =)
This is an update of my previous post Update: Post with the source code of the game After spending a lot of time testing and searching on the web, I…
READ MORE: Updates to Tic-Tac-R. Now it works on Windows Azure =)BY
-
Tic-Tac-R is alive!
After several weeks of work (and intensive learning) I’m releasing Tic-Tac-R for beta testing. Tic-Tac-R is a little experiment of creating a traditional Tic-Tac-Toe game using SignalR, and it can…
READ MORE: Tic-Tac-R is alive!BY
