Jarred Capellman
My Site
@jcapellman
Software Architect doing just doing just about everything in C#, while at night I do C++.
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| TechEd North America | TechEd Scheduling app | 11 | Apr 03, 2013 at 12:10 PM |
| TechEd North America | Announcing the TechEd 2013 Content Catalog! | 49 | Apr 03, 2013 at 11:54 AM |
Countdown to TechEd: All about Newbies
Apr 11, 2013 at 9:40 AMLaptop is hit or miss for me. Last year in Orlando it seemed like my co-workers saw I was on Lync and bombarded me with support issues during the sessions. This year since I am so close to the convention center if there was an emergency I can just walk back to my hotel.
Definitely bring at least your cell phone though so you can OneNote some notes during sessions.
Erik Meijer, Immo Landwerth, and Andrew Arnott: Immutable Collections for .NET
Jan 16, 2013 at 10:08 AMGreat discussion. I've moved away from ConcurrentQueue and ConcurrentDictionary Collections in favor of ImmutableList and ImmutableDictionary collections on a high performance a WCF service that uses TPL extensively. I noticed a nice performance increase on the larger collections when iterating through larger collections.
For everyone getting started, the only real gotcha I've found is to remember to take the return result and assign it to the collection like so:
var tmpCollection = ImmutableList<string>.Empty; tmpCollection = tmpCollection.Add("Test");Overall though, I am very pleased with the new Collections, kudos to your team!
Easy Asynchrony with C#: No More Callbacks!
Nov 24, 2012 at 11:50 AMGreat session on async/await, definitely filled some gaps I had with it.
Windows Phone 8: Performance & Optimization for Developers
Nov 22, 2012 at 9:56 PM@orena:That'd be awesome! How can I get in touch with you to send my address?
Windows Phone 8: Using C++ in your Applications (Repeat)
Nov 04, 2012 at 7:12 AMPeter Torr,
Just want to say, hands down the best session I've watched yet as it filled in all of the gaps I had on using C++ in a non-game scenario.
Windows Phone 8: Performance & Optimization for Developers
Nov 02, 2012 at 11:30 AMGreat session, wish those API posters were available to order. I will definitely be going the Hybrid route going forward.
Windows Phone 8: Using C++ in your Applications (Repeat)
Nov 02, 2012 at 9:55 AM@Rajnish Chauhan: can't wait to watch it, been getting some interesting VS errors (ie non-language errors) when trying get a C++ library inside of a WP8 app. Hopefully the session goes over the "proper" way to do so.
Preshow Day 1
Nov 01, 2012 at 4:06 PM@Wizardist: Exactly, very sad I was not able to experience that in person.