Windows Server AppFabric is a set of integrated technologies that make it easier to build, scale and manage Web and composite applications that run on IIS. Windows Server AppFabric targets applications built using ASP.NET, Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF). It provides out-of-the-box capabilities for you to easily build and manage composite […]
Read more โCategory: C#.NET
C#.NET
Mono 2.8 released with full support for C# 4.0
The Mono project, which produces an open source implementation of the .NET runtime, has released version 2.8. The update brings full support for version 4.0 of the C# programming language, substantial improvements to the optional LLVM-based Mono backend, and a new garbage collection implementation that is more efficient. Continue read more from Ryan Paul’s article […]
Read more โCreating Excel Files from DataSet using OpenXML 2.0 – C#
Introduction It is quite often we programmers have to develop business applications which provides the facility for the end-user, such as “Export to Excel”, dumping report information to an Excel worksheet and mail them to the user. Since excel is a good medium to generate easy to use reports, calculation, sales forcasts etc. Imagine that […]
Read more โUsing External Configuration Files in .NET Applications (C#)
This post is about making a small code snippet which read from an external configuration file and get the custom configuration entries from it. I went through the solutions. My target was to checkout how we can use the external configuration files in an ASP.NET Web.config. The idea is that there are more than one […]
Read more โVisual Studio 2010 Service Pack 1 and Hardware Rendering/acceleration
Microsoft Visual Studio 2010 RTM was released on 12-APR-2010, 1 year completed as of now. The major change of VS2010 was that it is a completely reworked and is completely developed in WPF(Windows Presentation Foundation). Since it is based on WPF, Visual Studio 2010 performance is based on hardware rendering(using “3D Graphics”/VGA hardware). In order […]
Read more โSilverlight 5 Final(RTW) released and Microsoft® Silverlight® 5 Tools for Visual Studio® 2010 SP1 available for download
In DECEMBER 2010 Silverlight Fire starter event Microsoft announced the upcoming release of Silverlight 5. Read Scott GU’s Silverlight 5 -announcement blog. and right after an year, yesterday Microsoft has made a remarkable announcement for developers by Releasing final version of Silverlight 5 (RTW). Silverlight 5 offers many new features including: PivotViewer control Trusted applications […]
Read more โ