background preloader

Programming

Facebook Twitter

Programming, Motherfucker - Do you speak it? Rosetta Code. Free Computers Video Lecture courses. 0. Introductions and Expectations. "Algorithm" is Not a Four-Letter Word. Step | run | reset | Visual Studio Asynchronous Programming. You can avoid performance bottlenecks and enhance the overall responsiveness of your application by using asynchronous programming. However, traditional techniques for writing asynchronous applications can be complicated, making them difficult to write, debug, and maintain. Visual Studio 2012 introduces a simplified approach, async programming, that leverages asynchronous support in the .NET Framework 4.5 and the Windows Runtime. The compiler does the difficult work that the developer used to do, and your application retains a logical structure that resembles synchronous code. As a result, you get all the advantages of asynchronous programming with a fraction of the effort.

This topic contains the following sections. This topic provides an overview of when and how to use async programming and includes links to support topics that contain details and examples. Asynchrony is essential for activities that are potentially blocking, such as when your application accesses the web. Reference. Learn programming. - StartupPlays. Ever thought about going back to school, but don’t have the time or the cash? Check out these online resources that won’t cost you a dime and follow along from the comfort of your own home – the next semester is starting soon! Stanford University – www.stanford.edu Offering Free online courses on a variety of subject ranging from Entrepreneurship to the basics of Computer Science, Stanford allow you to sign-up and follow along at your own pace. Khan Academy – of the biggest sources of knowledge on YouTube with a large library of free videos, both educational and tutorial, over a wide range of subjects.

Google Code - Google Code is all about development and learning how to program. All the lecture videos are up, so it’s ready when you are. Code Academy – Mozilla School of Webcraft – Have any favorite resources we missed? InShare1.