Latest Articles
-
End to End (E2E) Tests in Angular Application Using Protractor
[toc] Introduction In this article, we will learn how we can create an end to end tests (e2e) for our Angular application. We will be using ... -
Microsoft MVP 2018 – 2019
It is officially confirmed now. This is my third Microsoft MVP award. Yes, it is hat-trick. Thanks a lot to all of my readers, ... -
Foolproof Tips for Reading and Shrinking Transaction logs in SQL Server
[toc] Query-1: SQL Server log file growing unexpectedly? “We are wondering why transaction logs keep on increasing?? It become so gigantic, the transaction log ... -
Most common interview questions which may be asked in all interviews
[toc] Introduction So, you are going to attend an interview, and you would like to know what are all the basic question you may ... -
How to Update Net Core 2.0 Application to 2.1 Version
[toc] Introduction Many of you might have been developing applications in Net Core 2.0 version, as that was the main release with lots of ... -
How to Copy Table Schema and Data from One Database to another Database in SQL Server
[toc] Problem: A few days ago, while migrating data from one database to another, I encountered an interesting problem which user faced a lot. ... -
Validation Using Template Driven Forms in Angular 5
[toc] Introduction In this post, we are going to see how to do validation using template driven forms in Angular 5, this is just a ...