Always remain updated about current software development trends

Articles in DOTNET

UserControl populating ItemsControl – Manipulation of ItemsControl collection from inner UserControl

UserControl populating ItemsControl \u2013 manipulation of ItemsControl collection from inner UserControl

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...

A Framework in C# for Fingerprint Verification

In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

Why C# interface inheritance makes sense: see LINQ...

How Linq extension methods benefit from interfaces inheriting from interfaces

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...

Using async and await in Silverlight 5 and .NET 4 in Visual Studio 11 with the async targeting pack

Last September, I introduced the idea of Tasks in Silverlight . One of the things I really like about .NET 4.5, and the C# compiler that comes with it, is the ability to simplify asynchronous code by using the async modifier and await operator. Just yesterday...

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...