C#
C#
I was bored the other day and found someone having a problem with the MediaPlayer class. The person was trying to use a MediaTimeline to setup an infinite loop of a wave file, sounds easy right? Well for whatever reason every time he would play the file it would skip and not play clearly. I got curious and decided to try his code out for myself. For whatever reason, in my case I could not even get any sound to play at all! So, frustrated, i quickly created an example that wrapped the MediaPlayer class and created some...
Carl and Richard just interviewed my buddy John Skeet on .NET Rocks! I am very excited that John is finally getting a voice as he had a lot to say. I hope you check out the show Jon Skeet on C# 3.0 and if you like it show your support to bring him back to talk on more topics like C#! Show Description Carl and Richard talk to author and developer Jon Skeet about his work with C# and Java at Google and elsewhere. Jon Skeet is a C# and Java...
Today I got an email from my friend Jon Skeet regarding a new reference card he put together for DZone. Link: http://refcardz.dzone.com/refcardz/csharp Description: As C# has evolved over the past few years, there’s more and more to remember. You’ll find this reference card useful whatever type of C# project you’re working on, and whichever version of C# you’re using. It covers many topics, from the basics of string escape sequences to the brave new world of query expressions and LINQ in C# 3. Features include String Literals, Delegates, Declaring Events, Generics, Extension Methods, Query Expressions (C# 3), Hot...