N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Thursday, April 25, 2019
SQL SERVER – How to find table rows count?
›
At some point in time we’ve all had to find out how many rows are in a table. The first answer you’ll usually get when you ask someone how t...
Tuesday, April 09, 2019
How to determine if .NET Core is installed
›
Here is the info command which includes this information in its output. It will print out the installed runtimes and SDKs, as well as some o...
Wednesday, January 23, 2019
Get Current TimeZone Name in SQL Server
›
Here is how we can get current time zone from sql server DECLARE @TimeZone VARCHAR(50) EXEC MASTER.dbo.xp_regread 'HKEY_LOCAL_MACHINE...
Thursday, January 10, 2019
Difference between .NET Core and .NET Framework and Xamarin?
›
.NET Framework is a better choice if you: Do not have time to learn a new technology. Need a stable environment to work in. Have nearer r...
Monday, September 10, 2018
Git Cheat sheet for all
›
Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. Git is on...
‹
›
Home
View web version