Skip to content
Nileksh Dhimer's Blog

How to open current directory using git terminal?

Leave a Comment / Git / Nileksh

First Way Second Way

How to open current directory using git terminal? Read More »

How to get last inserted record id from table?

Leave a Comment / SQL / Nileksh

We have two ways: First one is: We write above line just after the insert query. Then it will return the last inserted record’s identity column value. Second one is: We can write above line any where in the query window. This is will return last inserted record of specific table. Here OrderMaster is the

How to get last inserted record id from table? Read More »

How to convert any date or datetime to specific string format?

Leave a Comment / SQL / Nileksh

You have to write following thing:

How to convert any date or datetime to specific string format? Read More »

← Previous 1 2

Recent Posts

  • How to load any iframe-protected site in your iframe? February 22, 2021
  • How to know particular HTML tags or JavaScript code support in a particular browser or not? January 13, 2021
  • How to convert custom object to JSON with null value avoidance using C# and RestSharp? March 30, 2020
  • Useful Visual Studio Extension March 30, 2020
  • How to avoid null properties during making of object to JSON string? March 30, 2020

Archives

  • February 2021 (1)
  • January 2021 (1)
  • March 2020 (4)
  • February 2020 (4)
  • January 2020 (3)

Categories

Copyright © 2025 Nileksh Dhimer's Blog