| Articles |
Visual Studio.NET ShortCut Keys - Increase productivityIn this article, I am going to share some shortcuts of Visual Studio. Hope this will be helpful.Views: 1199 | Posted by: Prabhukiran345 | Votes: 4 | Rating: 4.5 out of 5 |
Creating Set up for Windows Application using ICONSIn the real world application development we deal with windows application and after programming the app, the time comes to create the Installer or the Set up file.In this article we will explore the same.Views: 980 | Posted by: Raj.Trivedi | Votes: 1 | Rating: 4 out of 5 |
Android SDK in Visual studio 2012This Article Explains you to how to install Xamarins Mono for Android in Visual studio 2012 to develop Android Applications using c# and Dot net Framework…Views: 5078 | Posted by: Rama Sagar | |
|
|
Adding and Deleting Items in List View Control in Metro Style Apps - DAY 8In this article we will learn about adding items to ListView control and Deletion of items from ListView controlViews: 1646 | Posted by: Niladri.Biswas | |
Page Navigation without using Navigator.js and passing value between two pages using using Session, using Roaming DataStore and using ApplicationDataCompositeValue in Metro Style Apps-Day 7In this article we will learn Page Navigation without using Navigator.js and passing value between two pages using using Session, using Roaming DataStore and using ApplicationDataCompositeValue in Metro Style AppsViews: 1058 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 4 out of 5 |
Consume C# Code from WinJS in Metro Style Apps - Day 4In this article we will look into as how can we consume a functionality being written in C# library from WinJS environment.Here we will see as how to convert a class library file to a Windows MetaDataFile (WinMD) and invoke followed by consuming the same via WinJS.Views: 1041 | Posted by: Niladri.Biswas | |
Consuming a REST based JSON service using WinJS in Windows 8 Metro - Day 3In this article, we will look into as how can we consume a REST based JSON service using WinJS in Windows 8 Metro.Views: 1485 | Posted by: Niladri.Biswas | |
Perform a simple arithmetic operation using Windows Metro using HTML, CSS and JavaScript - Step by Step - DAY 1In this article we will explore Metro Style Application by performing a simple arithmetic operation using Windows Metro using HTML, CSS and JavaScriptViews: 972 | Posted by: Niladri.Biswas | |
|
|
Asynchronous programming - async & await.Net 4.5 introduced the new asynchronous programming model using the asyn and await keywords. Till now asynchronous programming is little complex and the debugging of the same is painful. Now with the help of the new asynchronous programming, developers can write simple codes to do the asynchronous tasks.Views: 2156 | Posted by: Ambily.Raj | |
Visual Studio 2012 Features – Quick LaunchVisual Studio 2012 is having a bunch of new features, which helps improve the developer productivity. In this article we will discuss about the Quick Launch Feature.Views: 2446 | Posted by: Ambily.Raj | Votes: 2 | Rating: 4.5 out of 5 |
Visual Studio 2012 Features–Code Clone AnalysisVisual Studio 2012 introduced a very helpful feature called Code Clone Analysis, which will search the solution and find out the duplicate code snippets.Views: 2866 | Posted by: Ambily.Raj | Votes: 1 | Rating: 4 out of 5 |
Visual Studio 2012 Features – Extract To User ControlVisual Studio 2012 introduces another great feature for creating a user control out of the existing code. Till now we used to create different User controls and use it in main page. Now, with the introduction of Visual Studio 2012, we are developing the pages and generate the User controls from the existing page design.Views: 3419 | Posted by: Ambily.Raj | |
Visual Studio 2012 Features - SQL Server Object ExplorerVisual Studio 2012 introduced a new feature called SQL Server Object Explorer. In earlier versions of Visual Studio, we have Server Explorer, which opens up a particular connection and work with a single database data. Now with the new SQL Server Object Explorer, we are able to manipulate multiple databases from a database server.Views: 3485 | Posted by: Ambily.Raj | Votes: 1 | Rating: 5 out of 5 |
Creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDKIn this article we will learn creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDKViews: 2241 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 5 out of 5 |
Creating a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDKIn this article we will see how to create a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDKViews: 1927 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 5 out of 5 |