What’s New in Windows Azure
This presentation provides a tour of new features, demos and a bunch of questions and answers for Windows Azure, the Microsoft cloud computing platform.
This presentation provides a tour of new features, demos and a bunch of questions and answers for Windows Azure, the Microsoft cloud computing platform.
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 syntax. It is a paradigm shift. In this presentation, using examples from F# and C#, you …
This presentation explores TFServices offering, features and possibilities how to engage full potential of cloud based collaboration platform made by Microsoft. It looks at project planning features found in TFServices. Team definition, project and sprint iteration planning possibilities, Scrum-like product backlog listing and agile planning boards are just a few …
Thread Parallel Library Dataflow is a new addition to the .NET parallel stack. It is based on agents and message passing blocks. Agent is based on the Actor Model and is one of the building blocks of a Concurrent Dataflow Network. The idea behind the TPL Dataflow library is that …
Tutorial of the basics of server side programming with Visual Studio Web Developer – Express Edition and ASP.NET and Visual Basic. The tutorial goes into submitting a form, utilizing variables on that form, setting session variable, and using cookies. There is also a brief introduction to debugging.
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.