|
|
Browse by Tags
All Tags » Tips and Tricks (RSS)
Showing page 1 of 3 (28 total posts)
-
Stephen Walther has posted a great list of Visual Studio 2008 Tips and Tricks. I found 3 or 4 that I didn’t realize when checking out his post. The two I’ll likely use the most are number 1 and 3. Great stuff Stephen!
-
I gave a talk this past weekend at the Philly.NET Code Camp 2008.3. I’ve uploaded my slide deck, project, and a few additional files (used in the demo) in case anyone would like to review again. I was also able to find another way to fake HttpContext. Check out Stephen Walther’s blog post about faking the controller context. He also has a blog ...
-
Awhile back, one of my friends over at Telligent, Scott Watermasysk, posted a message regarding FeedBurner and hosting your own RSS feeds. FeedBurner is a web application owned by Google that hosts syndicated feeds and provides statistics based on those feeds such as the number of viewers. Scott recommended setting the MyBrand feature of ...
-
One of the most critical pieces to MVC is routing users to the proper controller. During the development process, you must keep in mind that routes will take users to the first pattern that matches. It’s not that difficult to create patterns that are too similar that users are routed to the incorrect place. Phil Haack, from the ASP.NET team, has ...
-
I came across a post on StackOverflow.com regarding web site performance. Quite often you can take a look at your application and find 10 different ways to make it more efficient. Depending on your environment, you may have many different ways to increase performance. For instance, in a shared hosting environment, you’ll likely be limited as to ...
-
Here are links to tools and tips that I mentioned in my talk this afternoon on Geocoding, RSS, and Mapping at VSLive! New York:
Sign Up for a MapPoint Web Service Evaluation account: https://mappoint-css.live.com/MwsSignUp/default.aspx?lc=1033
MapPoint Developer Center: http://msdn.microsoft.com/mappoint/
Argotic Syndication ...
-
Here are links to tools and tips that I mentioned in my talk this afternoon on Controlling AJAX When you’re Out of Control at VSLive! New York:
List of JavaScript/AJAX Frameworks: http://en.wikipedia.org/wiki/List_of_Ajax_frameworks
Comparison of JavaScript Frameworks: http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks
OpenAjax ...
-
Want to learn more about Microsoft Velocity and how this distributed caching system can improve your web applications? Then you'd better check out the new Velocity podcast at ASP.NET Podcast. You can download the MP3 at http://www.aspnetpodcast.com/PodcastFiles/ASPNETPodcast20080820-Velocity.mp3.
-
On one of the email lists that I'm on, someone had posted a question about running a website using the root path "/" or a different virtual path than the project name that is populated by default. James Crowley pointed out a blog entry from Scott Guthrie where Scott walks through this process in 4 easy steps. To check it out, visit ...
-
When using a DropDownList, you can set the selected item by using the SelectedIndex property. However, if your DropDownList is being populated by the CascadingDropDown control (from the ASP.NET AJAX Control Toolkit), that doesn't work. Instead, you must use the SelectedValue property on the CascadingDropDown control.
1
|
|
|