Browse by Tags
All Tags »
ASP.NET Dynamic Data (RSS)
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...
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...
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...
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
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...
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...
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...
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...
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...
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 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...
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...
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...
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...
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...