C# and Visual Basic Future: Async Made Simple
This video describes the language innovations for the next version of Microsoft Visual Studio. See how the async language feature and new Microsoft .NET Framework APIs will come together to simplify...
View ArticleA .NET Developer View of Windows 8
This video is for C# and VB developers who want to start creating Windows 8 Metro style apps. It introduces a new profile of the .NET Framework for use in building Windows 8 Metro style apps. It also...
View ArticleAccessing Loosely Structured Data from F# and C#
There are many data sources that have only a loosely defined structure. Examples include REST services and XML files. Using them from statically typed languages has always been problematic. Although...
View ArticleUsing the Windows Runtime from C# and Visual Basic
C#, Visual Basic and the .NET tools have first-class support for the Windows Runtime. Learn about this integration and how to use C# and Visual Basic to write Metro style apps that call the Windows...
View ArticleAsync and C#5 – An Advance Screening
With .Net Framework 4.5 (as used with WinRT) we will have a new set of libraries for creating Asynchronous code with resorting to manual configuration of threads and the grunt work associated with...
View ArticleAdvanced C# Topics Episode 1 – The Ternary Operator
This video presents the Ternary Operator is in C#. Video producer: http://m50blog.wordpress.com/
View ArticleControl Your Computer with your Mind in C#
Learn how a neuroheadset that reads brain waves and uses a C# API to allow developers to recognise facial expressions, emotions and cognitive thought – that is, the headset can read basic, deliberate...
View ArticleAsynchronous C# Explained
This talk will present the new language support for asynchronous programming available in the upcoming version of C#, C# 5.0. Writing distributed or even just IO-intensive applications that are...
View ArticleAdvanced C# Topics Episode 2 – Null Coalescence Operator
This advanced C# tutorial covers the Singleton Pattern, the Null Coalesense operator, Automatic Properties, and Object Initialization Syntax! Video Producer: http://m50blog.wordpress.com/
View ArticleDesign Patterns for .NET Programmers
Between lambda expressions in C# and functional programming in F#, we can now make use of patterns well beyond those popularized by the so called GOF. In this presentation we will learn the benefits of...
View ArticleReplacement C# Compiler and TDD
TDD is not understood by many developers who use languages such as C# or Java. In this talk, Greg Young will look at TDD again, identify the aspects of these environments that tend to lead to...
View ArticleDynamic .NET Demystified
It’s been a few years since dynamic .NET went mainstream with the promotion of the Dynamic Language Runtime into .NET 4, but it’s still largely viewed as a fringe technology. This session aims to...
View ArticleImplementing Test-Driven Development in C#
This video explains what Test-Driven Development (TDD) is and how to implement TDD in C#. We will be using VSTS ( visual studio team system) unit testing framework.
View ArticleThinking in Functional Style using F# and C#
Functional Programming has been around for a while, but it is gaining popularity, especially due to direct support in languages on the JVM and the CLR. Writing code in functional style is not about...
View ArticleAsync in C# 5.0: No More Callbacks!
For modern connected apps, asynchronous programming is necessary to ensure responsiveness of devices and scalability of services. However, asynchronous programming tends to be a teeth-grinding quagmire...
View ArticleCross-platform Mobile Development C#
Greg Shackles discusses C#’s role in the mobile space and coding best practices. He thinks that the mature C# language is the only language that can be used across all of these platforms to produce a...
View ArticleFundamentals of C# Programming – Introduction
This video is an introduction to the course, the training team and the subject matter (C# object oriented programming language) and your future in the industry. Video Producer: http://www.telerik.com/
View ArticleC# and LINQ Performance tips
This tutorial explains C# and LINQ performance tips with the following topics: 1) String Vs StrinBuilder ,string.format 2) ArrayList vs List 3) List vs Dictionary 4) How to write optimized code in C#....
View ArticleResponsive Programming with Visual Studio
The next release of Visual Studio has a major new language feature in VB/C#, “Async”. It will make for more responsive UIs, better performing web ASP websites, better network coding, and easier use of...
View Article