ASP.NET MVC 4 and Entity Framework Database Migrations
ASP.NET MVC 4 was released in beta by the Microsoft ASP.NET MVC Developer Team and...
ASP.NET MVC 4 was released in beta by the Microsoft ASP.NET MVC Developer Team and...
I have a textbox with a button inside. When the user presses the Action, a...
using System;using System.Text;using Google.GData.Client;using System.Net;using System.Xml;using System.Text.RegularExpressions;namespace BloggerDevSample{ class ConsoleSample { /** Lists the user's...
First download and install Google API from here:https://code.google.com/p/google-gdata/downloads/list Add a reference to “Google Data API...
Windows Phone 8.1 Dev Preview Windows Phone 8.1 developer preview is totally awesome. So what...
This article demonstrates how to create / show a lock screen icon that will identify...
Live tiles are one of the signature features of Windows Phone and are used to...
Using Live Tiles in Windows Phone applications give new fresh way of communication with users....
If you are a desktop or web developer, you are used to being able to...
Oggi è stato pubblicato il libro di Enrico Rossini Creare App per Windows Phone 8...
In this article I will explain how we can save and retrieve files from Windows...
This article provides a minimal example on how to create Background Agents (Tasks) in Windows...
All Windows Phone applications that use Internet data should always check if there is a...
Many applications utilize network connection for various purposes like feeds, sending & receiving data to/from...
This article explains how to quickly resume the Windows Phone 8 application which is put...
In this series of tutorials, we build an entire Contact Management application from start to...
Building a Contact Management ASP.NET MVC Application (C#) In this series of tutorials, we build...
I have the following collection / table Category Type Detail CostAuto Hybrid AC 80Auto Hybrid...
The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It...
DVLUP HELPS DEVELOPERS BECOME MORE SUCCESSFUL HAVE FUN. EARN REWARDS. BUILD NEW IDEAS. By joining...
This post mainly answers the question how and why you should add a privacy policy...
string myHost = System.Net.Dns.GetHostName(); // Show the hostname MessageBox.Show(myHost); // Get the IP from the...
To add new records into a dataset, a new data row must be created and...
While I was trying to connect to an Access Database from Visual Studio 2010 on...