.NET

List of ORM libraries available for .NET and the best one

An Object Relation Mapping(ORM) library helps developers to create data access applications by programming against a conceptual model instead of programming against a relational database model.  ORMs bring lot of advantages and few of the prominent ones are -  RDBMS independent data access layer development, rapid application development, huge reduction in code, auto generation of …

List of ORM libraries available for .NET and the best one Read More »

C# How To: Get Calling Class Name & Method Name Using StackFrame Class

In one of the .NET applications I’m designing, we had to identify the name of the calling method as well as the class in which the calling method is defined. This information helped us in automating our process and reduced the lines of code by several times. It’s quite easy to get calling method details …

C# How To: Get Calling Class Name & Method Name Using StackFrame Class Read More »

Microsoft Builds Awesome Applications Using FaceBook APIs

Microsoft released a demo video of two applications developed using SilverLight, .NET and recently released FaceBook APIs. The user interface of the applications are unbelievable good and you can see it in the below video published by Tech Crunch For developers: Microsoft is going to release the full source code, APIs along with the documentation …

Microsoft Builds Awesome Applications Using FaceBook APIs Read More »

How To Clear ClickOnce Application Cache

If you want to clear .NET ClickOnce Application cache, run one among the following commands through Visual Studio command prompt. mage -cc You can read more about .NET ClickOnce application deployment over here at MSDN

Download Offline Installers Of .NET Framework 4.5, 4.0, 3.5, 3.0 & 2.0 From Microsoft Servers

As many of the new Microsoft Windows applications are developed using .NET Framework, it is becoming mandatory to install .NET Framework on our personal computers. Microsoft provides .NET Framework installer as a free download available to everyone. But it is an online installer. That means, initially we have to download a small piece of installer …

Download Offline Installers Of .NET Framework 4.5, 4.0, 3.5, 3.0 & 2.0 From Microsoft Servers Read More »

Fixing The Error “.NET Runtime version 2.0.50727.3053 – Fatal Execution Engine Error” [.NET]

Today when Visual Studio.NET 2008 IDE is launched, the IDE closed automatically after few seconds without any error/warning message. I tried launching it again but the result is same – VS.NET 2008 IDE closes automatically after a glance “Start Page”. Going through the Windows Event Log revealed an error message with the description .NET Runtime …

Fixing The Error “.NET Runtime version 2.0.50727.3053 – Fatal Execution Engine Error” [.NET] Read More »

How To Fix – “Windows Live Writer requires the installation of the .NET Framework” Error

In an unavoidable circumstance, I had to rebuild Windows Vista OS today.  After rebuilding the OS I noticed the recent Technology Preview of Windows Live Writer is no more part of my Start Menu Programs list. I searched for installation folder of Live Writer CTP under program files, but no luck. Seems to be it …

How To Fix – “Windows Live Writer requires the installation of the .NET Framework” Error Read More »