We’ve just published an update to the Console UWP App project templates on the Visual Studio marketplace here. The latest version (v1.5) adds support for C#. The C# template code only works with Visual Studio 2017 version 15.7 or later. In a previous post, I described how to build a simple...
Scrolling is one of the oldest interactions on the web. Long before we had pull-to-refresh or infinite-loading lists, the humble scrollbar solved the web’s original scaling problem: how can we interact with content that’s stretched beyond the available viewport...
asynchronous
browsers
cross-browser
dom manipulation
event listeners
input methods
javascript
keyboard input
microsoft edge
multithreading
passive event listeners
performance
responsive design
scrolling
smooth scrolling
touchscreen
user experience
user interaction
web development
web optimization
In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10. This is valuable background for the upcoming post “Adding UWP Features to Your Existing PC Software with the Desktop Bridge,” which will go into even more detail on the topic in the coming days...
The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones. Most of UWP can also be used by developers targeting traditional desktop applications...
application development
asynchronous
binaries
c++
c++/cx
c++/winrt
code samples
com
coroutines
cross-platform
desktop development
header files
metadata
open source
performance
uwp
visual studio
windows api
windows runtime
winrt
ECMAScript is the official name for the JavaScript language we all know and love. The next version of ECMAScript, ES6 (henceforth referred to by its new name, ES2015), is nearing the end of its standards process journey. At this stage Link Removed is final and will not be receiving any further...
asynchronous
babel
chakra
compatibility
ecmascript
es2015
features
feedback
future releases
interoperability
javascript
microsoft edge
performance
programming
standards
syntax
transpilers
typescript
updates
web development
This session covers the nuts and bolts of several key innovative compiler and runtime technologies we will be delivering in Visual Studio 2015 and its updates. New investments in the compiler and runtime space include: Improved optimization and auto-vectorization, /Guard secure code generation...
Today's episode is somewhat overdue, as the Cross-Platform Mobile Development experience has actually been in VS2015 previews since, well, Preview. Join us in today's packed episode as we go behind the scenes with Ankit and Ion on how the experience came to pass, what Visual Studio can bring to...
Today's project comes from Charles Torre. While the component's source isn't currently available, when I saw this post on the Visual Studio Gallery was from him, what looks like his first, well had to share it!
As if I need to tell you all this, but we live in a connected world, more so every...
api
application
asynchronous
charles torre
connection
connectivity
development
internet
latency
mobile
multi-language
network
programming
real-time
speed
testing
troubleshooting
windows 8
windows phone
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...
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...
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...
applications
asynchronous
computer
concurrency
concurrent
data
global
hardware
msr
parallel
programming
research
revisions
science
snapshot
states
tasks
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
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...
asynchronous
credential provider
credentials list
debugging
developer support
dynamic updates
error handling
logonui
message loop
performance issues
remote reboot
rtmcredential
sample code
software development
system freeze
user interface
windows 7
windows programming
In this session, Don McCrady discusses how C++ programmers can fully utilize multicore in their applications using the Concurrency Runtime (ConcRT), the Parallel Pattern Library (PPL), and the Asynchronous Agents Library that ship with Visual Studio 2010.
Link Removed
More...