Tag: asp.net
-
Comparing ASP.NET Framework
Overview of ASP.NET Framework Models ASP.NET offers several server-side web programming models with different philosophies: Web Forms (page and event-driven, older ASP.NET), MVC (Model View Controller, separation of concerns), and Razor (Razor syntax used…
-
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…
-
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 -
12 ways to secure your codes in the cloud
When building software in C# and .NET we need to create secure codes to make sure that the software is running well. Here are some keys steps to implement secure code: using System.Text.RegularExpressions;…
-
The Choice of ASP.NET Platform
When developing an ASP.NET Core application, you have several choices for structuring your application into different layers. Here are some common choices for each layer: Presentation Layer Business Logic Layer Data Access Layer Other…
-
Upgrading ASP.NET to MVC and .NET Core
When building web application in Microsoft platform stack, you will have many choices starting from web pages, ASP.NET web forms, ASP.NET MVC, and ASP.NET core. The problem happens when you want to upgrade from…
-
Is Blazor Worth Enough?
When you first time learn ASP.NET you should learn ASP.NET syntax (ASMX), HTML, C#, and JavaScript on Windows Platform. When you learn ASP.NET MVC you should learn HTML, C# and JavaScript on Windows Platform.…
-
Installing Entity Framework Power Tools on Visual Studio 2015
Problem Entity Framework Power Tools provides useful feature of Entity Framework 6 but is not supported on Visual Studio 2015, only 2010, 2013 Possible Cause The EF Power Tools is integrated with EF Designer…
-
Five Reason to Choose ASP.NET Web Forms
On this short video, we will discuss about a technology overview when choosing ASP.NET web forms. At least there are five reasons why you should choose ASP.NET web forms such as the rapid development…
-
Beginner Tutorial for ASP.NET MVC
As a part, of our commitment to create a local video tutorial on Visual Studio Technology. We created a beginner tutorial for ASP.NET MVC with Visual Studio 2015. There are 8 videos on the…