DotNet Journey

DotNet Journey Let’s build the future of technology together.

Welcome to DotNet, a dedicated community designed for developers, students, and tech enthusiasts who are passionate about the ever-evolving Microsoft ecosystem.

🚀 Join us as we explore, code, and grow.

Difference between staic constuctor vs defualt?Use static constructors for one‑time setup (e.g., static caches, configur...
31/05/2026

Difference between staic constuctor vs defualt?

Use static constructors for one‑time setup (e.g., static caches, configuration).

Use default constructors for per‑object initialization.

Avoid heavy logic in static constructors — they block type loading.

31/05/2026

Company Name - Macreel Infosoft

Location - Noida

Experience - Freshers candidates.

Salary Offered - uo to 5 lpa.

Applications/Projects using MVC.NET, ASP.NET & Web APIs by using C #, JavaScript, J Query & HTML5.
Good knowledge in MSSQL Server 2017/2019.

Software Developers with MVC .NET, who is able to develop/maintain software applications/projects from scratch.
Design, build and test web-based applications and also experience in developing API based applications.

WhatsApp me your resume - 8851558177

31/05/2026




📝 Role: .NET Core Developers (Junior & Senior)
🏢 Company: Thriventree
📍 Location: Remote

📄 Details:
Hiring Junior (3-5 yrs) & Senior (6+ yrs) .NET Core Developers for enterprise applications.

Shift: 2:00 PM – 11:00 PM
Notice Period: Immediate to 15 days preferred

Required Skills:
- .NET Core (.NET 9 preferred)
- ASP.NET Core Web APIs
- Entity Framework
- Relational Databases
- Caching & Logging
- Design/Code Reviews

Good to Have: Team leadership, customer interaction, technical architecture.

Apply: [email protected]

19/05/2026
07/05/2026

Explain the difference between managed and unmanaged code.

Managed code is executed by the Common Language Runtime (CLR) of the .NET framework, which provides services like garbage collection, type safety, exception handling, and more. Managed code is written in high-level .NET languages such as C #, VB.NET, or F #.

Unmanaged code is executed directly by the operating system. It is typically written in languages like C or C++, which provide greater control over memory and system operations but do not automatically benefit from the services provided by the CLR.

07/05/2026

How does the IHostedService interface work, and when would you use it?

IHostedService is the interface in ASP.NET Core used to run background tasks that start with the application and stop gracefully when the application shuts down. It’s the foundation for long‑running services like scheduled jobs, message queue consumers, or monitoring tasks.

07/05/2026

Explain the Circuit Breaker and Retry patterns in resilient APIs.

The Circuit Breaker and Retry patterns are two resilience strategies in distributed APIs: retries handle temporary failures by reattempting requests with smart delays, while circuit breakers prevent cascading failures by cutting off calls to a consistently failing service until it recovers. Together, they ensure high availability and stability in microservices.

.Net Opening Jobs
06/05/2026

.Net Opening Jobs

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

05/05/2026

If your website goes down, what’s the first thing you check?

If my website goes down, the first thing I check is basic availability — whether the server is reachable and DNS is resolving correctly. Then I look at server health and application logs to see if it’s a deployment issue or a resource bottleneck. If those are fine, I move to infrastructure checks like load balancers, firewalls, or cloud provider status, and finally use monitoring tools to pinpoint the root cause.

04/05/2026

Lazy loading vs Eager loading – when to use?

Lazy loading fetches related data only when accessed, which is useful if the data isn’t always needed, but it can cause multiple queries and performance issues. Eager loading retrieves related data up front using .Include(), which is better when you know you’ll need the related entities immediately. In real projects, I prefer eager loading for predictable performance and use lazy loading only when related data is optional.

Address

Salarpur
Noida
201304

Website

Alerts

Be the first to know and let us send you an email when DotNet Journey posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share