Code first is the way to write your code first and let the code take care of the Database and such for you. You shape your objects and you run custom tool to generate the Database for you. Now, you should have the basic idea on how database tables , views and relationship works, but…
Author: mhoque
Happy New Year 2011
Happy New Year Shuvo Noboborsho Feliz Navidad To Everyone.
Issues with Razor and Intellisense
I just started to convert few of their old ASP (?? yes) pages to Razor view engine with MVC 3. Soon I ran into issues. I don’t have Intellisense….what !!! Nooooooooooooooooooo. I don’t want to go back to VB 4 days. After some research I found out the issue is not on the MVC…
Window 7 Phone
October 12th will be the Windows Phone 7 Developer Launch. Read Scott’s Blog to find out more detail.
Windows Phone 7, Programming a Tic Tac Toe Adding Application Bar Menu and Seperate Logic – Part 3
If you have been reading Programming Tic Tac Toe Part 1 and Programming Tic Tac Toe Part 2 . You should be ready to do this. If not please read those first if you are not familiar with Windows 7 programming. On this segment I would like the add an Application Menu bar and want…
Windows Phone 7 : Part 2. Adding application Bar for the Tic Tac Toe game
This is the second part where I will add the Application bar (programatically) to the Tic Tac Toe game to start a new game after the game is over. We will add a simple Application bar button. This is part 2 of the blog. If you are not familiar with this, please check out the…
Window 7 Phone , Programming a Tic Tac Toe part 1
I am excited to see Windows 7 phone coming to live slowly. And as always I wanted to play with this new toy and make something to get my feet wet. After watching the introductory videos, I figured out that I will make a simple game. Well Tic Tac Toe was my choice. I tried…
Captcha implementation
I have finally got sick of all the spammers and implemented a Captcha solution for my BLogEngine 1.6 site. So far I haven’t seen a single spam. If you are interested you can find the article to implement this here at Michael Ceranski’s blog. If you run into any snags, let me know. …
Brett Favre with Vikings for second season
That is awesome news for me. Check this out…. http://content.usatoday.com/communities/thehuddle/post/2010/08/fox-sports-brett-favre-headed-to-minnesota-to-rejoin-vikings/1
How to Quickly change a Project Type
Technorati Tags: .NET,Visual Studio,Visual Studio 2008,C#,VB.NET,Project I was just trying some new things out and created a Class Library project. But as I went in deeper into it, I really wanted a console application instead. One way was to copy all the files to a newly created Console application project…tedious and time consuming…