It was nice informative session we had in DEVCON2010 by Microsoft User Group, Hyderabad(www.MUGH.net). I was really glad to meet Aaron Skonnard(@skonnard) directly and learn from him, such an excellent speaker he is, I really a great fan of him, experienced his works etc. I always admire his works and rocking session on Future of… Continue reading
Category: C#.NET
C#.NET
Get your Windows Server AppFabric Training Kit
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… Continue reading
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… Continue reading
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… Continue reading
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… Continue reading
Free 60 Controls from DevExpress
DevExpress is offering us over 60 DevExpress controls free of charge – without royalties or distribution costs. These free license includes the following DevExpress products for WinForms, ASP.NET and Silverlight platforms: To obtain your free DevExpress controls Visit Link
Windows Azure Platform Training Kit – December Update
The Azure Services Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform including: Windows Azure, SQL Azure and AppFabric. The December release includes new and updated labs in addition to information about Microsoft Codename “Dallas”.… Continue reading
dasBlog :: an open source blogging platform for ASP.NET 2.0
dasBlog Is an open source content management system(CMS) developed using asp.net and it will running on ASP.NET 2.0. Microsoft has has included it as part of “Microsoft Web Platform Installer 2.0”.. It’s FEATURE Rich like all other content management systems available in Web. Simple and Elegent to design.. FEATURES (as per dasBlg website) Anti-Spam Features… Continue reading
Mono!! Open Source .NET framework for Unix/MacOS and Other OS
Mono 2.6.1 is a portable and open source implementation of the .NET framework for Unix, Windows, MacOS and other operating systems. The Mono 2.4.2, first version of mono which introduced the ASP.NET MVC Open Source Stack support. These are some of the major features in this release: WCF client and server, the subset exposed by… Continue reading
MVC Turbine – Converting Flow into Useful Work
MVC Turbine is a plugin for ASP.NET MVC that has IoC baked in and auto-wires controllers, binders, view engines, http modules, etc. that reside within your application. Thus you worry more about what your application should do, rather than how it should do it. Features Visual Studio 2008 Solution Templates for IoCs Ninject Castle Windsor… Continue reading