Sign in
Scott Hunter
ASP.NET and .NET Musings
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
Dynamic Data
jQuery
Web Pages
WebForms
Archive
Archives
August 2011
(1)
April 2011
(1)
November 2010
(1)
October 2010
(1)
August 2010
(3)
November 2009
(1)
October 2009
(1)
May 2009
(1)
March 2009
(2)
December 2008
(1)
November 2008
(3)
August 2008
(3)
July 2008
(2)
June 2008
(4)
April 2008
(5)
March 2008
(3)
January 2008
(1)
December 2007
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Scott Hunter
HTML 5 Updates for .NET 4
Posted
over 2 years ago
by
Scott H
10
Comments
After we shipped .NET 4 we began working on the next version of the framework and one of the things that we have worked on for the next version of the framework is more support for HTML 5. We think that HTML 5 is so important that we have taken many of...
Scott Hunter
Update on the Microsoft jQuery Plugins
Posted
over 2 years ago
by
Scott H
5
Comments
A little over a six months ago we blogged about the work that Microsoft was doing with jQuery plugins (jQuery Templates, Globalization, and Data Link). This post provides a little more information on the current status and on the plans for those plugins...
Scott Hunter
Updates to the Microsoft CDN (Updated 12/1/2010)
Posted
over 3 years ago
by
Scott H
10
Comments
I want to announce a couple of changes we have made to the Microsoft CDN recently. Updated jQuery We have added both jQuery 1..4.3 and jQuery 1.4.4 to the CDN, plus there are vsdoc files for both of these releases. These new releases are available...
Scott Hunter
Web Pages Beta 2–Request Validation
Posted
over 3 years ago
by
Scott H
0
Comments
Today we released all kinds of goodness at Microsoft for ASP.NET developers: - Web Pages Beta 2 – An update to our new support for adding simple Razor syntax pages to to web applications. - MVC 3 Beta – An update to our preview release from a few months...
Scott Hunter
GridView with Sort Arrows and Showing Header When Empty
Posted
over 3 years ago
by
Scott H
4
Comments
One of the common things people want to do when displaying data with grid controls is to have the little up and down arrows next to the header columns to indicated what direction the data is being sorted in. You see this in Windows Explorer and many other...
Scott Hunter
PersistedSelection in Data Controls in .NET 4
Posted
over 3 years ago
by
Scott H
0
Comments
We did a variety of small feature items across the data controls when we were working on .NET 4 and I’m going to do a couple of blog posts on some of this new functionality. When we were building Dynamic Data we made small enhancements to the data controls...
Scott Hunter
Automatically prepopulate fields for Insert in .NET 4
Posted
over 3 years ago
by
Scott H
0
Comments
We introduced a lot of little data enhancements in .NET 4 that you may not have heard about. One of these is a mechanism for setting the default value of fields in a data control when you want to do an Insert. In our controls today you would probably...
Scott Hunter
Program Manager Position on the ASP.NET PM team
Posted
over 4 years ago
by
Scott H
1
Comments
Are you interested in making a change? Do you want to join a fast moving team inside of Microsoft and help drive the future features in ASP.NET?We have a program manager position on the ASP.NET team which is currently available. You can access the listing...
Scott Hunter
Data Enhancements in .NET 4 / Visual Studio 2010 Beta 2
Posted
over 4 years ago
by
Scott H
2
Comments
On Wednesday we are releasing .NET 4 / Visual Studio 2010 Beta 2 to the public and it brings many cool enhancements to the ASP.NET data controls and Entity Framework. I’m going to drill into a few features of these data related features and you...
Scott Hunter
Dynamic Data Preview 4 Released
Posted
over 4 years ago
by
Scott H
16
Comments
Today we released the newest preview release of Dynamic Data. You can view the details and download this release from here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27026 . The preview releases of Dynamic Data contain much...
Scott Hunter
ASP.NET 4.0 and Visual Studio 2010 Development Overview & Dynamic Data
Posted
over 4 years ago
by
Scott H
9
Comments
Last week at the Mix conference in Las Vegas we released a whitepaper that contain a list of many of the items that we are adding to ASP.NET 4.0 and Visual Studio 2010. The paper provides an overview of what we expect to be in the first beta release ...
Scott Hunter
Better support for 3rd party controls and Dynamic Data in ASP.NET 4.0 and DevExpress Grid and Dynamic Data
Posted
over 4 years ago
by
Scott H
4
Comments
One of the things that we worked on supporting in Dynamic Data is the ability for third party controls like Grids to be able to host DynamicControls. Basically allowing the developer to use controls that are fancier or have more features then the stock...
Scott Hunter
Update for .NET 3.5 SP1 Released
Posted
over 5 years ago
by
Scott H
6
Comments
There was an update to the .NET 3.5 SP1 release a couple of days ago and I have not seen a lot of mention to it so thought I would write a blog post and talk about how this update affects ASP.NET. First off you can search for KB959209 in the Microsoft...
Scott Hunter
Posting from Oredev in Sweden
Posted
over 5 years ago
by
Scott H
1
Comments
Eilon Lipton and I have spent the week in Malmo, Sweden at the the Oredev conference. Here is the schedule of our talks: November 19th – Get to Know the ASP.NET MVC Framework November 20th – ASP.NET 4.0 Roadmap November 20th – Advanced ASP.NET...
Scott Hunter
Securing Dynamic Data
Posted
over 5 years ago
by
Scott H
4
Comments
One of the questions we often get is how do you secure Dynamic Data websites. Michael Miele one of the technical writers that writes the documentation for ASP.NET wrote a great sample that shows how to do this using Form Authentication and Roles that...
Scott Hunter
PDC ASP.NET Content Available Now
Posted
over 5 years ago
by
Scott H
1
Comments
Just got back from PDC 2008 last week, we showed all kinds of cool new stuff. Here is a list of links for the videos of all the ASP.NET sessions: ASP.NET 4.0 Roadmap - http://channel9.msdn.com/pdc2008/PC20/ ASP.NET MVC: A New Framework for Building...
Scott Hunter
Image Generation is released to CodePlex
Posted
over 5 years ago
by
Scott H
8
Comments
I'm really happy to announce that earlier this week we released a new feature called Image Generation to the ASP.NET CodePlex site . You can get a link directly to the page supporting this feature by clicking on: http://www.codeplex.com/aspnet/Wiki/View...
Scott Hunter
Workaround for Dynamic Data Entity Framework Posted
Posted
over 5 years ago
by
Scott H
4
Comments
Today we posted a beta update to solve a couple of problems with Dynamic Data and Entity Framework that are in the RTM version of .NET 3.5 SP1. The main issue is a slight mis-match in the names that Dynamic Data looks for in Entity Framework and the names...
Scott Hunter
Dynamic Data RTM is Released!
Posted
over 5 years ago
by
Scott H
3
Comments
Today we shipped .NET 3.5 SP1 which includes Dynamic Data. This means that the Dynamic Data RTM release is now available. Here are the links to download the final versions: Visual Studio 2008 SP1 (also includes .NET 3.5 SP1): http://www.microsoft.com...
Scott Hunter
Many Updates on Dynamic Data
Posted
over 5 years ago
by
Scott H
3
Comments
This week at Redmond we have the ASP.NET Insiders up here where we show them a bunch of the new stuff we are working on. I'm happy to announce that we have many new update for Dynamic Data that are available today: 1) Dynamic Data Runtime and Dynamic...
Scott Hunter
Interview with Craig Shoemaker Posted
Posted
over 5 years ago
by
Scott H
1
Comments
Last week I had a great chat with Craig Shoemaker on Dynamic Data. We talked about using Dynamic Data in existing applications, some about our new Futures release and some about upcoming work on having an MVC version of Dynamic Data. You can check out...
Scott Hunter
How to add Dynamic Data to an Existing Web Application
Posted
over 5 years ago
by
Scott H
11
Comments
Yesterday I posted about how to add Dynamic Data to an existing website and I got some feedback about how to add Dynamic Data to an existing web application. Web application projects work a little different the website projects, you can check out the...
Scott Hunter
How to add Dynamic Data to an Existing Web Site
Posted
over 5 years ago
by
Scott H
10
Comments
I've had various people ask me if Dynamic Data can be added to an existing website and I've compiled a list of steps to do this. We hope to add a tooling gesture to Visual Studio in the future to automatically do these steps. Once these steps are complete...
Scott Hunter
Dynamic Data DbImage SampleUpdated
Posted
over 5 years ago
by
Scott H
20
Comments
I posted a sample back in January on how to display images from databases or the file system using Dynamic Data. You can view that post HERE . I've just updated that sample to fix some bugs and add some new functionality. You can download the latest version...
Scott Hunter
Dynamic Data is on .NET Rocks!
Posted
over 5 years ago
by
Scott H
5
Comments
A few weeks ago I did an interview with Carl and Richard from .NET rocks on Dynamic Data. You can listen to it here: http://www.dotnetrocks.com/default.aspx?showNum=349 .
Page 1 of 2 (38 items)
1
2