-
Next week Thursday I will be speaking at MvcConf . This is a virtual, free conference that has attracted some very heavy hitters MVC hitters to come and chat about their voodoo. This should be interest sting. http://mvcconf.com/ Below is the...
-
http://timheuer.com/blog/archive/2008/04/06/silverlight-cross-domain-policy-file-snippet-intellisense.aspx
-
Most of the time we used to create table relationship using SQL Query Analyzer by writing the SQL Scripts, but today I thought why not to use Management Studio, guess what it took me more then 30 min to find out how, sounds silly! Anyways if you too get...
-
Personally I loved the VS2008 theme, so when I switched to VS2010 I saw the looks was vastly changed. It took sometime for me to get used to this for my eyes. Before I came to know this is just a default theme and we can customize this however we want...
-
Good post here...http://blogs.msdn.com/dsimmons/archive/2008/05/17/why-use-the-entity-framework.aspx
-
May 20th Scott’s Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight http://weblogs.asp.net/scottgu/archive/2010/05/20/may-20th-links-asp-net-mvc-asp-net-net-4-vs-2010-silverlight.aspx
-
In this post I am going to show how we can use the Silverlight DataGrid RowDetails Template, Before I start I assume that you know basics of Silverlight and also know how you create a Silverlight Projects. I have started with the Silverlight Application...
-
This something like - anybody would think why I will require to do this thing ever?. I mean calling a web service without adding reference of it. Obviously, to call a web service I would simply add the "Web Reference.." from the Solution Explorer;...
-
Nice post by ScottGu. Just wanted to share with my readers and of course for my reference too. http://weblogs.asp.net/scottgu/archive/2010/05/12/fun-visual-studio-2010-wallpapers.aspx Cheers ~Brij
-
Here I am going to show you a simple preferred time control, where you can select the day of the week and the time of the day. This can be used in lots of place where you may need to display the users preferred times. Sample screenshot is attached below...
-
Did you ever need to write disconnected process which should be run at a defined interval time? Commonly, when we are in such need - we use to write window service which is based on some timer mechanism where we set some interval for the timer and in...
-
Finally PowerCommands for Visual Studio 2010, is here, you can download it from here http://visualstudiogallery.msdn.microsoft.com/en-us/e5f41ad9-4edc-4912-bca3-91147db95b99
-
Today, I am going to describe complete process of creating a perfect DotNetNuke Environment or say how would you install DNN Site (whether install or source version). I am going to use most latest and stable 05.04.00 install version of DotNetNuke. To...
-
after Long time.... back in the community finally... :) I was working in DNN application since I used to add css classes as and when I need to add which are related to specific my custom dnn modules. Initially, I used to add those classes in MinimulExtropy...
-
I recently got this error with an upgraded project to VS 2010 (web forms). I searched the internet for the error, which I thought wasn't really an error due to a corruption since I could get an MVC app to run and another smaller web forms application...