C# 5 Async CTP – Async in Action – Video screencast
I recently recorded a screencast talking about the C# 5 Async CTP, keep in mind that this is my first screencast ever, so please give me your constructive comments. Here’s the video, hope you like it:...
View ArticleC# 5 Async CTP – Old VS New – Video screencast
This is my second screencast, talking about the C# 5 async ctp. In this session I show how you can refactor old code that is using the task parallel library or a background worker to run time consuming...
View ArticleC# 4.0 Using the Dynamic Keyword
This is my third screencast, talking about the dynamic keyword in C# 4.0. In this session I talk briefly about the dynamic keyword, where you might have seen it before and give some examples on how you...
View ArticleGeneric Programming in C#
This is my fourth screencast, talking about generic programming in C#. In this session I talk about how life was before we had Generics and then I talk about what generics solves for us. If you have...
View ArticleCreating a NuGet Package
I put together a short video that shows how you can create your own NuGet Package. This requires that you download the NuGet Package Explorer. Be sure to check out the NuGet documentation, it is very...
View ArticleDon’t miss me coding on stage for 2 days at Webbdagarna!
There’s a Swedish event in Stockholm 22-23 March called Webbdagarna (translation: web days). The focus of the event is to talk about e-commerce, social media, mobile development and much more. It’s not...
View ArticleWatch my live stream from #webbdagarna!
I’m live coding from #webbdagarna, watch me now: Watch live video from fekberg on www.justin.tv Tweet me if you’ve got any questions or if there are any problems with the stream! Update 2012-03-25...
View ArticleVideo trailer for A C# Smorgasbord
Watch the first video trailer for my upcoming book A C# Smorgasbord. The work on the book is going great, almost 50% of the work is done and the deadline is approaching, stay tuned for more...
View Article