Related resources for Asp.net Webforms
  • VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability11/15/2023 7:23:46 AM. The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I u
  • Migrating ASP.NET WebForms From C# 7.3 To C# 111/9/2023 7:20:11 AM. Learn how to migrate from c# 7.3 (default) to c# 11 in ASP.NET WebForm Solutions.
  • ASP.NET Webform User Registration With Captcha2/1/2022 4:54:13 AM. This is a walkthrough on how to add Captcha functionality to an Asp.net Webform user registration page. Captcha is useful to prevent SQL injections and spam registration.
  • Perform Operations on WebForms From MVC6/8/2021 12:00:40 PM. This article will help you to update the data of an existing Web Forms project from the MVC controller using ASP.NET in Visual Studio 2013.
  • Uploading and Downloading Multiple Files in SQL Using ASP.Net4/23/2021 5:51:04 AM. This article describes how to upload multiple files with their parameter, like name and size and store them in the database and you can also learn to download the uploaded files from the database.
  • ASP.NET WebForms - Creating A Simple Registration Form8/25/2016 4:37:18 PM. In this article, you will learn, how to create a simple registration form, using ASP.NET WebForms.
  • Differences Between ASP.NET WEBFORMS and ASP.NET MVC 3/31/2016 6:22:34 AM. This Video is a Preview Session of my ASP.NET MVC 5 Complete Reference Video Tutorials. In this video we shall understand the Differences Between ASP.NET WEBFORMS and ASP.NET MVC in detail
  • ASP.NET MVC, WCF, ASP.NET Webforms, and JQuery8/11/2011 12:05:35 AM. The sole purpose of any API within the applications I build is to deal with business layer logic and the data related to it. Ideally speaking I would want my API to return structured data which is easily transformed into a format for the client application using the API (e.g. JSON). And all my UI for web applications must be handled with client-side scripts. Client side includes both static HTML, CSS and JavaScript, and in this instance I specifically refer to JavaScript and the handling of my API’s data using JSON, for which I use jQuery.