微软近期Open的职位:

Senior Software Development Engineer

Job Title: Senior Development Engineer

Division: Visual Studio China - Developer Division

Working Location: Shanghai, China

Do you enjoy the challenges of rapid development and deployment of world class software services? Do you like being in the hub of a team of high-caliber engineers working on projects utilizing new and emerging technologies? Would you enjoy working across the company to own an end-to-end charter solving the content publishing process for all of Microsoft, and then beyond? If you enjoy tough technical challenges and like building products from ground up, this is the place for you.

&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp

The Team

The Visual Studio China team in DevDiv is looking for an outstanding software development engineer to be part of next generation content management system which will leverage the power of SQL Server, WCF, WPF and cloud technologies, and used by teams across the company to create and deliver content to key Microsoft products and web sites such as MSDN and TechNet.

We are a young and dynamic team, passionate about software development and willing to take on big challenges. We are expecting to grow the team and the business rapidly, leading the way to many new opportunities. To make this happen, we need experienced people like you.

The Job

As a member of the team you will have many opportunities to have a significant impact on the product, you will design and implement highly dependable high-performance solutions for next generation of content management platform. As a member of this team you will need to interact with partner teams. Therefore, a successful candidate must be an effective communicator; driving design and implementation of features; collaborating on specifications and development plans; engaging with customers through various channels

- 5+ years of experience in designing, implementing and shipping high quality software,

- Rich experience with WCF, SOAP, XML and REST web services,

- Experience with on-premises or cloud online services,

- Solid design, coding, debugging and estimation skills,

- Proven ability to ship software on time and at quality expected,

- Strong interpersonal and communication skills with demonstrated cross-group experience,

- A desire to work closely with the other disciplines in all aspects of the product lifecycle,

- Completed at least two product development lifecycles,

- A BS/MS degree in computer science or equivalent,

- Applied knowledge of the .NET Framework and managed languages a plus.

The City

This position is based in Shanghai (China), one of the most vibrant cities in the world. Come to experience the Chinese culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in. Because of its location, Shanghai is also a great hub to many Asian and European countries.

Come join us and accelerate your career while living in a great environment. This is truly a once in a lifetime opportunity!

Microsoft is an equal opportunity employer and supports workforce diversity.

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-SDE II的更多相关文章

  1. 微软职位内部推荐-SDE II-MODC-Beijing

    微软近期Open的职位: JOB TITLE: Software Design Engineer IIDEPARTMENT: Microsoft Office Division ChinaIMMEDI ...

  2. 微软职位内部推荐-SDE

    微软近期Open的职位: Organization Summary:Engineering, Community & Online (ECO) is looking for a great & ...

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

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

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

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

  5. 微软职位内部推荐-Software Development Engineering II

    微软近期Open的职位: Job Title: Software Development Engineering II Work Location: Suzhou, China Enterprise ...

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

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

  7. 微软职位内部推荐-Senior SDE for Big Data

    微软近期Open的职位: Title: Senior SDE The Big Data Tooling team looking for a talented and passionate devel ...

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

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

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

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

随机推荐

  1. eclipse 导入jar包

    我们在用Eclipse开发程序的时候,经常想要用到第三方的jar包.这时候我们就需要在相应的工程下面导入这个jar包.以下配图说明导入jar包的步骤. 1.右击工程的根目录,点击Properties进 ...

  2. 使用HTML5构建下一代的Web Form

    HTML语言作为如今编程最为广泛的语言,具有易用.快捷.多浏览平台兼容等特点,但是随着时代的进步,HTML的标准却停滞不前,这一次还在不断开发中的[color=#444444 !important]H ...

  3. qt5.5实现 记事本程序

    最近由于要做Qt相关的毕业设计课题,以前对Qt完全不了解,对于客户端图形界面程序,也只对Windows下的MFC熟悉, 所以,由于Qt的跨平台特性和相对比较纯的C++的特点,就准备学习一下吧.这两天逛 ...

  4. 如何消除选定TextBox后的光标但又不失去焦点。

    情景描述: 选择TextBox里的内容 Name:textTile 但是没有光标. 相关实现代码: [DllImport("user32", EntryPoint = " ...

  5. 史上最全Vim快捷键键位图(入门到进阶)

    经典版 下面这个键位图应该是大家最常看见的经典版了. 对应的简体中文版 其实经典版是一系列的入门教程键位图的组合结果,下面是不同编辑模式下的键位图. 入门版 基本操作的入门版. 进阶版 增强版 下图是 ...

  6. MongoDB 删除数据库

    MongoDB 删除数据库 语法 MongoDB 删除数据库的语法格式如下: db.dropDatabase() 删除当前数据库,默认为 test,你可以使用 db 命令查看当前数据库名. 实例 以下 ...

  7. xmpp push篇一 广播消息

    ---广播给所有人--- 1. 登录xmpp admin 账户 2. sendpacket <message to="pandans.com(域名)" > <bo ...

  8. STM32F0xx_EXIT中断配置详细过程

    Ⅰ.概述 EXIT外部中断在使用到按键或者开关控制等应用中比较常见,低功耗中断唤醒也是很常见的一种.因此,EXIT在实际项目开发中也是比较常见的一种. STM32F0中外部中断EXIT属于中断和事件的 ...

  9. 多点触摸画板(MultiTouchCanvas)

    这是个简单的支持多点触摸的画板控件, 绘制功能基于WPF InkCanvas,也是我drawTool系列文章的开篇. 阅读该文章后可能产生一些问题: 1. 如果对生成的笔迹对象进行控制 如果要对生成的 ...

  10. try-catch-finally中return语句的执行

    catch里return后还会执行finally吗??在java里,是的.但是值得注意的是,在存在try-catch-finally的方法中,return可能出现的位置有4个,在try中,在catch ...