TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ASP.NET
FOLLOW
ASP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies.
Articles
(4502)
Blogs
(1457)
Resources
(112)
Videos
(36)
News
(20)
Blogs
Prevent ASP.NET Session Fixation and Replay Attacks
This article addresses a common ASP.NET security issue where sessions remain valid after logout, allowing potential unauthorized access. It covers how to properly invalidate sessions on logout, reg...
Aman Gupta
Aug 23, 2024
Implementing GridView Pagination in ASP.NET WebForms to Manage Large
This guide covers the setup and configuration of pagination controls, enhancing user experience by dividing data into manageable pages, and optimizing performance for better data handling.
Aman Gupta
Aug 22, 2024
Ensure Correct URL Redirection in ASP.NET on IIS with R
To fix issues with Response.Redirect not including the application root folder in IIS, use ResolveUrl to ensure correct path resolution relative to the app root, or manually construct the URL with ...
Aman Gupta
Aug 22, 2024
Troubleshooting AJAX and Print Issues in ASP.NET
This guide delves into common issues encountered with AJAX and print functionality in ASP.NET applications. It covers troubleshooting techniques for resolving problems that arise after implementing...
Aman Gupta
Aug 22, 2024
Creating Dynamic and Reusable Modal Popups in ASP.NET WebForms
Create a reusable dynamic modal popup in ASP.NET WebForms using JavaScript, jQuery, and Bootstrap. Define a common modal structure in a master page or user control, use JavaScript to show and custo...
Aman Gupta
Aug 22, 2024
Integrating ASP.NET Core Web API with React frontend
Integrate your ASP.NET Core Web API with a React frontend to perform CRUD operations. Start by setting up a React project and installing Axios for HTTP requests. Create a service for API calls, im...
Aman Gupta
Aug 14, 2024
Understanding Content Security Policy (CSP) in ASP.NET
Content Security Policy (CSP) in ASP.NET enhances security by controlling resource loading to prevent XSS and data injection attacks. Implement CSP by setting HTTP headers in your application, and ...
Vijay Yadav
Aug 14, 2024
Membership in ASP.NET: How to Use and Its Benefits
ASP.NET Membership simplifies user management with features for authentication, role management, and secure access control. It handles user registration, login, password recovery, and role assignme...
Vijay Yadav
Aug 14, 2024
Displaying a List in a Partial View Using a ViewModel in MVC
In MVC web applications, structuring your ViewModel to include collections can facilitate dynamic item listing in partial views. This post explains modifying your ViewModel, controller, and views f...
Aman Gupta
Aug 02, 2024
Create and List Views in a Single Razor View Using Partial Views
In ASP.NET Core, managing HTTP requests is streamlined with HttpClientFactory, which efficiently handles HttpClient instances, preventing resource leaks. Create and list records using ViewModels an...
Aman Gupta
Aug 02, 2024
Exploring the Power of ASP.NET
Dive into the dynamic world of ASP.NET, a robust framework for building scalable, feature-rich web applications. Explore its versatility in programming languages, built-in security, MVC architectur...
Pankaj Zalera
Jul 02, 2024
Challenges in Migrating ASP.NET Apps to Containers #3 – OpenSSL Issues
During a recent project, there was a requirement to migrate existing ASP.NET apps hosted on Windows to Linux Docker containers. Throughout this migration, numerous challenges arose, and a significa...
Mohammad Elsheimy
Mar 22, 2024
Model Binding with Data Annotations in ASP.NET MVC
ASP.NET MVC empowers developers to seamlessly connect user interface elements with server-side models. Model binding plays a crucial role in this process, and data annotations provide a powerful t...
Siva V
Jan 16, 2024
Concurrency and Parallelism in ASP.NET Core
ASP.NET Core, being a versatile and high-performance framework, provides mechanisms to manage concurrent requests efficiently. In this blog, we'll delve into the intricacies of how ASP.NET Core...
Siva V
Jan 09, 2024
Differences Between ViewBag, ViewData, and TempData in ASP.NET MVC
In this Blog, You Will Learn the Differences Between ViewBag, ViewData, and TempData in ASP.NET MVC
Ramawatar Bhakar
Sep 12, 2023
Fixing The File '/MyPag.aspx' Has Not Been Pre-compiled, And Can't Be
How fix pre-compiled error
Jefferson S. Motta
Aug 21, 2023
Handle Dropdown Selected Index Change Event in C# ASP.NET MVC
How to Handle Dropdown Selected Index Change Event in C# ASP.NET MVC
Abhishek Yadav
Aug 18, 2023
Dropdown Lists in ASP.NET MVC
Learn to create custom dropdown lists in ASP.NET MVC applications. Define a model for custom items, populate it in the controller, and render the list in the view using HTML helpers. Handle selecti...
Abhishek Yadav
Aug 17, 2023
Creating a Secure Password Storage System in ASP.NET Web Forms with SQL
In this blog post, we will explore how to build a secure password storage system for an ASP.NET Web Forms application using SQL Server as the database. We'll focus on using password hashing and...
Ashok Dudi
Jul 31, 2023
Secure CAPTCHA Generator for ASP.NET
ADCaptcha.dll is a powerful CAPTCHA generation library designed for ASP.NET web applications. Safeguard your website from automated bots and spam by seamlessly integrating ADCaptcha.dll. Generate u...
Ashok Dudi
Jul 29, 2023
No Records Available.
View More
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
SharePoint