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...
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...
In this article we will learn about the Share Link Task. This task enables the...
Nearly every application deals with data and resources that need to be protected. Implementing secure...
Documentation is a necessary evil for software developers. While C# and VB.NET have basic facilities...
Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my...
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
am having problem while loading the CSS file through App_Themes folder but with ASP.NET authentication doesn't work.
Linqer is a SQL to LINQ conversion tool. It helps learning LINQ and convert existing...
Is there a tool out there that can turn a C# string of unformatted HTML...
Simple method for give the name of month System.Globalization.DateTimeFormatInfo mfi = new System.Globalization.DateTimeFormatInfo();string strMonthName =...
So far, we’ve described how to start a task on a thread, configure a thread,...
So you’re a game developer? Then sprite sheets are one of your best friends. Sprite...
A significant and growing number of apps rely on external data from remote servers or...
Learning to use the most appropriate class or object for the task at hand is...
Se hai problemi con il PC, puoi provare a reinizializzarlo, reimpostarlo o ripristinarlo. La reinizializzazione...
A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for...