Top ASP.NET Items

Sponsors

Archives

December 2007 - Posts

Using VS2008 to Target .NET Framework 2.0 with ASP.NET AJAX
As I mentioned last month , VS 2008 fully supports building applications for .NET Framework 2.0... This is very important as it will take time for some hosters and IT organizations to fully deploy .NET Framework 3.5, but you don't want that to block you from taking full advantage of the cool features in VS 2008 . Today we released ASP.NET 2.0 AJAX Templates for VS2008 . This release contains project templates for using Visual Studio 2008 or Visual Web Developer 2008 to create new web sites and web applications with ASP.NET AJAX Extensions features. The project templates contain specific references to assemblies in .NET Framework 2.0 and ASP.NET 2.0 AJAX Extensions 1.0. Download the ASP.NET 2.0 AJAX Templates for VS2008 ! To try these out, make...
Ajax usage among .NET developers
Simone Chiaretta is trying to gather some informal data on Ajax usage among .NET Developers . It is a very quick, four question survey… Simone mentioned he would be publishing the results on his blog shortly. Please click Here to take survey . Read More...
December 16th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS, .NET, IIS7, WPF
Here is the latest in my link-listing series .  Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Creating an Outlook Navigation Bar using the ListView and Accordion Controls : Matt Berseth has a nice sample that describes how to implement an Outlook-like navigation menu using the new ASP.NET 3.5 ListView server control and the ASP.NET AJAX Control Toolkit's Accordion control. What is New in the ASP.NET 3.5 Extensions Preview : Brad Abrams blogs some samples that show off the new <asp:MediaPlayer> Silverlight control, as well as the built-in history management with the <asp:ScriptManager> control.  ASP.NET AJAX ASP.NET AJAX SliderExtender Layout...
Building a Great Media Driven Web Site (with Silverlight and ASP.NET)
We had a group of customers (and potential) customers out to campus earlier this week and I was asked to give a talk about how to leverage ASP.NET and Silverlight to build a media centric site. I demo'ed the latest version of MySilverlightTV with a couple of new twists. The full slides and demo are available This uses VS2008 Express (free), Silverlight 1.0 and ASP.NET 3.5 Extensions CTP Please feel free to use any of these concepts, slides and demos that you find valuable. Read More...
New ASP.NET Dynamic Data Support
The ASP.NET 3.5 Extensions CTP we shipped this past weekend contains a bunch of great new features. One of the cool new features is something we call "ASP.NET Dynamic Data Support".  In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to SQL (and in the future LINQ to Entities) object model - and optionally allows you to-do this without having to build any pages manually. The best way to see this in action is to watch David Ebbo's awesome 17 minute screen-cast : You can also follow the steps below to easily get started and use the dynamic data support: Step 1: Create a ASP.NET Dynamic Data Site: Once you have the ASP.NET 3.5 Extensions CTP release installed, you can use VS 2008...
ASP.NET 3.5 Extensions: All About Dynamic Data
Dynamic data is a very cool feature of the ASP.NET 3.5 Extensions that allows you to trivially easy build, customize and maintain a data driven web application... If you have a project that starts with some data in a database and you want to enable, viewing, editing, filtering, sorting of that data in all kinds of interesting ways then you have to check out Oryx.. David has done a very good Screencast that takes everyone's favorite Northwind database and shows how to build a very cool site out of it. Here is a quote from the forums about this release that I just love: I installed everything and ran it using Visual Web Developer express. It works. Damn scary to create something that would take a day to create in only 3 minutes The Dynamic Data...
Posted: Dec 14 2007, 12:45 AM by Brad Abrams
Filed under:
Silverlight-powered Slide Show
Slide.Show - A very nice (and open source) implementation of a photo slide show experience built using Silverlight 1.0 and script. Read More...
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
When you add a global.asax file to your "Web Application Projects (WAPs) like below: and then write code in Application_Start event and try to debug it like below using Visual Studio inbuilt Development Web Server   Then during your first debug the breakpoint is hit but during your subsequent debug runs the breakpoint is not hit. The reason behind this is that we do not kill the ASP.Net Web Server process after your every debug run and hence Application_Start() is not fired every time.  There is a good reason why we do so...  Starting ASP.Net Web Server process is an expensive task and in most of the scenarios recycling this process after every debug would adversely impact your performance...  If you do not want to debug...
Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008
Following Visual Studio 2008 release I updated my Spell Shecker add-in to make work with VS 2008 as well as added some new useful functionality. So here is version 2.0, updated for VS 2005 and 2008. What's new in version 2.0: Spell checker now supports text verification in: HTML style comments <-- HTML --> ASP.NET server side comments: <%-- ASP.NET --%> JScript, C# and C++ comments: // C++ style comments CSS and C style comments: /* C style comments */ VB and VBScript style comments: 'This is VB comment Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP ahd H files. There are two separate binaries for VS 2005 and VS 2008. The can be installed side by side if you have both VS 2005 and VS 2008...
Visual Web Developer is hiring...
The Visual Web Developer team is looking for a few talented and experienced invididuals to join our team. We have opportunities in development, testing, and program management. Our team builds Visual Studio features that enable creating applications for ASP.NET, IIS, Silverlight and Sharepoint. Here are links to our current openings: Program Manager Lead Software Development Engineer Lead Software Development Engineer in Test To submit your interest in any of these positions, please email -- venusblg-at-microsoft-dot-com -- with an attached resume. -- Visual Web Developer Team Read More...
More Posts « Previous page - Next page »