News

Take advantage of asynchronous web pages in ASP.Net to improve the responsiveness and scalability of your applications ...
Take advantage of Application Insights to monitor performance and detect and diagnose performance issues in your web application.
ASP.NET 2.0's master pages can help you develop consistent Web apps without the additional overhead of include files, user controls, or third-party add-ins.
Like Web Parts, view components bundle up both logic and UI to create a package you can reuse throughout your ASP.NET Core application. With view components, you can also share the business logic ...
App.config and Web.config files are a great way to add flexibility to your .NET application without having to modify code in the future. They also allow clients or end users to make configuration ...
Learn how to write ASP.NET pages with it Microsoft is tipping the scales in its favor with ASP.NET Web Matrix, a free download that lets you create ASP.NET Web applications, services, etc.
Conclusion In ASP.NET, you can use the server control to accomplish a common task of ASP applications--converting some generic XML document to browser-specific code.
Tech Tip No. 3 — Generate Images in Web Applications To include images in an ASP.NET Web page, follow these steps to create a handler that generates an image and to configure ASP.NET to process ...
Developers can create buttons that launch new Websites from within a Web page, or they can make new website windows appear without user intervention. If your ASP.NET application needs to show a ...