Entries categorized 'dotNET' ↓

Upcoming Conference Gigs

    

TENA_I'mspeaking_250x250 


image
 
Keynote Address
working title:
Journey to DDD

Entity Framework in Core Business Applications and Domain-Driven Design Approaches

See the mini-DDD track in New Orleans & Madrid

Vote for 

Entity Framework in Core Business Applications

Automated Testing for
Fraidy Cats Like Me

 

 

My Twitter Notes from Scott Guthrie Keynote at DevConnections

Here are my twitter notes from the Scott Gutrhie keynote at DevConnections yesterday morning. I have just done a quick copy/paste job. Read them from the bottom up! VS2010 Generate Class on the fly: RT @ bsuzy : @ julielermanvt excellent video on that here http://bit.ly/3J0AzW (via http://bit.ly/YTDwU...

Read More...

Notes from Scott Guthrie ASP.NET 4/VS2010 keynote

Update: Added the tweets to a blog post here. I'm at DevConnections and sat in on Scott Guthrie's keynote. I tweeted a lot of notes throughout the session. http://www.twitter.com/julielermanvt I'll try to consolidate them at some point. There's a lot coming from te #devconnections hash on twitter. You...

Read More...

VS2010 Beta 2 : Pin to Source for debugging – COOL! But with a caveat

There’s a new debug feature called Pin to Source . You can use it from a DataTip or the from context menu. Here’s the pin on the DataTip. You need to click it to engage it and then click again to pin it down. When you want to inspect a variable, this will leave the DataTip hanging around in the code...

Read More...

VS Debugging - Why did VS stop breaking on Exceptions?

I can't believe I put up with this problem for so long. It was an easy solution, just not an obvious one. Read more...

VS2010 Beta 1 - It's Better on Metal

I love adding drama to my life, which is why for *this* DevTeach, I decided at the last minute (with permission) to change one of my EF talks to What's New in EF4 and also to use VS2010/EF4 for my other talk and my workshop. I have been using VS2010 Beta 1 at home on a VPC that is hooked up to an X64...

Read More...

VS2010 & .NET 4 Beta Resources (forums, docs, etc.)

Did you know that Microsoft released documentation and created a ton of forums for the VS2010/.NET 4 Beta release? Here’s a blog post I wrote on my DevLife blog that can get you started finding critical resources. VS2010 & .NET 4 Beta Resources (forums, docs, etc.)...

Read More...

Reading a Twitter Feed - It's easy with the Syndication namespace

Now that I’m on Twitter, I wanted to start playing with the twitter feed in code. It took a while of banging around before I discovered the SyndicationFeed namespace that was introduced in .NET 3.5, yes a while ago! Check it out....

Read More...

Discovering some of the Text Editor improvements in VS2010

Because the text editor for VS2010 was rewritten in WPF, WPF allows for some pretty cool new features. I poked around the editor for a while today to see what's in there. What I found is in my DevLife blog post: VS2010 Code Editor helps you navigate around your code [A New DevLife post]...

Read More...

VS2010 Beta available for MSDN Subscribers today, everyone else on Wednesday!

It's here it's here! The Beta1 is on MSDN and will be public on Wednesday. I've written up a list of new feature highlights of .NET and VS2010 on my DevLife blog over here: VS2010 Beta available for MSDN Subscribers today, everyone else on Wednesday! [A New DevLife post]...

Read More...

What's LINQ for Anyway at VTdotNET tonight!

Local developer, Rick Martin from PAR Springer-Miller Systems in Stowe, is going to do a presentation on LINQ tonight at Vermont.NET. LINQ is one of those technologies that is pretty simple to get hooked on once you start using it and it is incredibly powerful for queering in-memory objects or data....

Read More...