Introduction to Angular

There are many JavaScript frameworks available for building an Web Application. A front-end framework is a technology providing us the right set of tools to build a web application while also defining how it should be designed and how the code should be organized. During the initial days of web application development, it was purely... Continue Reading →

30 Day Blogging

2019 is going to end and so thought of doing some interesting stuff and planned for a 30DayBlogging challenge. I'm going to identify 30 different and useful blogs and going to publish it in my personal blog profile. Blogs Identified 1.Introduction to Angular2. Component Communication between Angular Components3. Reactive Forms vs Template Driven Forms4. Introduction... Continue Reading →

Visual Studio – Add New File

Today I was just using Visual Studio 2019 and was creating some useful feature to my product. I was thinking like everything was going on fine but at that moment of time, I tried to create a new .cs file where my Visual Studio got crashed. Yes agree, it crashed because of too much apps... Continue Reading →

TypeScript – How to break forEach?

Really? Do you want to do that? So basically, you cannot use break, continue, return statements inside a forEach because it is like an callback function, which behaves like an normal function. But, Never stop until you find a solution I just found out three ways of doing it, The ugly wayThe Controversial wayThe fun... Continue Reading →

Unable to start SQL Server Agent 2017

I was trying to start my SQL Server Agent in SQL Server 2017, its getting started and it stops it by itself saying that the SQL Server Agent is not being used. Yea I thought first it was drunk but there were some reasons for it. I just went through Stack Overflow but I couldn't... Continue Reading →

Blog at WordPress.com.

Up ↑