Search

ASP.NET: How to Create a Web Service in C#
By Tan Lee Published on Apr 27, 2021 10.92K

This post shows you How to Create a simple Web Service in C# using ASP.NET

Read more
ASP.NET MVC: Implement Password Reset with ASP NET Identity
By Tan Lee Published on Mar 18, 2020 23.17K

This post shows you How to Implement Password Reset via email with ASP.NET Identity MVC 5 using C#, Entity Framework Code First

Read more
ASP.NET MVC : Login Logout in ASP.NET SQL Database with Session
By Tan Lee Published on Sep 26, 2019 14.19K

This post shows you How to Create Login Logout in ASP.NET MVC using SQL Database with Session in C#.

Read more
ASP.NET MVC: Create Custom Routes
By Tan Lee Published on Sep 26, 2019 8.47K

This article shows you How to Create a Custom Route in ASP.NET Identity MVC 5 using Entity Framework Code First in C# .NET

Read more
Windows Forms: Sending WhatsApp Message using C#
By Tan Lee Published on Jul 12, 2017 23.63K

How to send WhatsApp Message using C# Code

Read more
Connect an Application with SQL Server Database over network
By Tan Lee Published on Jun 26, 2017 4.9K

How to enable/config allow remote connections to sql server over network, connect to sql from another computer in c#

Read more
Visual Studio: How to create NUnit Test
By Tan Lee Published on Jun 25, 2017 3.3K

How to create NUnit Test in C#

Read more
Visual Studio: How to create Unit Test
By Tan Lee Published on Jun 25, 2017 3.56K

Creating your first unit test in C# using Visual Studio 2015

Read more
Nettiers Framework: Create View Stored Procedure
By Tan Lee Published on Jun 25, 2017 2.88K

Create View, Stored Procedure, Call Stored Procedures in C# using Nettiers (ORM) framework

Read more
Nettiers Framework: Custom Stored Procedure
By Tan Lee Published on Jun 25, 2017 3.39K

How to Create Stored Procedure, Call Custom Stored Procedures in C# using Nettiers (ORM) framework

Read more