Some of you might be familiar with SubSonic. I thought of writing a simple introduction to SubSonic here. What is SubSonic ? In simple words a tool/libraby builds the .NET data access classes instantly against the database you have mentioned in a configuration file. It’s uses ORM ( Object Relational Mapping) mechanism to auto-magically (not… Continue reading
Category: All
ASP.NET Webforms vs ASP.NET MVC
I thought about writing on this subject when i felt lots of people are confused about ASP.NET MVC. Some really asks why we need MVC when we have asp.net webforms. I know most of them never followed any other architecture other than 3 tier. Most of them 3 tier is life. They considers 3-tier is… Continue reading
Lunascape 6.0.3 worlds only triple engine browser
Lunascape is the world’s only triple engine browser. What this means is that you can have the best features, performance, and speed of Windows Internet Explorer, Mozilla Firefox, Google Chrome, and Apple Safari all in one browser and can view any website in an optimal way without a need to open another browser. Yeah, that’s… Continue reading
Windows Azure and WCF Azure Code Samples
I came across the microsoft code samples on Windows Azure and WCF Azure application development using Visual Studio. I thought this would be useful to others and posting here. Windows Azure Code Samples http://code.msdn.microsoft.com/windowsazuresamples WCF Azure Samples http://code.msdn.microsoft.com/wcfazure Windows Azure Management Tool (MMC) http://code.msdn.microsoft.com/windowsazuremmc Bid Now Sample http://code.msdn.microsoft.com/bidnowsample Contoso Cycles Contoso Cycles shows how the… Continue reading
Platform vs Framework
Lot of friends of mine has asked me a question. What is the difference between a Platform and a Framework?. Some are merely confused on the different naming conventions uses in different technology specialists in their blogs as well as in job interview question. I came across a nice answer, of course through some internet… Continue reading
Microsoft Tech-Ed INDIA 2010
Microsoft has announced the Tech-Ed india 2010, which will be commencing on April 12 – 14th 2010 in Banglore. And major attraction of this event would be Microsoft is releasing the Visual Studio 2010 on this event in INDIA. There are 21 Technical Tracks at Tech·Ed India 2010 that span more than 745 learning opportunities.… Continue reading
Enterprise 2.0 emerging technologies of 2010
I recently came across a nice article by Dion Hinchcliffe’s blog at ZDNet It is overwhelming to read and see what are the on going trends in Enterprise 2.0. Well now, Every will start asking what is Enterprise 2.0. Here is a small defenition from Wikipedia. Enterprise social software (also known as or regarded as a… Continue reading
Patch for Visual Studio 2010 RC
There was a bug which brocken the intellisense in Visual Studio 2010 RC, earlier about a week back ScottGu has notified this bug in his blog, through different Testers and Users feedbacks. This is issue frequently occurs in when you type some code in Visual Studio Editor and intellisense popping up, will result in a crash… Continue reading
Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2
There were many questions around the web, how can we directly upgrade the ASP.NET MVC 1.0 application to ASP.NET MVC 2.0. I have found on Phil Haack’s post that VS 2010 RTM will include an automatic upgrader for MVC 1.0 applications. He notified about a 3rd party tool on the Eilon Lipto’s blog . He provided… Continue reading
Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC
When i went through Phil Haack’s blog on hacked.com i found that Visual Studio 2010 RC does not come with latest ASP.NET MVC 2 – RC2 with in it. We have to download and install the latest ASP.NET MVC 2 – RC2 from Microsoft/Codeplex downloads. So we need to uninstall the existing ASP.NET MVC 2 – setup… Continue reading