Arun Karthick
15 articles
Languages
Learn to Create Mobile Applications with Bootstrap and HTML 5
In this article, I will introduce readers to bootstrap 3 and also take you through building a mobile friendly sample web application. I will...
Microsoft & .NET
Top 10 C# 6.0 Language Features
In this article, I am going to list my top 10 features that are expected to be released with C# 6. Currently, C# 6...
Microsoft & .NET
An Introduction to Microsoft Roslyn
Microsoft Roslyn has been released as CTP (Community Technology Preview) and can be downloaded from here. It can be installed on top of Microsoft...
Languages
Top 7 Features of HTML5
Introduction
In this article I will be covering what I think is the top 7 features of HTML5. HTML5 was introduced in order to support...
.NET
Learn about Code Contracts in .NET Framework 4.0
Introduction
In this article we will show you how to utilize Code Contracts in the .NET framework 4.0 using the Design By Contract principle. Code...
.NET
Code Coverage for .NET applications: An Insight
Introduction to Code Coverage
In this article I will provide you with some insights about running code coverage on .NET framework applications. I will be...
Microsoft & .NET
Using the ViewBox Control in Silverlight
Introduction
In this article I will explain about the ViewBox control and how it comes in very handy while developing Silverlight applications. The ViewBox control...
Microsoft & .NET
Implementing AutoComplete Text Functionality in Silverlight
Introduction
Silverlight is evolving with a lot of new features in each and every version release. The AutoComplete text feature is one such example. In...
Microsoft & .NET
How to Use MEF in Silverlight
Introduction
In this article I will explain about the Managed Extensibility Framework (MEF) and demonstrate the its use in Silverlight. I will also provide the...
Microsoft & .NET
Implementing Windows Notification functionality using Silverlight 4.0
Introduction
Silverlight 4.0 SDK version provides support for implementing Windows notification functionality in Silverlight applications. In this article I will explain about the Windows notification...