In this interview Saaid Kahn, a Program Manager on the Visual Studio Pro Tools team, shows us how to create an n-tier application against a database using ADO.NET Data Services (Astoria) and an Entity Data Model, both now available in Visual Studio 2008
Service Pack 1.
ADO.NET Data Services use…
In this interview Dmitry Robsman, the Product Unit Manager for ASP.NET, shows us how he implemented ASP.NET MVC views using Visual Basic's XML Literals instead of .aspx pages. He shows us how this makes coding the views much cleaner using standard OOP
principals. He also makes some very…
Lucian Wischik digs into the new VB functions and iterators being developed for asynchronous development. You can get an early look at these new features, available as the Async CTP, today! Give VB.NETAsync a try. In this whiteboard-heavy conversation, Lucian demonstrates how to make…
Async involves some new concepts. They're not difficult; just unfamiliar. Over the past year Lucian Wischik has been watching how people use async/await in C# and VB. This series distils out the three top async patterns and anti-patterns. Tips: Async void is for top-level event-handlers only, and…
Erik Meijer is a computer science professor turned Microsoft Architect. He is responsible for things like helping to make VB.NET a great development language that supports constructs other managed languages can't or working on LINQ for C# and much more. He also leads an incubation team…
Meet the team that's building security into .NET. This is a video that every developer should watch. In the last third of the video the team gives demos of how to build secure apps.
Robert Green, program manager, on the Visual Basic team, gives us a demonstration of the data features in the next version of Visual Studio (Visual Basic 2005, aka Whidbey).
At the MVP Summit a few weeks ago, Italian MVP Alessandro del Sole was so excited about the new WPF features in Visual Studio 2010 that he asked me if he could interview
Milind Lele himself to get the low-down -- I said sure!
Milind is a Program Manager on the Visual…
Ken Levy takes his camcorder into the office of Scott Nonnenberg, a program manager on the C# team, to discuss using Visualizers in VS 2005 debugging. The demos include easy steps to create your own custom Visualizers.
VB and C# together share about 50% of the “garbage-collected languages” market. I’ll talk about how we design these languages. Where do we get ideas? How do we incorporate new paradigms without breaking the existing languages? Where will we go in the future,
and how will we get there? I’ll…