The Wayback Machine - https://web.archive.org/web/20121230210027/http://www.codeguru.com:80/member.php/V.N.S+Arun/

Articles Written by V.N.S Arun

Top 7 Eye-Catchers of Visual Studio 2012

With the RTW of the Visual Studio 2012 IDE in August, Microsoft included some new features and nice enhancements. Read on to learn the top 7 items that caught one developer's eye.

A Look at the Caller Info Attributes in C# 5.0

In C# 4.0 or earlier versions, in order to get the caller information at the called method, the caller had to explicitly pass the information as a parameter or by some other means. Arun Karthick examines C# 5.0's Caller Info attributes to accomplish the task with ease.

Supporting Asynchronous IO Operations with .NET Framework 4.5

In .NET framework 4.5 you can write asynchronous file IO operations much easier  using the Async methods that are provided along with the IO base class libraries. Read this article to explore more about it.

Introduction to Portable Class Library in .NET Framework 4.5

If you are developer working on applications targeting multiple platforms you might have to create duplicates of underlying class libraries targeting the specific platforms, even if they contain the same functionality, logics or algorithms. In .NET framework 4.5 RC, the Portable Class Library has been introduced to solve exactly that problem.

Visual Studio 2012 is More Friendly with Javascript and CSS

Microsoft has introduced some cool features with Visual Studio 2012 that seem to resolve some general issues faced by every web developer while working with a .js or a .css file. Read on to learn about a few of them.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds