Skip navigation

Category Archives: .NET

Teaching myself a little ASP.NET over the weekend.  Surprisingly vanilla ASP.NET seems to lack a lot of modern features found in other web frameworks.  I ended up running into the ASP.NET MVC preview and installed that.  So far I’m liking it.  There are a few rough edges I need to sort out.  I think I’m missing something because there has to be easier way to link up LINQ and web forms for CRUD operations.  I really like the LINQ syntax, it’s so damn intuitive.  Funny because it vaguely reminds me a lot of a quick Python framework I built around DBSlayer for my senior project.  Of course I still had to write SQL to get that working.

I’m well on my way with a Hello World 2.0 (Blog).  I feel lame writing a blog to learn the language, but it’s a well defined application and lets me focus on the code. :)   While I’m finding the MVC framework to be a major bonus, there’s still a lot of auto-generated .NET boiler plate all over the place.  Definitely not as lean as some other modern frameworks, but hey it’s ASP.

I think MVC Preview 2 was just released so there’s not a ton of information out there.  Scott Hanselman has some really helpful screencasts.  There’s also a helpful tutorial that got me started at ASPAlliance.

WPF and WPF/E are the first step.  I watch a lot of Channel 9 videos.  In the past month or so I’ve seen not one, but two open admissions that Microsoft is looking at bringing C# and .NET to other operating systems.  Doing so would, in my mind, remove THE major barrier for .NET adoption.  Of course it’s possible they’d just bring C# over to support WPF.  Time will tell, but of course I’m hoping for full-blown .NET. :)

Follow

Get every new post delivered to your Inbox.