Introduction to Glimpse
Glimpse is an open source tool that allows you to debug your ASP.NET web site or web service right in the browser. Glimpse allows you to “Glimpse” into what’s going on in your web server. In other...
View ArticleDefining a Generic Function in F#
F# supports automatic generalization and automatic types inference. F# allows us to define a function without specifying the exact type of each one of the arguments neither the type of the returned...
View ArticleVisual Studio 11 Beta
This video shows and discusses some of the new features of Visual Studio 11 Beta, including the new IDE, blend support for HTML, improved XAML Designer, unit test explorer and automatic running of unit...
View ArticleAn Introduction to Very Large Databases
Big data’s ancestor is the Very Large DataBase (VLDB) and we’ve been doing VLDBs in SQL Server for years. Making the jump from managing 10-100GB databases to the terabyte level can be intimidating, but...
View ArticleUsing ApprovalTests .Net with NUnit
This video shows how to set up and start using ApprovalTests with Nunit. Both are open source tools that will help you perform unit testing on your .NET code. Video producer:...
View ArticleScaling SQL Server at StackOverflow
Learn how StackOverflow.com can serve 12-14 million web pages per day with Microsoft SQL Server 2008 R2. They’re passionate about performance, and we’ll share the scalability lessons they learned along...
View ArticleWhat is CORE Framework?
Watch the story of Jeff, a .NET freelancer who found a way to build websites in no time. The open-source CORE Framework is a community-oriented project by developers for developers. It offers fast...
View ArticleASP.NET 4.5, HTML5, CSS3 & JavaScript
Learn how to use HTML5 and CSS3 on ASP.NET with Visual Studio. It explores what HTML5 and CSS3 have to offer modern application developers and how you can use them with ASP.NET for rich Web...
View ArticleWindows Metro Design Principles
The Metro design language is becoming an intrinsic part of the Microsoft user experience. Already, we can find it on Zune (where it all started), Windows Phone 7 (where it was refined and perfected),...
View ArticleC# Programming Basics
C# (C Sharp)is a type-safe object-oriented language created by Microsoft that enables developers to build applications that run on the .NET Framework. This video presents the basic concept behind the...
View ArticleAdvances in Code Contracts for .NET
Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of preconditions, postconditions, and object invariants. Contracts act as...
View ArticleLanguage Design at Microsoft: VB and C#
VB and C# together share about 50% of the “garbage-collected languages” market. How do Microsoft design these languages? Where do they get ideas? How do they incorporate new paradigms without breaking...
View ArticleChar by Char Continuous Integration
Learn how to building a simple yet flexible continuous integration server from scratch using Powershell. The session will walk you through the common tasks involved in a CI-server and give some...
View ArticleCombining Data, Information, Services and Programming, at Internet-Scale
Do you want programming languages which scale to integrate internet-scale information sources like data markets, entity graphs, the Google Knowledge Graph and the information spaces of the modern...
View ArticleSpring.NET Framework for Java Developers
learn the basics of getting started using Spring on .NET. All your friendly features will be there to great you: dependency injection, AOP, declarative transaction management, web framework, ORM, and...
View ArticleAdapter Design Pattern in C#
This video present the Adapter design pattern in C#. The adapter pattern (sometimes referred to as the wrapper pattern ) is a design pattern that translates one interface for a class into a compatible...
View ArticlePractical Design Patterns and Coding Practices
Tutorials and how-to are great for learning the .NET programming basics, but they’re missing the pieces needed to make an organic, production app. Learn the fundamental steps needed to insure that your...
View ArticleWhat is New In .NET 2015
.NET 2015 is the next generation of .NET. This release includes several innovations that improve developer productivity and enhance application performance. .NET 2015 builds on the advances in .NET...
View ArticleSoftware: Learning from Architecture
Many of the problems we face in IT and Enterprise Architecture, like when to compromise and accept you have to use the ‘f-word’ (‘fine’), when to stop with the site analysis, as you might already know...
View ArticleAngularJS in the Enterprise – Lessons from the Trenches
This presentation covers the ten main questions any software developer will have to ask themselves when making an JavaScript Angular application in .NET context today. The talk discusses: * A brief...
View Article