March 2011 - Posts

4
Comments

Entity Framework Model Inheritance with SQL CE 4 by nmarun

For some (unknown) reason, I’ve been curious to work with SQL CE, just hadn’t gotten a chance to work with it. If you’re not familiar with what SQL CE is all about, go through this article from Scott Gu . To begin with I have an empty MVC 3 application...
0
Comments

VS2010 crashes fixed with Productivity Power Tools upgrade by nmarun

I’m guessing people have at least heard of Productivity Power Tools plug-in for Visual Studio. If not, I strongly recommend you give it a shot. There’s a feature in this plug-in that’ll fix mixed tabs. A toolbar appears on the top that shows three buttons...
2
Comments

Drawing on a webpage – HTML5 - IE9 by nmarun

So I upgraded to IE9 and continued exploring HTML5 . Now there’s this ‘thing’ called Canvas in HTML5 with which you can do some cool stuff. Alright what IS this Canvas thing anyways? The Web Hypertext Application Technology Working Group says this: “The...
Filed under: , , ,
9
Comments

HTML5-MVC application using VS2010 SP1 by nmarun

This is my first attempt at creating HTML5 pages. VS 2010 allows working with HTML5 now (you just need to make a small change after installing SP1 ). So my Razor view is now a HTML5 page. I call this application - 5Commerce – (an over-simplified) HTML5...
More Posts