资讯

Using Page Methods when adding the ScriptService attribute is overkill for a single page -- find out how to add the functionality directly using AJAX. Web services provide a great way to exchange data ...
A lot of ASP applications produce their output based on the contents of one or more XML files. XSLT documents transform the browser-neutral contents of those XML files into browser-specific HTML. The ...
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server. In 2011, Microsoft released ASP.NET ...
Most websites today rely on some sort of backend database. Whether it's an e-commerce site that serves millions of requests per day or a blog that is read by only a few people, they all use the same ...
Microsoft introduced the ASP.NET Web Matrix integrated development environment to provide an inexpensive method for creating ASP.NET Web applications and services. This is a valuable tool for creating ...
ependency injection is a technique whereby one object (the dependency) is passed to another object that needs it. Dependency Injection is a realization of the inversion of control principle, which ...
Over two years in the making, Striquent's Webaptive CMS (news, site) is now available for users looking to take their ASP.NET web applications to the next level by adding content management ...
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 ...
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 user a ...