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-
Thursday, August 27, 2020
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:
- ASP.NET is an web application framework designed and developed by Microsoft.
- ASP.NET was first released in January 2002.
- ASP.NET support languages like HTML, CSS, C#, VB.Net, Jscript.Net, etc.
- ASP.NET allow programmers to build modern and dynamic web application and Web Services with .Net.
- ASP.NET is built on the Common Language Runtime (CLR) that allows programmers to write code using any supported .NET language.
- ASP.NET is cross platform and runs on Windows, Linux, macOS, and Docker.
Sunday, August 23, 2020
Interview Question : What is the ideal way to check if a database exists on a SQL Server using T-SQL?
There is various ways to check database is exists or not in SQL Server. I am sharing with you below Queries tested by me.
Subscribe to:
Posts (Atom)