Thursday, August 27, 2020

SQL Server : SQL Script to Validate Email Address (without regex)

Here i am discussing about, Validate Email Address. There is few simple pattern, i have tried with as per my requirement. Hope this work for you-

Wednesday, August 26, 2020

JavaScript : string.toUpperCase(), Make uppercase first letter of each word with in a variable

I want to make the first letter of each word upper case with in a variable. I have tried the JavaScript String toUpperCase() Method to do like below:

ASP.NET Tutorial : What is ASP.NET?

.:: Summary of ASP.NET ::.

Here i am sharing with you about ASP.NET with few points about:

  1. ASP.NET is an web application framework designed and developed by Microsoft.
  2. ASP.NET was first released in January 2002.
  3. ASP.NET support languages like HTML, CSS, C#, VB.Net, Jscript.Net, etc.
  4. ASP.NET allow programmers to build modern and dynamic web application and Web Services with .Net.
  5. ASP.NET is built on the Common Language Runtime (CLR) that allows programmers to write code using any supported .NET language.
  6. ASP.NET is cross platform and runs on Windows, Linux, macOS, and Docker.

Sunday, August 23, 2020