Always remain updated about current software development trends

Articles in ASP.NET

Extract to User Control in visual studio11

This post will be part ofVisual Studio 2011 feature series.I have been playing with Visual Studio 11 beta recently and everyday I am amazed with new features of it. Today I have found one more very useful featureExtract to User Controlfeature.In large projects,...

Beginner’s Guide to Node.js on Windows Azure

In this post, I will provide an introduction toNode.jsand Windows Azure tools for Node.js and will also provide few resources to start and develop Node.js apps on Windows Azure.Introduction to Node.jsTheNode.jswebsite is given the following introduction on...

Using custom fonts in your web pages

From the start of web, people were restricted to use standard fonts(those are globally available in all platforms) such as Arial, Times etc,  for displaying content in web pages. The main issue was that the browser did not have the capability to read the...

Windows Azure for Amazon AWS Users

One hurdle I run across while talking to AWS users about Azure\xa0comes down to terminology. Every cloud vendor has their own vernacular and this can be a source of endless frustration when one starts to compare the two services. Developers that have already...

Getting Started with CSS Media Queries

If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types such as "print", backgrounds, navigation bars, and...

Browser selection in Visual Studio 11

This blog post will be a part ofVisual Studio 2011 Beta Feature series.In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have directly that on the Visual studio 2012...

Web Tab Control

A tab control for the web that can be created dynamically in C#. Uses JavaScript so tabs can be changed without refreshing the page allowing ease-of-use on things like Account Information pages.

Export data to Excel in Webmatrix

How to export data from a SQL Server CE database to an Excel sheet