Creare App per Windows Phone 8
Oggi è stato pubblicato il libro di Enrico Rossini Creare App per Windows Phone 8...
All technologies, only pure source code
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...
I needed to read my SMTP email settings defined under system.net section in my web.config...
After some exhaustive research, I managed to find the best server settings for serving web...
Data is read from a database. It is generated in memory from input. DataTable is...
Here I show a simple class that receives the HTML string and then extracts all...
I have written the following DateDiff() function in C#. VB.NET users already had it using...
How to implement a log record changes in SQL server in an audit table and Entity Framework. This is the…
// Specify a name for your top-level folder. string folderName = @”c:\Top-Level Folder”;...
In this article I will explain with an example how to use ASP.Net DropDownList control...
With ASP.NET 2005 Microsoft introduced a pretty solid menu which is integrated with a configuration...