ASP.NET uses event handlers to control certain behaviors. They re responsible for programs acting in certain predictable ways. If you want to master ASP.NET programming you need to learn more about event handlers. This article will introduce you to the basics....
Download a Free Trial of Windows 7 Reduce Management Costs and Improve Productivity with Windows 7
.NET is now more than eight years old, and some of its APIs got old with more grace than others. System.IO in particular has always been a little awkward. It’s mostly static method calls ( Path.* , Directory.* , etc.) and some stateful classes ( DirectoryInfo , FileInfo ). In these APIs, paths are plain strings. Since .NET v1, lots of good things happened to C#: lambda expressions, extension methods, optional parameters to name just a few. Outside of .NET, other interesting things happened as well. For example, you might have heard about this JavaScript library that had some success introducing a fluent API to handle the hierarchical structure of the HTML DOM. You know? jQuery . Knowing all that, every time I need to use the stuff in System...(read more)
Experiencing ASP.NET MVC deja vuBuilder AUThroughout the past year or so, I've been hearing and reading a lot about the ASP.NET MVC system. ...
Alentus Corporation Announces Retention of IR and Advisory FirmSYS-CON Media (press release)Under these brands Alentus provides solutions that include Microsoft Windows asp.net hosting, RedHat Linux website hosting, Sharepoint hosting, ...and more »
While there are important differences between PHP and ASP.NET both are used to build websites. Because of this both need to enable developers to build web forms among other tasks. This article compares building a web form in PHP with building the same form in ASP.NET to help those familiar with one set of tools to learn how to use the other set....
Microsoft SQL Server® Value Calculator Reduce Costs & Increase Value with Microsoft SQL Server® 2008. Download Today!
Obsolete Features in .NET 4InfoQ.comOn the web side, Microsoft has completely abandoned their mobile offerings for ASP.NET. Instead they direct developers to use ASP.NET MVC. ...
Just a quick post to share a link to last years videos for the Oredev developer conference http://oredev.org/video Here is my .net debugging presentation where I show off some windbg + new VS.NET features and apart from all the good developer content, you might also want to check out Scott Hanselmans session on Information Overload and managing the workflow with some tips and tricks on how he manages twitter/facebook/email etc. Thank you to the organizers of Oredev for posting these, Tess Read More......(read more)
DiscountASP.NET Launches SQL Server Profiling as a ServicePR Web (press release)NET is an innovative global leader in Microsoft Windows hosting, focused on providing the best value in ASP.NET hosting and SQL Server database hosting. ...and more »
To get the latest build of T4MVC: Go to MvcContrib T4MVC page on CodePlex A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project. I didn’t say much about it at the time because there wasn’t a whole lot to say yet, in the sense that the move had not actually happened. MvcContrib was transitioning from github to Mercurial, and since I wasn’t familiar with either one, I figured I’d wait for that and only have to learn Mercurial. So to make it short, all of this has finally happen, and we can now say that T4MVC is officially part of MvcContrib! Many thanks to Eric Hexter and Jeremy Skinner for helping make this possible. So what difference does it make for it...(read more)
Page Methods is a new mechanism in ASP.NET applications where the server code can be bound to ASP.NET pages. It is an easy way to communicate asynchronously with the server using ASP.NET AJAX technologies. It is an alternate to calling the page which is reliable and carries a low risk. It is basically used to expose the web methods to the client script.
March 10, 2010