Latest Articles in the Category .NET

Sort by: Most Comments | Avg Rating | Most Ratings | Cancel Sort

Understanding Multilayered Architecture in .Net

Akhil Mittal, Jan 16, 2012
Views: 1,515 Avg Rating: 4/5 Votes: 2 Comments: 6

This article focuses on understanding a basic multilayered architecture in C#.Net.

Android for .NET Developers - Picklists and listviews

Dino Esposito, Dec 26, 2011
Views: 1,149 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, I'll discuss how to arrange an Android view where the dominant element is the list. I'll start with a plain list of strings and then improve up to populating a listview with downloaded content arranged using a custom layout.

Introduction to Android JNI Development Using NDK - Part 2

Xianzhong Zhu, Dec 19, 2011
Views: 904 Avg Rating: 0/5 Votes: 0 Comments: 0

In the first part of this series you've learned the fundamentals concerning Java JNI programming. In this second part, we are going to focus upon Android NDK programming tips. As an elementary tutorial, I'm going to delve into some of the trivial other friends and I met during the NDK setup process.

Introduction to Android JNI development Using NDK - Part 1

Xianzhong Zhu, Dec 16, 2011
Views: 1,293 Avg Rating: 0/5 Votes: 0 Comments: 0

In this first article of this small series, we will try to delve into the Java JNI inner workings and give elementary samples. In the subsequent article, we will explore Android NDK programming.

Increasing your productivity with Visual Studio 2010

John Katsiotis, Dec 07, 2011
Views: 2,255 Avg Rating: 0/5 Votes: 0 Comments: 0

Visual Studio is the program that most of the times a .NET developer is working with. This article contains a few tricks and plugins for VS2010 that are out there and whose sole purpose is to improve everyday tasks and provide a slicker development experience.

Android for .NET Developers - Execution of Common Tasks

Dino Esposito, Nov 28, 2011
Views: 1,343 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, I'll focus on the execution of common tasks from within an Android application. I'll build the skeleton of an application that takes a photo and emails to the specified address. For both tasks I'll use native Android components.

Designing distributed applications

Deepak Raghavan, Nov 10, 2011
Views: 2,436 Avg Rating: 0/5 Votes: 0 Comments: 0

Distributed applications constitute multiple processes and modules working in symphony with each other. These processes need to be decoupled from each other so that a change in one does not create a ripple effect through the rest of the enterprise application stack. This article shows a strategy to design such an enterprise system to be scalable and decoupled using MSMQ as an underlying transport layer.

Android for .NET Developers - HTTP Calls

Dino Esposito, Oct 05, 2011
Views: 1,240 Avg Rating: 0/5 Votes: 0 Comments: 0

Let's see what it takes in Android to place calls over HTTP to a remote endpoint.

Understanding Unit and NUnit Testing

Vishal Nayan, Sep 19, 2011
Views: 1,600 Avg Rating: 0/5 Votes: 0 Comments: 0

Vishal Nayan discusses unit testing in Visual Studio.

Design and Deploy Visual Studio Light Switch 2011 Application in Windows Azure - Part 2

MS Blogger, Sep 16, 2011
Views: 1,542 Avg Rating: 0/5 Votes: 0 Comments: 0

This article is going to be Part 2 of a series of article on Designing and Deploying Visual Studio Light Switch 2011 Application on Windows Azure Cloud. In this part we will see how to deploy the application to the Windows Azure Cloud environment using the Visual Studio IDE.

Design and Deploy Visual Studio Light Switch 2011 Application in Windows Azure – Part 1

MS Blogger, Sep 07, 2011
Views: 2,007 Avg Rating: 0/5 Votes: 0 Comments: 0

This article is going to be Part 1 of a series of article on Designing and Deploying Visual Studio Light Switch 2011 Application on Windows Azure Cloud. In this part we will see how to design the application and see the different options available to host and test the application locally. In the next part we will see how to deploy the application to the cloud using some in built tools available with Visual Studio IDE.

A Killer Example for Functional Programming

Jing Ding, Aug 24, 2011
Views: 1,550 Avg Rating: 5/5 Votes: 1 Comments: 0

This article explains Functional Programming to lazy programmers: FP enables you to circle verbs.

Windows Azure – Authenticate ASP.Net Azure Web Application using Google Credentials

MS Blogger, Aug 18, 2011
Views: 1,897 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article we are going to see how to use the reporting services to run report on the cloud by deploying in the Windows Azure Management Portal.

Android for .NET Developers - Creating Files

Dino Esposito, Aug 17, 2011
Views: 2,111 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, I'll dissect the code of a realistic application - a waterpolo score manager - to show how to save and resume the status of a game using both the internal storage and SD card.

Windows Azure – Design, Develop & Deploy Reports using Reporting Services in Azure

MS Blogger, Aug 01, 2011
Views: 1,367 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article we are going to see how to use the reporting services to run report on the cloud by deploying in the Windows Azure Management Portal.

LINQ to XML in a Nutshell

Dhananjay Kumar, Jul 27, 2011
Views: 2,520 Avg Rating: 0/5 Votes: 0 Comments: 0

The objective of this article is to understand how could we work with LINQ to XML.

Android for .NET Developers - The Preference Framework

Dino Esposito, Jul 15, 2011
Views: 2,507 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, Dino Esposito shows how to build settings dialog boxes using a built-in feature of Android for .NET.

Android for .NET Developers - Custom Dialogs and Local Storage

Dino Esposito, Jul 04, 2011
Views: 3,276 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, Dino Esposito focuses on the options that the Android SDK offers for local storage.

Garbage Collection in .NET

Keyvan Nayyeri, Jun 15, 2011
Views: 3,895 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article the principles of garbage collection are reviewed, fundamentals of garbage collection in .NET are discovered, and the changes to garbage collector in .NET Framework 4.0 are discussed.

Android for .NET Developers - Menus and Dialogs

Dino Esposito, Jun 10, 2011
Views: 4,086 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, I'll be delving deep into menus and dialog boxes in Android for .NET, and discuss a few very common (and frequently used) types of menus and dialogs.

Getting started with Script#

John Katsiotis, May 25, 2011
Views: 14,395 Avg Rating: 0/5 Votes: 0 Comments: 3

Script# is a powerful framework that allows us to write C# code and be automatically translated into JavaScript. This article will present how Script# works and in what way can increase our productivity and improve the maintenance of our client-side libraries. Script# is created by Nikhil Kothari

Android for .NET Developers - Building the User Interface

Dino Esposito, May 04, 2011
Views: 5,700 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, you will learn how to build the user interface.

Tryst of SQL Azure, ODATA and Windows 7 Phone

Dhananjay Kumar, Apr 01, 2011
Views: 2,169 Avg Rating: 0/5 Votes: 0 Comments: 0

In this article, we will discuss about how to consume data from cloud in a Windows 7 phone.

Introduction to Aspect Oriented Programming and PostSharp

Dustin Davis, Mar 23, 2011
Views: 3,345 Avg Rating: 0/5 Votes: 0 Comments: 0

An introduction to Aspect Oriented Programming (AOP) and PostSharp.

Android for .NET Developers - Event Handling

Dino Esposito, Mar 14, 2011
Views: 3,879 Avg Rating: 1/5 Votes: 1 Comments: 3

In this article, we'll go through an Android application that accepts input from the user and handles user's clicking.