https://www.developerfusion.com/t/asp3/ Latest ASP developer content from Developer Fusion 2011-12-08T11:19:04.00Z http://www.developerfusion.com/job/131825/net-developer/ .NET Developer 2011-12-08T11:19:04.00Z You will be a key member of a growing team primarily responsible for the development of our control (Windows Application) and search (ASP) software, as well as its management and deployment. Mohammed Abdulazim http://www.developerfusion.com/article/84407/design-for-testing/ Design for testing 2011-05-13T11:40:14.00Z Testing should be an integral part of your design, and Kevin Jones explains just how to make it so. Kevin Jones http://www.developerfusion.com/media/96163/herding-code-105-brad-wilson-on-mvc-3/ Herding Code 105: Brad Wilson on MVC 3 2011-05-13T11:40:14.00Z In this episode of Herding Code, the guys talk to ASP.NET team member and repeat guest Brad Wilson about what’s new in ASP.NET MVC 3, BDD-style testing with SpecFlow and WaitN, and the latest release of xUnit.net. Jon begins the show by sharing Brad’s bio and then dives right in asking about ASP. James Crowley http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Improving Web Site Performance and Scalability while saving money 2011-05-13T11:40:14.00Z Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. Robert Boedigheimer http://www.developerfusion.com/media/91630/blogworld-interviews-part-1/ BlogWorld Interviews, Part 1 2011-03-08T22:53:05.00Z This week, the first batch of interviews from BlogWorld Expo 2010: accessibility expert Derek Featherstone on blogging and business; Team Lijit on their free site search and advertising service; and Chris Garrett on the Pillars of ProBlogging. James Crowley http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Rails MVC and routing 2011-03-08T22:53:04.00Z Kevin Jones thinks that the key idea in Rails is routing. See how this fits in with the MVC pattern and find out more about Rails by reading on. Kevin Jones http://www.developerfusion.com/media/91300/rethink-your-job-with-adam-broadway/ Rethink Your Job with Adam Broadway 2011-03-08T22:53:04.00Z On this week’s show, Kevin Yank chats with Adobe’s Adam Broadway, who has some thoughts about how freelance web designers should be running their businesses, and building ongoing relationships with their clients from the very beginning. James Crowley http://www.developerfusion.com/article/84484/automate-web-application-ui-testing-with-selenium/ Automate web application UI testing with Selenium 2011-03-08T22:53:03.00Z Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. Sing Li http://www.developerfusion.com/article/84479/jsp-for-net-developers/ JSP for .NET developers 2011-03-08T22:53:03.00Z It can be difficult to appreciate alien technology even if it's doing exactly the same job as something familiar and well understood. Sing Li makes it easy for .NET enthusiasts to comprehend JSP by comparing it with ASP.NET. Sing Li http://www.developerfusion.com/media/88938/object-binding-with-deborah-kurata/ Object Binding with Deborah Kurata 2011-03-08T22:53:02.00Z Are you in a bind? Is your UI code filled with lots of trivial work like moving text back and forth between controls and business objects? In the past most people thought that data binding was just a clever trick to use for demo applications or quick and dirty projects but no more my friend. Now James Crowley http://www.developerfusion.com/news/85211/fourth-guathon-goes-down-a-storm/ Fourth "Guathon" goes down a storm 2011-03-08T22:42:04.00Z UK developer events go from strength to strength Chris Alexander http://www.developerfusion.com/book/79964/sams-teach-yourself-aspnet-40-in-24-hours-complete-starter-kit-sams-teach-yourself-hours/ Sams Teach Yourself ASP.NET 4.0 in 24 Hours: Complete Starter Kit (Sams Teach Yourself -- Hours 2011-03-08T22:42:03.00Z ASP.NET has become one of the most widely used tools for creating Web sites and Web-based applications. More than a third of Web developers are already using it, and that number is growing every year. Microsoft will release version 4.0 in late March, adding several important new tools, such as tighter integration with Office, including the online and cloud-based versions of Office. This book is the latest in a long series of very popular introductory tutorials that started back with ASP 1.0. Scott Mitchell http://www.developerfusion.com/review/83506/ironpython-in-action/ IronPython In Action 2011-03-08T22:42:02.00Z Craig reviews IronPython In Action by Michael Foord and Christian Muirhead Craig Murphy http://www.developerfusion.com/book/81655/pro-web-gadgets-for-mobile-and-desktop/ Pro Web Gadgets for Mobile and Desktop 2011-03-08T22:42:02.00Z The miniature web applications known as gadgets (or widgets) are a key component of the Distributed Web and an ideal way to publish your content far beyond the reach of your own web site. Packaging web content and functionality into a gadget enables it to be seen anywhere from iGoogle to the iPhone—wherever the user may be, on or off the traditional Web. Everyone can access your content without having to visit your web site. Sterling Udell http://www.developerfusion.com/news/114661/new-blackberry-web-developer-tools/ New BlackBerry web developer tools 2011-03-08T22:42:01.00Z Research In Motion has some new and enhanced tools for developing web applications for BlackBerry. Mike James http://www.developerfusion.com/book/11218/professional-dotnetnuke-5-open-source-web-application-framework-for-aspnet-wrox-programmer-to-programmer/ Professional DotNetNuke 5: Open Source Web Application Framework for ASP.NET (Wrox Programmer to Programmer) 2011-02-22T12:49:05.00Z DotNetNuke creator Shaun Walker leads this superlative author team of MVPs while delivering the latest update of a bestseller. They offer complete coverage of the major revisions to DotNetNuke 5, such as more granular administration, widgets, XHTML compliance, improved social networking, workflow, and better content management. They thoroughly cover installing, configuring, administering, and developing modules for DotNetNuke. Youll learn portal and host administration, configuration in a hosted Shaun Walker, Brian Scarbeau, Darrell Hardy, Stan Schultes, Ryan Morgan http://www.developerfusion.com/code/9723/binding-multiple-fields-to-aspnet-listcontrol-classes/ Binding Multiple Fields to ASP.NET ListControl classes 2011-02-22T12:49:04.00Z Out of the box, the ASP.NET list controls (CheckBoxList, RadioButtonList, DropDownList) only support data binding on a single field. Learn how to work around this to bind to as many fields as you need. Neil Dodson http://www.developerfusion.com/book/11268/aspnet-35-application-architecture-and-design/ ASP.NET 3.5 Application Architecture and Design 2011-02-22T12:49:04.00Z Application architecture is an essential skill for ASP.NET developers. It is always tempting to jump in and start coding, but planning your architecture early in the project will leave you with a solid application that scales well, is easy to modify and extend, and saves you time and effort later on. As businesses struggle to control their costs, writing solid code that can be extended easily is becoming even more important. This book takes a pragmatic approach to Application Architecture in ASP Vivek Thakur http://www.developerfusion.com/article/8307/aspnet-patterns-every-developer-should-know/ ASP.NET Patterns every developer should know 2011-02-22T12:49:03.00Z In the first of three parts, Alex looks at some of the basic patterns in ASP.NET, and how you can apply these to your ASP.NET applications in a few simple steps. Alex Homer http://www.developerfusion.com/article/7141/microsoft-indexing-service-and-aspnet/ Microsoft Indexing Service and ASP.NET 2011-02-22T12:49:03.00Z Microsoft Indexing Service is a service that provides a means of quickly searching for files on the machine. Barry investigates how we can use the indexing service to expose full-text searching in ASP.NET. Barry Dorrans