C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohammad Rabie(3)
C# Curator(1)
Resources
No resource found
ASP.NET Core MVC vs Razor Pages vs CodeBehind Framework
Feb 02, 2024.
In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind framework.
CodeBehind Library in ASP.NET Core
Sep 20, 2023.
CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehind will all be modular and each project can support web parts, while the project itself is a web part.
Improving Code Readability in View Section Using Return Templates
Dec 01, 2023.
The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
Understanding Web Forms and Web services in ASP.NET
Feb 07, 2010.
In this article I will explain Web Forms and Web services in ASP.NET.