Friday, August 14, 2009

Fix-It: Nesting between .aspx and code behind is lost when you move files to a different folder

Fix-It: Nesting between .aspx and code behind is lost when you move files to a different folder


Fix-It: Nesting between .aspx and code behind is lost when you move files to a different folder

Posted: 12 Aug 2009 04:16 PM PDT

In this post I am hoping to cover a quick tip/trick about file nesting in ASP.NET Web Site Project. Let's say you have the below web site in your solution explorer: If you move "About.aspx" and "About.aspx.cs"  to the "New Folder" shown above then you will see the file nesting in solution explorer incorrect… To fix this issue there is a solution explorer button for "Nesting Related Files" as shown below… When you click this button the project system should update the solution explorer and show you the nested files correctly… -Vishal Technorati Tags: Web Site , Visual Studio tweetmeme_style = 'compact'; tweetmeme_url = 'http://vishaljoshi.blogspot.com/2009/08/fix-nesting-between-aspx-and-code.html'; tweetmeme_source = 'VishalRJoshi';...(read more)

Fix-It: Multiple instances of Visual Studio Development server getting created

Posted: 12 Aug 2009 02:06 PM PDT

Sometimes while developing some of you might notice a lot instances of Visual Studio Development Server (aka Cassini) in your system tray… Many of these icons when clicked on land up just vanishing away and at times these icons may flood the system tray causing frustration…  Sorry for that :-( One of the reasons for this happening is that ASP.NET Development server is set up to use dynamic port allocation as shown below: WAP (Right Click Project –> Properties –> Web) Web Sites (Select Web Sites –> F4 to see properties) Sometimes on some developer boxes either Windows firewall or custom firewall blocks a bunch of ports… In this situation Web Development Server tries to hook to one of the blocked ports port and is not allowed to...(read more)

Multiple instances of Visual Studio Development server getting created

Posted: 12 Aug 2009 01:25 PM PDT

Sometimes while developing some of you might notice a lot instances of Visual Studio Development Server (aka Cassini) in your system tray… Many of these icons when clicked on land up just vanishing away and at times these icons may flood the system tray causing frustration…  Sorry for that :-( One of the reasons for this happening is that ASP.NET Development server is set up to use dynamic port allocation as shown below: WAP (Right Click Project –> Properties –> Web) Web Sites (Select Web Sites –> F4 to see properties) Sometimes on some developer boxes either Windows firewall or custom firewall blocks a bunch of ports… In this situation Web Development Server tries to hook to one of the blocked ports port and is not allowed to...(read more)

Navigation Transitions with WriteableBitmap

Posted: 14 Aug 2009 10:16 AM PDT

If you have not had a chance to play with Navigation Frames in Silverlight they are very cool, they give developers the ability to navigate between "Page" within a single Silverlight Solution.  The first time I used them I could believe how...( read more )...(read more)

What’s new in ASP.NET 4.0

Posted: 14 Aug 2009 04:15 AM PDT

With Visual Studio 2010 Beta 1 and .NET Framework Beta 1 out for some time, this post is due from me for a long time. ASP.NET 4.0 has many improvements for different set of scenarios such as Webforms, Dynamic Data & AJAX based web development. There are also a lot of enhancements to the core runtime that powers ASP.NET such as Caching, Session & Request/Response objects. For this post, we will examine some of the web form enhancements. There are sure a lot of them and we will examine some of them in the future posts. Controlling View State using the ViewStateMode Property – Performance Enhancement One of the most complained thing in ASP.NET Webform is the growing viewstate which becomes a concern for performance. While earlier you can...(read more)

Hanselminutes Podcast 174 - Hanselminutiae-five with Richard Campbell

Posted: 13 Aug 2009 10:48 PM PDT

My one-hundred-and-seventy-fourth podcast is up . In this slightly unusual episode, I sit down with my good friend Richard Campbell and we share stories about scaling large websites over the years. I thought this was a really good show, if a little long and I'm thinking to have Richard on as a regular thing, if he's interested. Subscribe: Download: MP3 Full Show Do also remember the complete archives are always up and they have PDF Transcripts , a little known feature that show up a few weeks after each show. Telerik is our sponsor for this show. Check out their UI Suite of controls for ASP.NET . It's very hardcore stuff. One of the things I appreciate about Telerik is their commitment to completeness. For example, they have a page...(read more)

Linq For Silverlight Developers

Posted: 13 Aug 2009 04:17 PM PDT

      Turing Project Page : [Novice: 7]    FAQ     Table of Contents   What is this and where do I start ?         Special Note: This posting introduces a new element in the series...( read more )...(read more)

More Silverlight application themes and fixes

Posted: 13 Aug 2009 04:13 PM PDT

When Silverlight 3 launched, we also published several additional application themes for the navigation and business application (for .NET RIA Services ) templates. I just uploaded two more themes from one of our designers, Corrina , to the Expression...( read more )...(read more)

More Silverlight application themes and fixes

Posted: 13 Aug 2009 04:13 PM PDT

When Silverlight 3 launched, we also published several additional application themes for the navigation and business application (for .NET RIA Services ) templates. I just uploaded two more themes from one of our designers, Corrina , to the Expression Read More......(read more)

Triggers in Silverlight 3

Posted: 13 Aug 2009 03:22 PM PDT

Did you know there is a built-in Trigger in Silverlight 3?  It's the the Loaded event of objects.  There's been a fair bit of attention given to Behaviors, and rightfully so, but sometimes you simply want a trigger. It would be great to have more Triggers in SL, but for now, let's take a look at [...]...(read more)

No comments:

Post a Comment