Posts

Showing posts from August, 2025

Hr Interview Questions

1. My name is Kamlesh Kumar Gupta from Varanasi, currently staying in turbhe store. I have Completed B.Tech IT in 2018 with aggregate of 65 percent from Veer Bahadur Singh Purwanchal University. 2. I have 5.5 years of experience in software development, working with .NET technologies, including .NET , Core and C#.  3. Currently, I am working as a Software Engineer at Clover Infotech Pvt Ltd (since June 2023), with HDFC Bank as my client, based in Kanjur Marg, Mumbai.  4. In my current role, I work with .NET Core, C#, ASP.NET, VB.NET, JavaScript, and AJAX.  5. My key responsibilities involve Developing the application from scratch using .NET Core and AJAX, creating both a web  application and web API for database coordination. ➢ Designed and modified database procedures, functions, triggers, and indexes to meet business  requirements. ➢ Supported production issue. 6. Project Description : I developed the CRMS application from scratch using .NET Core, AJAX JavaScr...

Top 50 .NET Core Interview Questions & Answers

✅ Top 50 .NET Core Interview Questions & Answers (with Definition + Details + Real Example + Syntax + Code) 1. What is .NET Core? Definition: .NET Core is a free, open-source, cross-platform framework maintained by Microsoft. It allows developers to build web apps, APIs, microservices, cloud-native solutions, desktop, and mobile applications. Details: It is modular, lightweight, high-performance, and can run on Windows, Linux, and macOS. Real-Time Example: A bank runs its customer portal on Linux servers using .NET Core. Syntax: dotnet new webapi -n BankAPI 2. What are the advantages of .NET Core? Definition: Benefits of using .NET Core compared to traditional .NET Framework. Details: Cross-platform High performance with Kestrel server Supports microservices and containers (Docker, Kubernetes) Built-in Dependency Injection Unified framework for Web, API, and MVC Real-Time Example: An e-commerce site migrates from .NET Framework to .NET Core to ...