Top 10 Controls for ASP.NET Developers
Curtis Dicken sifts through ASP.NET controls to help ASP.NET Developers decide how to fill their programming toolbox.
Curtis Dicken sifts through ASP.NET controls to help ASP.NET Developers decide how to fill their programming toolbox.
ASP.NET Developer, Scott Mitchell, shows how to use the open source Twitterizer project to integrate Twitter into an ASP.NET website.
Debugging ASP.NET AJAX applications is a challenge because they contain both server-side and client-side code. Use this ASP.NET tutorial to get some helpful tips for using debugging and tracing in ASP.NET AJAX applications.
This article, by Scott Mitchell, shows how to store (and load) the data generated by the Microsoft Chart Controls to disk or some other store.
February 1 was the date the company had named to begin charging for Azure services.
Discuss approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser. Also it shows how to retrieve mobile device capabilities information.
Using skins and themes make it much easier to quickly, uniformly, and easily change the way web application looks.
This is the first article in the 'Facelift to Forms' series. Discover various options to make beautiful, easy to implement and easy to use web forms.
Obtain client-specific information from your Web application using ActiveX, which only works with Internet Explorer and browsers that have ActiveX extensions.
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Respond to every HTTP request. Just implement event handlers or an IHttpModule (which is a cool way to write a re-deployable solution for multiple projects).
The security-hole testing that hackers engage results in a sparring match where security-conscious companies like Microsoft are forced to—well, make life harder on the rest of us.
The Records Center is an important MOSS (Microsoft Office SharePoint Server) component for companies that need to save critical or legally sensitive information. Discover how to create a Records Center then secure its contents with the MOSS Object Model and one of its default WebServices.
Learn about several features relevant to developers in Visual Studio 2010 and the .NET Framework 4.0, such as parallel programming, XSLT debugging, new ASP.NET features, and new VB.NET and C# features that include the Chart control, XSD Designer, Lambda Expressions, and optional parameters.
Discover a few points to keep in mind during and after the creation of your web site, such as form referrer check, URL canonization, and so forth.
Learn how to implement partial methods and know where to expect them.
See how to make your web clients read or play content to its users. You will experiment with JavaScript from the command line, learn a JavaScript debugging technique that might be useful, and see how to load the Speech API and ask it to read the ALT (text) attribute of HTML controls.
Think you know about VIEWSTATE within ASP.NET? Learn how to fully implement VIEWSTATE in new and efficient ways in ASP.NET 2.0.
Learn about a web service method to back up a database from a mobile device using the SQL Backup command and asynchronous method calls.
Create your own custom DataGrid paging control over which you, the developer, will have more control.
The current version of the .NET Framework is 3.0.
Discover the basics of the W3C DOM and learn how to use JavaScript to transverse the nodes within it. (Javascript)
Learn how easy it is to consume Web services from your client-side applications!
Discover how easy it is to begin developing sites incorporating maps from the Google Maps API.