微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位:
Do you have a passion for embedded devices and services?    Does the following make you excited: Internet of Things, Industrial, Home Automation and Next Generation of Embedded OS based on Windows 10?    If so, you need not look any further since these are a few devices the Internet of Things (IoT) team is targeting.
The IoT China organization is part of the Operating Systems Group (OSG) in Beijing, China.    This is your opportunity to join a team that is targeting the next generation, INNOVATIVE, EXCITING, and world class consumer and enterprise devices and services.    There is an UNPARALLELED opportunity to help people and organizations reaching their full potential by taking advantage of the growing, LUCRATIVE, and exciting general IoT market.    This is a STRATEGICALLY important market to Microsoft for a number of reasons, among them:
•      the IoT market opportunity is SIGNIFICANTLY larger than the entire PC market and is growing more rapidly from 2+ billion devices in 2012 to project 20 billion devices in 2020
•      there is no clear leader and MS (as a company) is committed to make a big dent in this strategic green field
•      IoT is well positioned to empower the next generation of devices with unified Windows 10 Operating System Core (OneCore) and Universal Application Platform (UAP).
•      the “next big thing” will likely be an embedded device 
The IoT China team is looking for a seasoned software engineer to help defining and delivering a set of cross platform technologies for migrating Windows Embedded Compact applications to run on Windows 10 based Athens platform.
Responsibilities include:
•      Conceptualizing, designing and implementing core features to support running existing Windows CE applications (Win32, MFC, .NET Compact Framework and Silverlight) under the OneCore/UAP.
•      Analyzing application runtime requirements and behaviors and implementing necessary extension to OneCore/UAP to ensure application compatibility. 
•      Contributing to local customer and partner engagements in concert with the business group’s customer and partner initiatives in order to streamline their migration path to the Athens platform.
The ideal candidate has:
•      5+ years of technology experience
•      worked in software product team through two complete product development cycles
•      hands-on experience on Win32 and .NET programming, knowledge on DirectX and Silverlight programming is a plus
•      practical experience demonstrating success at dealing with ambiguous problems and the ability to make solid progress when the solution is not well defined 
•      great cross group and cross geography collaboration skills
•      excellent organizational, verbal and written English communication, and motivational skills
•      demonstrated ability to think strategically and tactically about technical and cross-functional issues
•      a BA/BS or MS in Computer Science or Engineering or experience and training equivalent to a technical degree
Microsoft is equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-SW Engineer II for Cloud Servi的更多相关文章
- 微软职位内部推荐-SW Engineer II for Cloud Service
		
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
 - 微软职位内部推荐-SW Engineer II for Azure Network
		
微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...
 - 微软职位内部推荐-SW Engineer II for Skype
		
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
 - 微软职位内部推荐-SW Engineer II for Embedded System
		
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
 - 微软职位内部推荐-SW Engineer II for WinCE
		
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
 - 微软职位内部推荐-SW Engineer II for Enterprise Platform
		
微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...
 - 微软职位内部推荐-SW Engineer II for Windows System
		
微软近期Open的职位: Microsoft's Operating Systems Group delivers the operating system and core user experie ...
 - 微软职位内部推荐-Service Engineer II for Azure Cloud Network
		
微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...
 - 微软职位内部推荐-Software Engineer II
		
微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...
 
随机推荐
- RequireJS使用及JS目录规划
			
1.RequireJS学习文档: http://www.requirejs.cn/ 2.目录规划(参考:ColUdf.vm) 1)一个完整的html,对应一个js文件,模块js在主页面对应的js文件中 ...
 - 3Git使用入门
			
1.Git作用:对源代码进行管理: 2.安装Git命令: apt-get install git apt-get install git-doc git-svn git-email git-gui g ...
 - 第1部分: 游戏引擎介绍, 渲染和构造3D世界
			
原文作者:Jake Simpson译者: 向海Email:GameWorldChina@myway.com ---------------------------------------------- ...
 - .NET如何从配置文件中获取连接字符串
			
一.设置配置文件 <configuration> <!--在configuration下创建一个connectionStrings--> <connectionStrin ...
 - 必须会的SQL语句(一) 创建数据库与删除数据库
			
1.创建数据库 Create database 名称 on primary { name ='名称', filename ='c:\xx\名称.mdf', size = 10mb ...
 - 第一部分 CLR基础:第2章 生成、打包、部署和管理应用程序及类型
			
2.1.NET Framework部署目标 Microsoft Windows多年来因不稳定和复杂而口碑不佳.造成的原因:1.应用程序都使用来自微软和厂商的动态链接库(dynamic-link lib ...
 - 标签栏控制器(UITabBarController)
			
一.标签栏控制器基础 1.绪论 a.一个标签栏是一个独立的界面对象,它经常与一个视图控制器(UITabBarController是UIViewController的子类)一起使用. b.一个标签栏项目 ...
 - WIN10 64位下VS2015 MFC直接添加 halcon 12的CPP文件实现视觉检测
			
近段时间开始接触halcon,但是在VS2015里面使用,无论是配置还是生产EXE文件,都不如意. 加上网上的教程很多,经过多次测试,其实有很多地方无需修改,如果修改的太多也失去了直接添加封装的意义. ...
 - SQL Server 基础:拾遗
			
1.一条完整的sql语句: select top | distinct 字段, 表达式, 函数, ... from 表表达式 where 筛选条件 group by 分组条件 having 筛选条件 ...
 - 小米miui5系统的webview在处理动画事件transitionEnd事件时,竟然要用transitionend才行
			
一般的安卓系统用的是webkitTransitionEnd, 而小米的系统我用了webkitTransitionEnd事件无法执行,只能用transitionend才会被执行,怪