-
Windows 7 AppFabric.tv - Threading with Jeff Richter
Years ago I did one of my first podcasts with Jeff Richter, and later I took his advanced threading class, which was fantastic. Jeff really helped me to understand threads, thread pools, and why async is so important when building server side code. In this episode, Jeff joins me to bring you up...- News
- Thread
- appfabric asynchronous efficiency jeff richter performance podcast ron jacobs server-side thread pools threads
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 AppFabric.tv - Troubleshooting WCF Performance (Part 2)
Last time on AppFabric.tv Dustin Metzgar showed us the first part of the story of how he solved a performance mystery with WCF. In this episode we finish the story as we look even deeper into threads, threadpools and async operations in WCF. Ron Jacobs http://blogs.msdn.com/rjacobs Twitter...- News
- Thread
- appfabric asynchronous dustin metzgar part 2 performance ron jacobs thread pools threads troubleshooting wcf
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Anders Hejlsberg: Questions and Answers
Anders wanted to hear from you to get a sense of what's on your mind with respect to C#. We asked you for questions and, as usual, you delivered -> this is your interview, Niners. Link Removed Thanks for the great questions. Special thanks to Anders for taking an hour out of his insanely busy...- News
- Thread
- anders hejlsberg asynchronous c++ coding compiler as a service delphi dependency properties design language event syntax higher-kinded types javascript optional parameters programming roslyn software development touchstudio user interface wpf
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Lucian Wischik: Async - Compiler Bug Fixes, Updates and Core Improvements
Lucian Wischik is an engineer who spends a great deal of his time making Async magic happen in the C# and VB compilers that do the heavy lifting and enable new asynchronous language features. Now, with the recent release of Visual Studio Async CTP SP1 Refresh, come several low-level improvements...- News
- Thread
- asynchronous awaitable bug fixes coding community compiler ctp developers features improvements infrastructure lucian wischik programming refresh software technology visual studio
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Mads Torgersen: Visual Studio Async CTP (SP1 Refresh) Overview
C# Program Manager Mads Torgersen explains the latest release of Async which includes support for WP7, performance and reliability improvements, a new EULA (as-is) and more. Details and Download Page: Link Removed Forum for Feedback and Questions...- News
- Thread
- asynchronous community ctp development download enhancements eula feedback mads torgersen microsoft overview performance programming release reliability support update visual studio wp7
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Alex Turner: Visual Studio Async CTP (SP1 Refresh) - WP7 Demo
Program Manager Alex Turner demos Async running in the WP7 emulator and provides some insights into potential future directions in debugging capabilities for Async. Details and Download Page: Link Removed Forum for Feedback and Questions...- News
- Thread
- asynchronous ctp debugging demo development emulator microsoft programming visual studio wp7
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 endpoint.tv - ASP.NET WF4 / WCF and Async Calls
You've been asking for it and here it is. I've put together some sample code showing how you can use WF4 with ASP.NET and do it the right way... the fast way with async calls. For more info see this Link Removed Ron Jacobs http://blogs.msdn.com/rjacobs Twitter: @ronljacobs Link Removed...- News
- Thread
- asp.net asynchronous development fast calls programming ron jacobs sample code wcf web apps wf4
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Effortless MJPEG Stream Decoding for Multiple Platforms: A Developer's Guide
Last year the Coding4Fun/Channel 9 guys asked me to work on a few things for Link Removed. One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint's Link Removed you may have read about. I figured the easiest way to accomplish this was by using a network/IP...- News
- Thread
- asynchronous bitmap decoder event handling frameready graphicsdevice image processing ip camera jpeg mjpeg parsestream silverlight streaming texture2d video formats webcam windows phone winforms wpf xna
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Stephen Toub: Inside TPL Dataflow
TPL Dataflow (TDF), System.Threading.Tasks.Dataflow, builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those...- News
- Thread
- api asynchronous concurrency concurrent collections dataflow education net framework parallel processing programming screencast stephen toub task management task-based technical session tpl dataflow tuples visual basic
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Announcing the Reactive Extensions Developer Center
Reactive Extensions (Rx) is a library to compose asynchronous and event-based programs using observable collections and LINQ-style query operators. Today, Rx has graduated from incubation or so-called "dev lab" status. Rx is now an officially sanctioned Microsoft developer technology and has...- News
- Thread
- asynchronous congratulations dev center event driven graduation linq microsoft observable reactive extensions technology
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Project Orleans: A Cloud Computing Framework
Link Removed is a Link Removed project and managed (.NET) software framework for building client + cloud applications. As outlined in the recently released paper on the topic: Orleans defines an actor-like model of isolated grains that communicate through asynchronous messages and manage...- News
- Thread
- actor model asynchronous c# programming cloud computing computations concurrency design decisions distributed systems framework grain isolation programming models project orleans promise reliability scalability transaction
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Rx Update: Async support, IAsyncEnumerable and more with Jeff and Wes
At Link Removed, you were introduced to Link Removed (new async and await language keywords), a new language feature in C# and VB.NET. At the same time, the Rx team shipped the Link Removed of their software, which adds the following capabilities to the library: Support for the new C# await...- News
- Thread
- asynchronous await basics capabilities code developers education feedback iasyncenumerable libraries new features observable operator programming query software vb.net
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 DC2010T0100 - Keynote - Rx: curing your asynchronous programming blues
Speaker: Link Removed Aufzeichnung vom Link Removed 2010 in Wien, am 12. Oktober 2010 Organisiert von den Partnern TechTalk, Cubido und CSS. Microsoft Österreich unterstützte das Event als Hauptsponsor und hat auch selbst einige Sessions abgehalten. At Microsofts Professional Developers...- News
- Thread
- asynchronous cloud solutions code combinators conference design developers event driven extensions features framework ienumerable iobservable javascript linq microsoft observable programming reactive samples
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 E2E: Concurrent Programming with Revisions
Building applications that are responsive and can exploit parallel hardware poses an important challenge. In particular, enabling applications to execute various tasks in parallel can be difficult if those tasks exhibit read and write conflicts. Revisions are forked and joined much like...- News
- Thread
- application asynchronous computer concurrency data global hardware msr parallelism programming research revision science snapshot state task management
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Visual Studio Async: Meet the team
Meet some of the key folks behind the Link Removed, which contains a preview version of C# and VB.NET that contain two new modifiers, async and await (and iterators for VB.NET!), that will make it much easier to compose asynchronous code for .NET. Great work, C#, VB and Parallel Platform teams...- News
- Thread
- async programming asynchronous await ctp development parallel platform vb.net visual studio
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Mads Torgersen: Inside C# Async
Mads Torgersen, C# specification lead, describes the new C# features to improve asynchronous development. You can get an early look at this new async programming model, available as the Link Removed, today! Link Removed Link Removed- News
- Thread
- asynchronous development features mads torgersen model programming software
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Lucian Wischik: Inside VB.NET Async
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 Link Removed, today! Give VB.NETAsync a try. Link Removed Link Removed- News
- Thread
- asynchronous development features function iterators lucian wischik programming vb.net
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Stephen Toub: Task-Based Asynchrony with Async
Stephen Toub goes deep into the design and architecture of the new Async features in C# and VB.NET, which rely heavily on .NET’s Task Parallel Library. You can get an early look at this new async programming model, available as the Link Removed, today! Link Removed Link Removed- News
- Thread
- architecture asynchronous design new features programming software development task parallel library vb.net
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 7 Anders Hejlsberg: Introducing Async – Simplifying asynchronous programming
Microsoft Technical Fellow and C# creator Anders Hejlsberg explains the new C# and VB.NET asynchronous programming model, available as Link Removed now, which makes async programming much easier for .NET developers. Link Removed Link Removed- News
- Thread
- anders hejlsberg async programming asynchronous development microsoft vb.net
- Replies: 0
- Forum: Live RSS Feeds
-
V
Windows 7 Credential Provider problem on Windows 7
Hello, I am a software developer and I encounter a LogonUI problem on Windows 7 when I use a credential provider in particular conditions. I have modified the SampleHardwareEventCredentialProvider sample of the RTMCredentialProviderSamples__FINAL archive (Link Removed). The original sample...- valaiden
- Thread
- asynchronous credential provider credentials list debugging developer support dynamic updates error handling logonui message loop performance issues programming remote reboot rtmcredential sample code software development system freeze user interface windows 7
- Replies: 1
- Forum: Programming and Scripting