Category: Development
-
API strategy and architecture
Designing a modern, high-quality API in 2026 with ASP.NET Core requires more than just knowing the syntax. It’s about choosing an architecture that scales with your team and implementing strategies that ensure long-term…
-
Implement DevSecOps in Small Startup
Implementation of DevSecOps is not easy for many organizations especially small startup. on this article we will discuss how to implement DevSecOps in small startup environment. Quick checklist (what to set up first).…
-
Which is the lightest web platform in the earth
Hosting web application is like driving a car. every car has different fuel consumption, maintenance cost, and others. so if you want to build low footprint of the web application resources this article is…
-
Architecting .NET Secure Codes in Cloud Era
Build secure .NET/C# code to meet ISA/IEC 62443 by adopting a Secure Development Lifecycle (SDL), using proven libraries for encoding, crypto, auth, and static analysis, and mapping your SDL to ISA/IEC 62443-4-1 requirements (design,…
-
Podman vs Docker which one do you choose for asp.net
Podman is a daemonless, rootless container engine focused on security and Kubernetes alignment; Docker uses a client–daemon model with a mature ecosystem and broad tooling support. You can use Podman in Visual Studio by…
-
AI please make us dumb in codes
Overview Visual Studio 2026 embeds agentic AI across the IDE, helping you understand unfamiliar codebases, adapt pasted snippets to project conventions, and surface performance and security insights before pull requests. These agents include…
-
Architecture for Heavy Data Operations
The Pain: When Scaling Up Isn’t Enough As software developers, we’ve all been there: You’ve deployed your web app to Azure, tuned the App Service Plan, scaled up to a beefier tier, and…
-
Why i am choosing C# over Python
Python is the best programming language in the world! but i choose C# rather than Python. Here is why. However, Python win in areas like: why i am choosing C#, because in the end…
-
Two Extensions of Java Projects which one do you choose?
Currently, Oracle pushes the new extension of Java in Visual Studio Codes. This quite interesting because there is already Java extension build by Microsoft. On this article, we will discuss the two-extension comparison. By examining…
-
Build Modular Applications with Orchard Core
Orchard Core is a powerful, open-source framework built on ASP.NET Core that empowers you to develop modular and multi-tenant applications. There are two target of Orchard the first one is the CMS target the…
Tagged asp.net