Latest Articles in the Category .NET
Sort by:
|
Avg Rating |
Most Ratings |
Cancel Sort
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.
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.
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.
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.
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.
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.
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.
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.
Vishal Nayan, Sep 19, 2011
Views: 1,600 Avg Rating: 0/5 Votes: 0 Comments: 0
Vishal Nayan discusses unit testing in Visual Studio.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.