Creare App per Windows Phone 8
Oggi è stato pubblicato il libro di Enrico Rossini Creare App per Windows Phone 8 Concetti di base. Nel mercato…
All technologies, only pure source code
Oggi è stato pubblicato il libro di Enrico Rossini Creare App per Windows Phone 8 Concetti di base. Nel mercato…
In this article I will explain how we can save and retrieve files from Windows Folder and Directory and display…
This article provides a minimal example on how to create Background Agents (Tasks) in Windows Phone. There is a more…
All Windows Phone applications that use Internet data should always check if there is a valid Internet connection; if there…
Many applications utilize network connection for various purposes like feeds, sending & receiving data to/from server, etc. The following article…
This article explains how to quickly resume the Windows Phone 8 application which is put in the background. Introduction…
In this series of tutorials, we build an entire Contact Management application from start to finish. The Contact Manager application…
Building a Contact Management ASP.NET MVC Application (C#) In this series of tutorials, we build an entire Contact Management application…
I have the following collection / table Category Type Detail CostAuto Hybrid AC 80Auto Hybrid Sunroof 100Auto Standard AC 120Motorcycle…
The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model…
The Battery API makes a nice addition to the WP8 SDK. I can see in the near future that some…
This post mainly answers the question how and why you should add a privacy policy to your Windows Phone app….
string myHost = System.Net.Dns.GetHostName(); // Show the hostname MessageBox.Show(myHost); // Get the IP from the host name string myIP =…
To add new records into a dataset, a new data row must be created and added to the DataRow collection…
While I was trying to connect to an Access Database from Visual Studio 2010 on my Windows 7 x64 server,…
I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use…
After some exhaustive research, I managed to find the best server settings for serving web fonts. There are a number…
Data is read from a database. It is generated in memory from input. DataTable is ideal for storing data from…
Here I show a simple class that receives the HTML string and then extracts all the links and their text…
I have written the following DateDiff() function in C#. VB.NET users already had it using the Micrsoft.VisualBasic.dll assembly. Now you…
How to implement a log record changes in SQL server in an audit table and Entity Framework. This is the easy explanation and the code
// Specify a name for your top-level folder. string folderName = @”c:\Top-Level Folder”; // To create a…
In this article I will explain with an example how to use ASP.Net DropDownList control in the EditItemTemplate of ASP.Net…
With ASP.NET 2005 Microsoft introduced a pretty solid menu which is integrated with a configuration driven sitemap. The cool part…