Add form validation ASP.NET MVC
Building a Contact Management ASP.NET MVC Application (C#) In this series of tutorials, we build...
Dynamic Pivot Linq C#
I have the following collection / table Category Type Detail CostAuto Hybrid AC 80Auto Hybrid...
Pro ASP.NET MVC 5
The ASP.NET MVC 5 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It...
DVLUP
DVLUP HELPS DEVELOPERS BECOME MORE SUCCESSFUL HAVE FUN. EARN REWARDS. BUILD NEW IDEAS. By joining...
Privacy policy generator for websites and apps
This post mainly answers the question how and why you should add a privacy policy...
How to get the server IP Address?
string myHost = System.Net.Dns.GetHostName(); // Show the hostname MessageBox.Show(myHost); // Get the IP from the...
Add Rows to a DataTable
To add new records into a dataset, a new data row must be created and...
Getting error “The ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machineâ€
While I was trying to connect to an Access Database from Visual Studio 2010 on...
Accessing SMTP Mail Settings defined in Web.Config File Programmatically
I needed to read my SMTP email settings defined under system.net section in my web.config...
Proper MIME types for Embedded @font-face Fonts
After some exhaustive research, I managed to find the best server settings for serving web...
Create DataTable
Data is read from a database. It is generated in memory from input. DataTable is...
Parse HTML page and capture contents
Here I show a simple class that receives the HTML string and then extracts all...
DateDiff() function in C#
I have written the following DateDiff() function in C#. VB.NET users already had it using...
Log record changes in SQL server in an audit table
How to implement a log record changes in SQL server in an audit table and Entity Framework. This is the…
Create a File or Folder
// Specify a name for your top-level folder. string folderName = @”c:\Top-Level Folder”;...
Populate DropDownList with Selected Value in EditItemTemplate of GridView in ASP.Net
In this article I will explain with an example how to use ASP.Net DropDownList control...
ASP.NET Menu and SiteMap Security Trimming
With ASP.NET 2005 Microsoft introduced a pretty solid menu which is integrated with a configuration...
Working With Share Link Task in Windows Phone 8
In this article we will learn about the Share Link Task. This task enables the...
Every application needs identity & access control
Nearly every application deals with data and resources that need to be protected. Implementing secure...
Five documentation apps for .NET developers
Documentation is a necessary evil for software developers. While C# and VB.NET have basic facilities...
IIS 7.5 error: Handler “PageHandlerFactory-Integrated†has a bad module “ManagedPipelineHandler†in its module list
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my...
Convert VB to C# or C# to VB
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
CSS not loading from App_Themes
am having problem while loading the CSS file through App_Themes folder but with ASP.NET authentication doesn't work.
Linqer (SQL to Linq converter)
Linqer is a SQL to LINQ conversion tool. It helps learning LINQ and convert existing...
