Enabling quick resume for Windows Phone apps
This article explains how to quickly resume the Windows Phone 8 application which is put in the background. Introduction…
All technologies, only pure source code
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…
In this article we will learn about the Share Link Task. This task enables the user to share a link…
Nearly every application deals with data and resources that need to be protected. Implementing secure authentication and authorization is therefore…
Documentation is a necessary evil for software developers. While C# and VB.NET have basic facilities for commenting code and embedding…
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application…
Same link to convert you code from C# to VB or viceversa. https://converter.telerik.com/ https://www.developerfusion.com/tools/convert/csharp-to-vb/ https://www.dotnetspider.com/convert/CSharp-To-Vb.aspx