|
|
Browse by Tags
All Tags » ASP.NET » .NET (RSS)
Showing page 1 of 14 (136 total posts)
-
The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher ...
-
1. Have a page with code in Page_Load
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Response.Cache.SetAllowResponseInBrowserHistory(False)
...
-
Huge title while the subject or the example in this case is actually very simple and straightforward. I saw a question on newsgroups which went something like:
- poster states he doesn't know much about control events
- he/she asked if he/she had a method like
protected void tbPreRender(object sender, EventArgs e)
...
-
Silverlight 2 Beta2 was released today. You can download both Silverlight 2 Beta2 and the Visual Studio and Expression Blend tools support to target it here.
Beta2 adds a lot of new features (more details below), but is still a 4.6 MB download that takes less than 10 seconds to install on a machine. It does not require the .NET ...
-
Some skillful people at Microsoft have started yet one interesting project to increase our toolbox. It's "Velocity" which targets to help dealing with caching - local and distributed - through all the .NET application types, not just ASP.NET.
From: ...
-
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. This web application is quite heavy in terms of Javascript and AJAX feature usage.
I am happy ...
-
Don't know if this has already been discussed at length before, but I found an interesting little tool from Microsoft Research for profiling the Javascript functionality in your AJAX applications.
Its called AjaxView and can remotely monitor any AJAX web app that is currently on the web, locally or whatever.
You basically, install a small ...
-
Last week I blogged about the ASP.NET MVC Preview 3 release. One important thing I forgot to mention about this release is that you can now use it with both Visual Studio 2008 as well as the free Visual Web Developer 2008 Express edition.
The SP1 release of Visual Web Developer 2008 Express adds support for both class library ...
-
Arizona's Desert Code Camp is this Saturday (May 31st) at the University of Advanced Computing building. Here's the address:
University of Advancing Technology
2625 W. Baseline Road (map)
Tempe, Arizona 85283
It looks like there are a lot of great talks scheduled covering everything from iPhone development to game development to ...
-
This morning we released the Preview 3 build of the ASP.NET MVC framework. I blogged details last month about an interim source release we did that included many of the changes with this Preview 3 release. Today's build includes some additional features not in last month's drop, some nice enhancements/refinements, as well as Visual ...
1 ...
|
|
|