Posts

Showing posts from August, 2022

First Interview as Experienced .net Developer

Hello and welcome to the blog. Today I am sharing with you some of the question that interviewer asked me in my first interview. I am Software Developer and I had applied for job of .net developer. I have experience of 3 years (2 years and 11 months to be precised), so if you have same experienced as mine and applying for a job of a .net developer then this blog can help you.  In this blog I have listed down all the questions along with their answers. I am not sharing company details but I am sharing the key skills mentioned in Job Description. Following were the required skills: ASP .NET ASP .NET MVC C# Web API Microsoft SQL Server ASP .NET Core JavaScript JQuery Bootstrap CSS 1) Difference Between ViewBag, ViewData and TempData ViewBag : The scope of ViewBag is permitted to the current request only and value of ViewBag will become null while redirecting. ViewData : ViewData is a dictionary object. ViewData is also restricted to the current request and the value of ViewData will b...