Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » ASP.NET Dynamic Data   (RSS)
The Weekly Source Code 48 - DynamicQueryable makes custom LINQ expressions easier
NOTE: An alternative title to this post might be: " The Weekly Source Code 48: Making The Weekly Source Code 47 Suck Incrementally Less. " Last week I wrote a post about Dynamic Linq Query Generation in order to solve a kind of meta-programming Read More...
2010 Survey Results: What .NET Framework features do you use?
In October of 2008 I took an informal survey on Twitter . I wanted to get an idea of what features of the .NET Framework people were using. Also, here's the disclaimer. I did this on a whim, it's not scientific, so the margin of error is +/-101%. That Read More...
The Weekly Source Code 47 - ASP.NET 3.5 Dynamic Data: FilterRepeaters and Dynamic Linq Query Generation
First, let me start this post by thanking Tatham Oddie . He helped my buddy John Batdorf and I debug our issue remotely from Australia. He's patient, kind, opinionated and Tatham's got a darn fine blog that you should subscribe to now . I also found great Read More...
Left Home 0Dark100, arrived LAX 8AM, New Friends Lead the Way
  So, for those of you that don’t know me well, suffice it to say, I have less than no sense of direction.  I always manage to make my way home, but often with a lot of zigs and...

This site is a resource for asp.net web programming. It has examples by Peter Kellner of techniques for high performance programming
The Minutes On 9 - Channel 9 Video Interviews with the ASP.NET 4 Team
Who loves you? Not only is Visual Studio 2010 Beta 2 now available for everyone to download (not just subscribers) but I've got 11 short video interviews with the ASP.NET 4 team up on Channel 9. I was up in Redmond just last week and made sure to stop Read More...
Hanselminutes Podcast 184: Preview of ASP.NET 4 with Scott Hunter
My one-hundred-and-eighty-forth podcast is up . Scott's in Seattle this week and catches Microsoft Program Manager (and one of 1000 Scott's) Scott Hunter who shares insights in the history and future of ASP.NET 4. What's coming in VS2010? Subscribe: Download: Read More...
ASP 4 - Whirlwind Tour around .NET 4 (and Visual Studio 2010) Beta 1
Hey, we released Visual Studio 2010 Beta 1. JasonZ has a great post with piles of details and a metric crapload of screenshots . Definitely take a moment (or eight) and check out his very detailed post. You can get it NOW if you're an MSDN Subscriber Read More...
ASP.NET Dynamic Data Resources
Podcasts/Webcasts ASP.NET Podcast Show #136 - Rachel Appel (hey, that's me!) on Dynamic Data: http://tinyurl.com/dlr6oy ASP.NET Podcast Show #127 – Host Wally McClure talks about Dynamic Data: http://tinyurl.com/6o7s64 MSDN geekSpeak with Glen Gordon. Read More...
RTFLF - Read the Expletive Log File
A buddy of mine and I had a nice slap in the face yesterday. I was helping him deploy an ADO.NET Data Service to a large company's staging server  and we were seeing REALLY odd behavior. We'd request something like /myservice.svc and get a 404. But Read More...
ASP Dynamic Data Preview - More ways to exploit ADO.NET Data Services for fun and profit
There's lots of interesting stuff going on in the ASP.NET team, and you can usually learn/glean/figure out most of it (if you're interested) by poking around the Codeplex ASP.NET site. They update it all the time, and you can watch their thinking. They Read More...
ASP.NET Dynamic Data Routing
ASP.NET Dynamic Data uses routing to match http requests with the appropriate data, actions and views to produce the output (read only, read only details, edit and insert pages) that is expected for each table in the model. The routing system found in Read More...
ASP.NET and jQuery
It looks like many of you have already noticed that there's an official Visual Studio autocomplete file for jQuery posted up at the jQuery site . It's significant that it's hosted by the jQuery team in that it's a contribution by the Visual Studio team Read More...
Custom Validation in ASP.NET Dynamic Data using Attributes
You have two choices for validation in ASP.NET Dynamic Data: Annotating the data model with attributes or extending the data model using partial methods (see here ). We’ll take a look at annotating the data model to provide validation for Dynamic Read More...
Custom Validation and Business Logic in ASP.NET Dynamic Data using Partial Methods
You have two choices for validation in ASP.NET Dynamic Data: Annotating the data model with attributes or extending the data model using partial methods. We’ll take a look at using the OnChanging partial methods from the data model to provide custom validation Read More...
Survey RESULTS: What .NET Framework features do you use?
Here's the results, as promised, of the .NET Survey I took last week . Also, here's the disclaimer. I did this on a whim, it's not scientific, so the margin of error is +/-101%. That said, the results feel intuitively right to me, personally. It was a Read More...
More Posts Next page »