Hi, I’m Link Removed an Engineer on the Microsoft Edge Web Apps team, I’m so happy to talk to you in depth about Project Westminster.
About Universal Windows Platform Bridges
Universal Windows Platform Bridges consist of a toolkit of three components: developer tools, Store ingestion...
api integration
app manifest
application content uri rules
code reuse
cortana
debugging
developer tools
hosted web apps
javascript
live tiles
microsoft edge
offline experience
project westminster
responsive design
universal windows platform
visual studio
web app publishing
web development
webview
windows 10
In this episode of Defrag Tools, Andrew Richards and Chad Beeder walk you through the download of the Windows 10 SDK and the latest Sysinternals tools. We harvest the Debugging Tools for Windows, Windows Performance Toolkit, and Application Verifier files from the SDK.
Previous Versions:
Link...
In this episode, Link Removed guest hosts and is joined by Link Removed, who shows off many of the improvements in XAML tooling in both Visual Studio 2015 and Blend for Visual Studio 2015. Some of these improvements are specific to Windows Universal Apps, but many are available to all XAML...
blend
code
debugging
design
development
editing
hierarchy
improvements
language service
live property
live visual tree
performance
regions
robustness
roslyn
timeline tool
tools
visual studio
windows universal
xaml
In this video we take a first look at Visual Studio Code with NodeJS. We dig into IntelliSense for JavaScript using TypeScript definition files, configuring the launch settings and debugging the NodeJS application in Visual Studio Code.
Link Removed - Add NodeJS type definitions for...
Kinect MVP James Ashley is back with a great example of using OpenCV v3 (which we highlighted OpenCV turns 3 and seeing Intel(R) INDE OpenCV), Emgu and the Kinect v2 to implement computer vision/facial recognition.
Some of our other posts where we highlight James;
Kinect 2 Unity 5
"Kinect v2...
AllJoyn is a technology that enables IoT devices and applications to discover and interact with each other. Since AllJoyn is built into Windows 10 and the Windows 10 SDK, it's easy to take advantage of AllJoyn using the Universal Windows Platform (UWP).
Link Removed
This blog post will help...
I am running a simple website on a hostforlife.eu windows server, I suppose it is IIS server. The backend of the website is REST api implemented in PHP. However, when I send requests with PUT and DELETE as method, it just return 405 method unsupported. My web.config is like this:
<?xml...
api requests
backend development
configuration
debugging
delete
error 405
hosting issues
http methods
iis
php
put
rest api
rewrite rules
server issues
web development
web hosting
web server
web.config
windows server
Power Suite for Windows Embedded Compact Platforms is a group of tools to help developers debugging and testing their code on Windows Embedded Compact Platforms.
Link Removed
Skype for Business Server 2015, Debugging Tools are provided to help IT Administrators with troubleshooting deployments of Skype for Business Server 2015.
Link Removed
In Windows 10, the Chakra JavaScript engine powers Link Removed and Windows applications written in HTML/CSS/JS. However with JavaScript’s increasing popularity in beyond-the-browser scenarios, developers have been requesting to host the Chakra engine outside the browser to enable JavaScript...
apis
application development
chakra
coding
cpu utilization
debugging
ecmascript
iot
javascript
jsrt
memory management
multithreading
performance
scalability
scripting
serialization
threading
universal windows
uwp
windows 10
Most everyone is back and now starting to get into the swing for the coming wave of releases. I would expect to see a great deal about this wave in the coming months...
Link Removed
Last year you might have Link Removed that came from Johannes Kopf and team in Link Removed. This week it was...
application insights
azure
cassandra
channel 9
cloud services
debugging
development
devops
event
fireside chat
ignite
machine learning
microsoft
open source
security
sql server
timelapse
visual studio
windows 10
xaml
Hey, last couple days my PC's been shutting down/restarting without warning. (I uh, can't tell. It hasn't shutdown/restarted *properly* since I put it together a few years ago)
Figured it might be memory/PSU failure, so I scheduled a mem-test and cleaned out the guts for good measure, (I dunno...
Have you ever set a breakpoint a few statements too late, or accidentally stepped over the function call that you wanted to step into, and wished that you could just reverse-execute the program in the debugger? This video from Microsoft Research describes an experimental time-traveling debugger...
bugs
debugging
development
edge
event logs
garbage collection
html
interactive
javascript
microsoft
optimization
performance
program execution
research
snapshot
techniques
time-travel
virtualization
web development
Microsoft is making big Link Removed in the Internet of Things (IoT). Windows 10 IoT will power a range of intelligent, connected IoT devices. From small devices like gateways, to mobile point-of-sale to powerful industry devices like robotics and specialty medical devices. At the //build...
api access
app development
arm support
chakra
community feedback
debugging
developer tools
device management
iot core
iot development
javascript
node.js
npm packages
programming
raspberry pi
robotics
universal windows
visual studio
web server
windows 10
Specs:
Windows 8
Lenovo IdeaPad U430 Touch
I first noticed the problems when my laptop would freeze while booting sometimes, and I would have to restart once or twice in order for it to work. I REALLY REALLY need help; I’ve done all of the following things to try and fix my computer, and...
automatic repair
blue screen
boot issue
debugging
disk read error
error code
hard reset
i/o error
ideapad
laptop freeze
lenovo
pc repair
reinstall windows
removable storage
startup options
system lag
technical support
troubleshooting
windows 8
Microsoft Emulator is a desktop application that emulates a Windows 10 Mobile device when used in conjunction with Visual Studio 2015 Preview. It provides a virtualized environment in which you can debug and test universal apps without a physical device. It also provides an isolated environment...
Running Nano Server as a guest in Azure, and using some of PowerShell's cool new features to copy files to/from Nano Server, as well as edit and debug remote scripts on Nano Server.
Link Removed
Link Removed
Remote Tools for Visual Studio 2015 RC enables remote debugging, remote testing, and unit testing on computers that don't have Visual Studio installed. This set of tools also enables the installation of a developer license, and the deployment and performance profiling of Windows apps on...
Today at //BUILD we are making an update available to the Visual Studio Tools for Universal Windows apps. Windows 10 is an exciting release for developers, with support for Universal Windows apps that run across all Windows 10 devices – on the phone in your pocket, the tablet or laptop in your...
I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently
:mmenu
echo Main Menu
echo Start
echo Quit
SET /P "a=Select "
if "a"=="Start" [removed:then...