微软近期Open的职位:

Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Internet of Things, Industrial, Home Automation and Next Generation of Embedded OS based on Windows 10? &nbsp 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. &nbsp 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. &nbsp 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. &nbsp This is a STRATEGICALLY important market to Microsoft for a number of reasons, among them:

• &nbsp&nbsp&nbsp&nbsp 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

• &nbsp&nbsp&nbsp&nbsp there is no clear leader and MS (as a company) is committed to make a big dent in this strategic green field

• &nbsp&nbsp&nbsp&nbsp IoT is well positioned to empower the next generation of devices with unified Windows 10 Operating System Core (OneCore) and Universal Application Platform (UAP).

• &nbsp&nbsp&nbsp&nbsp 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:

• &nbsp&nbsp&nbsp&nbsp Conceptualizing, designing and implementing core features to support running existing Windows CE applications (Win32, MFC, .NET Compact Framework and Silverlight) under the OneCore/UAP.

• &nbsp&nbsp&nbsp&nbsp Analyzing application runtime requirements and behaviors and implementing necessary extension to OneCore/UAP to ensure application compatibility.

• &nbsp&nbsp&nbsp&nbsp 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:

• &nbsp&nbsp&nbsp&nbsp 5+ years of technology experience

• &nbsp&nbsp&nbsp&nbsp worked in software product team through two complete product development cycles

• &nbsp&nbsp&nbsp&nbsp hands-on experience on Win32 and .NET programming, knowledge on DirectX and Silverlight programming is a plus

• &nbsp&nbsp&nbsp&nbsp practical experience demonstrating success at dealing with ambiguous problems and the ability to make solid progress when the solution is not well defined

• &nbsp&nbsp&nbsp&nbsp great cross group and cross geography collaboration skills

• &nbsp&nbsp&nbsp&nbsp excellent organizational, verbal and written English communication, and motivational skills

• &nbsp&nbsp&nbsp&nbsp demonstrated ability to think strategically and tactically about technical and cross-functional issues

• &nbsp&nbsp&nbsp&nbsp 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的更多相关文章

  1. 微软职位内部推荐-SW Engineer II for Cloud Service

    微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...

  2. 微软职位内部推荐-SW Engineer II for Azure Network

    微软近期Open的职位: Software Engineer II The world is moving to cloud computing. Microsoft is betting Windo ...

  3. 微软职位内部推荐-SW Engineer II for Skype

    微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...

  4. 微软职位内部推荐-SW Engineer II for Embedded System

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  5. 微软职位内部推荐-SW Engineer II for WinCE

    微软近期Open的职位: Do you have a passion for embedded devices and services? &nbsp Does the following m ...

  6. 微软职位内部推荐-SW Engineer II for Enterprise Platform

    微软近期Open的职位: Job posting title: SDE II Location: China, Beijing Group Overview Discovery & Colla ...

  7. 微软职位内部推荐-SW Engineer II for Windows System

    微软近期Open的职位: Microsoft's Operating Systems Group delivers the operating system and core user experie ...

  8. 微软职位内部推荐-Service Engineer II for Azure Cloud Network

    微软近期Open的职位: Are you interested in helping to drive the direction of a product that defines the clou ...

  9. 微软职位内部推荐-Software Engineer II

    微软近期Open的职位: Job Description Group: Search Technology Center Asia (STCA)/Search Ads Title: SDEII-Sen ...

随机推荐

  1. 一个简单的SpringMVC3 程序

    初学者对于Spring框架的难度:引用Jar包不全,或者不正确: 1.运行界面 2.客户端页面 index.jsp 的代码 <%@ page language="java" ...

  2. Jqgrid获取行id

    //获取选中行(单行)的ID var id = $("#table").jqGrid('getGridParam','selrow'); //根据id获取行数据,返回的是列表 va ...

  3. js随机生成字母数字组合的字符串 随机动画数字

    效果描述: 附件中只有一个index.html文件有效 其中包含css以及html两部分内容 纯js生成的几个随机数字 每次都不重复,点击按钮后再次切换 使用方法: 1.将css样式引入到你的网页中 ...

  4. Jquery动画效果--地铁站名指示等效果

    源码参考:源码爱好者--jQuery仿地铁线路指示灯效果,经修改和美化,特此记录一下. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra ...

  5. sql server2005 实现读写分离

    下面我们重点介绍Sql Server 2005是如何实现负载均衡的. Sql Server 2005的新特性 端到端拓扑的事务性复制 SQL Server 2005对端到端(P2P)拓扑结构上事务性的 ...

  6. C# 运行时编辑 节点重命名

    方法一: ; bool nodeChanged = false; //右键点击,就进入修改状态 private void treeView1_NodeMouseClick(object sender, ...

  7. 火狐浏览器设置placeholder的时候记得改opacity

    最近做项目的时候涉及到需要修改输入框的placeholder的字体颜色,我的CSS如下: ::-webkit-input-placeholder{ color: #c5c5c5;}::-moz-pla ...

  8. MongoDb 2.4 beta新特性——全文索引

    期待已久的特性,但目前仍然在beta阶段,所以官方建议不要在生产环境使用.也因此需要手动打开这个特性. 在命令行指定 mongod --setParameter textSearchEnabled=t ...

  9. WinSock编程基础

    一.套接字模式   1.阻塞模式       创建套接字时,默认是阻塞模式,对recv函数调用会使程序进入等待状态,知道接收到数据才返回.   2.非阻塞模式:      可以调用ioctlsocke ...

  10. C#的编译

    Windows上的编译 1:先将C:\Windows\Microsoft.NET\Framework\v3.5配置到系统环境变量的path里. 2:写C#代码 demo1.txt using Syst ...