RealTime .net interview questions- Morgan stanley

Morgan Stanley interview questions with answer: Technology : C#, .Net, OOPS, Multi-threading, Design Pattern This post contains the realtime interview questions based on csharp. This is the first round interview questions for .net developer. Q1. What is delegates and events. Ans: Delegates in simple term can be referred as function pointers- data structure which holds […]

Read More

Creating a windows service in .NET

In this article, we will discuss how to create windows services in .net using a visual studio project template. We will also see how to install and uninstall the windows service in the system. You can also download the source code for the windows service detailed in this post. Objectives: What is Windows Service Windows […]

Read More