微软近期Open的职位:

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 company and support workforce diversity.

GCR:CN:DEV:EN

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

微软职位内部推荐-Senior Software Development En的更多相关文章

  1. 微软职位内部推荐-Senior Software Development Engineer

    微软近期Open的职位: Job posting title: Senior Software Development Engineer Location: China, Beijing Divisi ...

  2. 微软职位内部推荐-Senior Software Development Engineer_Commerce

    微软近期Open的职位: Are you looking for a high impact project that involves processing of billions of dolla ...

  3. 微软职位内部推荐-Senior Software Development Engineer H/F

    微软近期Open的职位: Microsoft Engineering Center Paris (Xbox Music et Video) : Ingénieur en développement l ...

  4. 微软职位内部推荐-Senior Software Lead-Index Gen

    微软近期Open的职位: Position: Senior Software Development Lead Bing Index Generation team is hiring! As one ...

  5. 微软职位内部推荐-Senior Software Engineer_Azure

    微软近期Open的职位: Job Title: Senior Software Engineer Location: Shanghai, China Have you ever imagined th ...

  6. 微软职位内部推荐-Senior Software Engineer_HPC

    微软近期Open的职位: Job Title: Senior Software Engineer_HPC Location: Shanghai, China Are you passionate ab ...

  7. 微软职位内部推荐-Senior Software Engineer-SDP

    微软近期Open的职位: Position: Senior SDE The R&D of Shared Data Platform at Application and Services Gr ...

  8. 微软职位内部推荐-Senior Software Engineer -Web

    微软近期Open的职位: Location: Beijing, China The Office App Services team is working on the powerful Office ...

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

    微软近期Open的职位: News is a critical areas for integration of mobile and services, one of the top priorit ...

随机推荐

  1. 理解js中的闭包

    闭包 我的理解是 能够有权访问另一个函数作用域中变量的函数 通常我们知道 普通的函数在调用完成之后,活动对象不会从内存中销毁,其执行环境的作用域链会被销毁,造成资源的浪费 而闭包的好处就在于执行完就会 ...

  2. php学习笔记3--php中获取时间与实际时间不符

    问题描述:在php脚本中使用date()获取服务器时间时总是与实际时间相差几个小时. 可能原因:php配置文件中时区的设置出现问题 解决方法: 方法1. php.ini文件中date.timezone ...

  3. LINUX下查看php运行的用户

    <?php echo shell_exec("id -a"); ?> 打开网页,显示 uid=2(daemon) gid=2(daemon) groups=2(daem ...

  4. .NET使用NPOI读取Word模板并替换关键字并下载

    NPOI 是 POI 项目的 .NET 版本.POI是一个开源的Java读写Excel.WORD等微软OLE2组件文档的项目. 使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 ...

  5. Javascript验证用户输入URL地址是否正确

    <script type="text/javascript">function checkUrl() { var url = document.getElementBy ...

  6. 在ASP.NET中发送电子邮件的实例教程

    首先.导入命名空间: 代码如下 复制代码 using System.Net.Mail; 定义发送电子邮件的方法[网上很多不同的,可以对比着看一下,WinForm的也适用]: 代码如下 复制代码 /// ...

  7. Javascript获取URL地址变量参数值的方法

    今天碰到在做一个动态页面的时候,需要用到 URL 的参数值来作判断,从而决定某一块内容在当前页面是否显示.例如exampe.html?parm1=xxx&parm2=xxx&parm3 ...

  8. Regsvr32注册ActiveX控件

    命令:Regsvr32 XX.dll 注册ActiveX控件 Regsvr32命令参数:/u 卸载ActiveX控件/s 注册成功后不显示操作成功信息框/c 控制台输出/I 调用DllInstall安 ...

  9. 移动端边框1px的实现

    查看京东的移动端1px实现原理,用的是:after和css3的scale(0.5)缩放. border-right fr:after{ height:100%; content:' '; width: ...

  10. RSS 订阅

    <?xml version="1.0"?><%@ Page Language="C#" AutoEventWireup="true& ...