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...
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...
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...
anders hejlsberg
asynchronous
c++
coding
compiler as a service
delphi
dependency properties
design language
event syntax
higher-kinded types
javascript
metaprogramming
optional parameters
programming
roslyn
software development
touchstudio
user interface
wpf
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...
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...
asynchronous
community
ctp
development
download
enhancements
eula
feedback
mads torgersen
microsoft
overview
performance
programming
release
reliability
support
update
visual studio
wp7
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...
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...
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...
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...
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...
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...
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...
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...
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...
application
asynchronous
computer
concurrency
data
global
hardware
msr
parallelism
programming
research
revision
science
snapshot
state
task management
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...
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
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
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
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
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...