Entity Framework – Schema MigrateDatabaseToLatestVersion
I’ve been using EF for quite sometimes and I use Code First to build my schema. The question that I always have in mind is “Once the project is released and we need to add a…
Dotnet general
I’ve been using EF for quite sometimes and I use Code First to build my schema. The question that I always have in mind is “Once the project is released and we need to add a…
EF is an ORM tool for Microsoft. It helps developer in interacting with the database (CRUD) and running a custom stored procedure. I’ve been using it and it’s all running perfectly fine. But I have a…
This is a great article explaining how to create a custom exception that follows the standard http://dotnetconcepts.wordpress.com/2010/05/28/custom-exceptions-in-c/
If you use IIS7 with windows authentication and kerberos, you might want to look into this support article from microsoft. This support article also cover IIS6 http://support.microsoft.com/kb/954873
In silverlight, normally we apply style per XAML file by adding the style into UserControl.Resources section. Sample below http://pastebin.com/embed_iframe.php?i=FgjnHqAT and to apply the style in the control we do http://pastebin.com/embed_iframe.php?i=veWGiyNh but let’s say you want to…
I write this article in advance for my technical presentation. MSMQ is a messaging platform by Microsoft and it is built-in on the OS itself. Installation 1. To install MSMQ, you can go to “Add/Remove program”…
I believe some of you already know about this but for me I never used it. Yield keyword has been existed since .NET 2.0 so I decided to look up of what it does and try…
This is a nice extension for VS2010 to allow you to change the default browser on debugging mode http://visualstudiogallery.msdn.microsoft.com/bb424812-f742-41ef-974a-cdac607df921