- Joined
- Jun 27, 2006
- Messages
- 23,048
- Thread Author
- #1
20 select videos from last week...
Link Removed
This week on Channel 9, Nikola and guest host Giorgio Sardo discuss the week's top developer news, including;
This is the first in a somewhat experimental series called Brain Dump on Node.js with colleagues Jeremy Foster and Kat Harris.
Kat is a passionate game developer and is interested in using Node.js as a back end. Jeremy is an aspiring Node developer. This series is a candid glimpse into our collaborate effort to figure this stuff out, and you can be the audience.
If you're an experienced Node developer already, take a pass. If you're wanting to learn the basics, tune in. ...
Link Removed
By Rafael Regh, Microsoft Student Partner in Germany
Get a quick overview on the Windows Bridge for iOS which allow you to port existing iOS Projects in Objective-C to windows and let them run as Windows Universal Apps. ...
Link Removed
On today's Office Mechanics show, we'll take a look at the new Office 2016 for Mac Preview, which brings together all the most recent updates for Office on the Mac. Kaberi Chowdhury joins Jeremy Chapman to demonstrate highlights of what's new with PowerPoint, Excel, Word, Outlook and even the newest member of the Office for Mac family, OneNote.
Link Removed
In this special episode Lara Rubbelke is joined by Shweta Gupta, a Technical Evangelist at Microsoft. Shweta joins the show to talk about her experience helping a healthcare customer solve a big legacy data problem with Azure Data Factory. In this scenario, they wanted to use Streaming Analytics but needed to figure out how to get legacy data into the system....
Link Removed
In this session Dan Grecoe explains Azure Machine Learning through a comprehensive end-to-end example that he builds during the session and that encompasses:
Ever wanted to communicate with an Arduino using Node? We'll explore how to write values from an Arduino and get capture those values in a Node app using serial communication.
This tutorial will show you how to use the node-serialport module https://github.com/voodootikigod/node-serialport to communicate with an Arduino, in this case an Arduino Uno.
You will need:...
Link Removed
Senior Program Manager Narayan Annamalai teaches Scott how to use Network ACLs (Access Control Lists) within an Azure Virtual Network. You can create control access to objects within Azure by subnet and network! You'll learn how to control access and create groups within Azure using PowerShell!
Link Removed
Road to Imagine Cup
Link Removed
This was seriously a treat for me. I had the privilege of spending time with the venerable Dave Probert who has been working on the Windows kernel for a long time. We discussed an interesting security issue which had up to this point never occurred to me - how do we protect ourselves from kernel exploits? The solution he lays out (and actually forms part of Windows 10) is genius and lays the foundation for some truly interesting innovations down the road....
Link Removed
Cloud, Server, Tools is a radio show by 4 guys who build and evangelize Microsoft products. Join Scott Klein and his co-hosts Scott Hunter, Corey Sanders, and Brady Gaster as they talk about awesome Microsoft technology. This is a show by developers, for developers and your source for relevant news across Microsoft's products and services including Visual Studio, SQL Server, and Azure. Chat with us live, ask us questions, and listen to the guys who build awesome Microsoft products! ...
Link Removed
Office Dev Show - Episode 4 - Getting Started with PHP
This week's show features a detailed introduction to building on Office 365 with PHP. Richard diZerega goes through how to build a PHP app that connects to Office 365 Contacts APIs. Richard shows how to get your app registered in Azure Active Directory in order to get your Client ID and Secret. This will allow the app to authenticate through and get an authorization token once the user signs in....
Link Removed
Corey Sanders, Director of Program Management on the Windows Azure Compute team takes us inside an "ask the experts" night during an internal technical conference to introduce some of the members of his team we haven't met yet. ..
CodeChat 034 - Dan Marshall Made Awesome Maker.js
Dan Marshall set out to create a library for programmatically creating modular, 2-dimensional line drawings for drawing in 2D. He set out and he succeeded if you ask me.
If you're a JavaScript developer, the number of applications for your coding skills is growing all the time. I love the ubiquity of the language and talking about writing JavaScript not only on clients, but on servers, on devices, in cars, on drones, or pretty much wherever. ...
Link Removed
Get real-world guidance for developing universal Windows apps, and save yourself valuable time when creating apps for today's mobile workforce and consumer marketplace. Learn from Microsoft experts as they build a working app using tools and techniques that can give you a dramatic advantage as a developer targeting both Windows and Windows Phone devices. See what's smart to share and what's not, when developing for the two platforms. Explore a broad range of features, covering both consumer and enterprise scenarios. ..
Link Removed
If you want to use HTML, CSS, and JavaScript to build rich, native apps on a new and exciting platform, look no further. Get the details from Microsoft experts in this fast-paced, two-day course, complete with demos and a look at design considerations for screens from 4 to 40 inches! ..
Link Removed
Link Removed
Level Up is a show devoted to game development. Each show will recap current news and events in gaming, deep dive with a game industry insider, and cover tips for programming or finding resources to help you with game construction. We would love to hear from you with feedback or suggestions for what you would like to see on the show, or just tell us about the projects you are working on. Write us at [email protected]
Seth interviews Jason Strayer @GDC 2015...
Link Removed
In this entry we're continuing the discussion of Entity Framework by looking toward the future. We focus primarily on EF7 and its primary design decisions. It was truly enlightening ...
Link Removed
DefragTools: #136 - Debugging User Mode Crash Dumps Part 2
In this episode of Defrag Tools, Andrew Richards and Chad Beeder use Debugging Tools for Windows (WinDbg) to dig into a few more application crashes which have occurred on Andrew's computer.
Link Removed - Intro (summertime in the Pacific Northwest)...
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
This week on Channel 9, Nikola and guest host Giorgio Sardo discuss the week's top developer news, including;
- Link Removed @gisardo ...
This is the first in a somewhat experimental series called Brain Dump on Node.js with colleagues Jeremy Foster and Kat Harris.
Kat is a passionate game developer and is interested in using Node.js as a back end. Jeremy is an aspiring Node developer. This series is a candid glimpse into our collaborate effort to figure this stuff out, and you can be the audience.
If you're an experienced Node developer already, take a pass. If you're wanting to learn the basics, tune in. ...
Link Removed
By Rafael Regh, Microsoft Student Partner in Germany
Get a quick overview on the Windows Bridge for iOS which allow you to port existing iOS Projects in Objective-C to windows and let them run as Windows Universal Apps. ...
Link Removed
On today's Office Mechanics show, we'll take a look at the new Office 2016 for Mac Preview, which brings together all the most recent updates for Office on the Mac. Kaberi Chowdhury joins Jeremy Chapman to demonstrate highlights of what's new with PowerPoint, Excel, Word, Outlook and even the newest member of the Office for Mac family, OneNote.
Link Removed
In this special episode Lara Rubbelke is joined by Shweta Gupta, a Technical Evangelist at Microsoft. Shweta joins the show to talk about her experience helping a healthcare customer solve a big legacy data problem with Azure Data Factory. In this scenario, they wanted to use Streaming Analytics but needed to figure out how to get legacy data into the system....
Link Removed
In this session Dan Grecoe explains Azure Machine Learning through a comprehensive end-to-end example that he builds during the session and that encompasses:
- Problem detection
- Algorithm selection
- Machine learning model creation and deployment as a RESTful web service
- Consumption of the machine learning model...
Ever wanted to communicate with an Arduino using Node? We'll explore how to write values from an Arduino and get capture those values in a Node app using serial communication.
This tutorial will show you how to use the node-serialport module https://github.com/voodootikigod/node-serialport to communicate with an Arduino, in this case an Arduino Uno.
You will need:...
Link Removed
Senior Program Manager Narayan Annamalai teaches Scott how to use Network ACLs (Access Control Lists) within an Azure Virtual Network. You can create control access to objects within Azure by subnet and network! You'll learn how to control access and create groups within Azure using PowerShell!
Link Removed
Road to Imagine Cup
Link Removed
This was seriously a treat for me. I had the privilege of spending time with the venerable Dave Probert who has been working on the Windows kernel for a long time. We discussed an interesting security issue which had up to this point never occurred to me - how do we protect ourselves from kernel exploits? The solution he lays out (and actually forms part of Windows 10) is genius and lays the foundation for some truly interesting innovations down the road....
Link Removed
Cloud, Server, Tools is a radio show by 4 guys who build and evangelize Microsoft products. Join Scott Klein and his co-hosts Scott Hunter, Corey Sanders, and Brady Gaster as they talk about awesome Microsoft technology. This is a show by developers, for developers and your source for relevant news across Microsoft's products and services including Visual Studio, SQL Server, and Azure. Chat with us live, ask us questions, and listen to the guys who build awesome Microsoft products! ...
Link Removed
Office Dev Show - Episode 4 - Getting Started with PHP
This week's show features a detailed introduction to building on Office 365 with PHP. Richard diZerega goes through how to build a PHP app that connects to Office 365 Contacts APIs. Richard shows how to get your app registered in Azure Active Directory in order to get your Client ID and Secret. This will allow the app to authenticate through and get an authorization token once the user signs in....
Link Removed
Corey Sanders, Director of Program Management on the Windows Azure Compute team takes us inside an "ask the experts" night during an internal technical conference to introduce some of the members of his team we haven't met yet. ..
CodeChat 034 - Dan Marshall Made Awesome Maker.js
Dan Marshall set out to create a library for programmatically creating modular, 2-dimensional line drawings for drawing in 2D. He set out and he succeeded if you ask me.
If you're a JavaScript developer, the number of applications for your coding skills is growing all the time. I love the ubiquity of the language and talking about writing JavaScript not only on clients, but on servers, on devices, in cars, on drones, or pretty much wherever. ...
Link Removed
Get real-world guidance for developing universal Windows apps, and save yourself valuable time when creating apps for today's mobile workforce and consumer marketplace. Learn from Microsoft experts as they build a working app using tools and techniques that can give you a dramatic advantage as a developer targeting both Windows and Windows Phone devices. See what's smart to share and what's not, when developing for the two platforms. Explore a broad range of features, covering both consumer and enterprise scenarios. ..
Link Removed
If you want to use HTML, CSS, and JavaScript to build rich, native apps on a new and exciting platform, look no further. Get the details from Microsoft experts in this fast-paced, two-day course, complete with demos and a look at design considerations for screens from 4 to 40 inches! ..
Link Removed
Link Removed
Level Up is a show devoted to game development. Each show will recap current news and events in gaming, deep dive with a game industry insider, and cover tips for programming or finding resources to help you with game construction. We would love to hear from you with feedback or suggestions for what you would like to see on the show, or just tell us about the projects you are working on. Write us at [email protected]
Seth interviews Jason Strayer @GDC 2015...
Link Removed
In this entry we're continuing the discussion of Entity Framework by looking toward the future. We focus primarily on EF7 and its primary design decisions. It was truly enlightening ...
Link Removed
DefragTools: #136 - Debugging User Mode Crash Dumps Part 2
In this episode of Defrag Tools, Andrew Richards and Chad Beeder use Debugging Tools for Windows (WinDbg) to dig into a few more application crashes which have occurred on Andrew's computer.
Link Removed - Intro (summertime in the Pacific Northwest)...
Link Removed
Link Removed
Link Removed
Link Removed