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 that make you want not being […]
pollirrata.com
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 that make you want not being […]
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 about Opening and Closing Connections. But […]
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 tried to create some code reviews […]
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 property is set to a null […]
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 following some of the courses that […]
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 simple Tic-Tac-Toe game in a real-time […]
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 wasn’t able to get the Tic-Tac-R […]
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 be played here. On the next […]
As an experiment for learning HTML5 Canvas, I created this small game based on the popular “Snake” that many of us played on our old mobile phones (A Nokia 3320 in my case) I deployed the […]
This post is based on Robert Conner’s code forCakePHP 1.x., and I made some changes to get it to work onCakePHP 2.x . The original post can be found here. Maybe some people have faced problems […]