微软职位内部推荐-SW Engineer II for Enterprise Platform
微软近期Open的职位:
Job posting title: SDE II
Location: China, Beijing
Group Overview
Discovery & Collaboration (DisCo) team empowers effective business collaboration to deliver real-time information experiences, including Application Marketplace Services, Collaboration Consulting, Discovery Services, Enterprise Video Platform & Delivery, SharePoint Platform Solutions & Services, Social Capabilities, and Custom Portal Strategies within Microsoft IT. We develop cutting edge solutions and real-time services by leveraging Windows Azure, SharePoint Online, and SharePoint Server to connect people to information and others. The applications and services we build are customer showcases for how to integrate custom development with out of the box features of SharePoint Online or SharePoint Server and address such areas as modern app development, social computing, information discovery & governance, and enterprise content management.
Roles & Responsibilities
Discovery & Collaboration is looking for engineers to join the China team in Beijing. Working closely with PM, Test, operations, and business peers, you will have a large role in designing and building extensible, real-time, enterprise scope applications and services in a fast paced environment for some of the industry’s most demanding customers - Microsoft employees. Assignments in this role would include independently driving architecture, design, development, and automation testing of applications or services using the .NET Framework, C#, HTML/JavaScript/CSS, Windows Azure and SharePoint Server/Client.
Primary Responsibilities
•      Design and build extensible applications and services on the SharePoint platforms.
•      Prototype custom solutions on future releases of SharePoint Server, SharePoint Online and Azure.
•      Collaborate with internal and external application, development, test, and business teams.
Qualifications:
•      Fluent in both English and Chinese. Being able to read and write English is a must.
•      BS/BA in computer science, Engineering, or related disciplines.
•      5+ years of solid development experience in C#/C++/Java.
•      Strong object oriented design and programming skills.
•      Strong knowledge of web application development.
•      Strong knowledge of DB design and development.
•      Systems experience in environments that utilize IIS, SQL Server, and Active Directory.
•      Attention to detail and be able to master new applications and technologies quickly.
Preferred but not required
•      Programming experience with SharePoint is a big plus.
•      Programming experience with Windows Azure is a big plus.
•      Experience in specific Microsoft technologies such as ASP.Net is a plus.
•      Proven ability to design large scale systems with Microsoft technologies is a plus.
•      Experience in working with geo-distributed teams is a plus.
This position is based in Beijing (China), one of the most vibrant cities in the world. Come experience the culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in. -- Join us today!
Microsoft is an equal opportunity employer and supports workforce diversity.
如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com
微软职位内部推荐-SW Engineer II for Enterprise Platform的更多相关文章
- 微软职位内部推荐-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 Cloud Service
微软近期Open的职位: Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are ...
- 微软职位内部推荐-SW Engineer II for Skype
微软近期Open的职位: We are the Skype Beijing team. Skype division drives the communications strategy for Mi ...
- 微软职位内部推荐-SW Engineer II for Cloud Servi
微软近期Open的职位: Do you have a passion for embedded devices and services?   Does the following m ...
- 微软职位内部推荐-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 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 ...
随机推荐
- _tcschr和_tcsrchr使用
好处:是可以不管是用unicode 编码还是其他 ,代码都不用改. C++标准库函数提供了字符和字符串的操作函数,并提供了其UNICODE版本,如: 1._tcschr代替strchr或者wcschr ...
- [转]托管DirectX,从MDX到SlimDX的转换
开始迁移到托管DirectX SlimDX框架的,例如,MDX应用的帕特里克Murrisa地形的浏览器. 在托管DirectX代码所示,到新的代码,与SlimDX评论的形式. MDX迁移项目中Slim ...
- C语言程序设计I—第五周教学
第五周教学总结(29/9-7/10) 本周为国庆节放假,周六周日提前补课,计算机专业已补,软件专业未补,由于国庆放假冲课不补,因此,软件专业在整体进度上落后计算机一次课,估计我要特别抽时间才能将进度拉 ...
- 升序排列的数组中是否存在A[i]=i
#include<stdio.h> void equal(int a[],int N) { int i; ;i<N;i++) { if(i<a[i]) { printf(&qu ...
- Android :Activity、Adapter、List的初步学习
Activity Activity 是一个应用组件,用户可与其提供的屏幕进行交互,以执行对手机应用操作. 每个 Activity 都会获得一个用于绘制其用户界面的窗口.窗口一般是会充满屏幕,但也不一定 ...
- 检测ip和地区
获取当前位置所在省份城市和所用网络IP <!DOCTYPE html> <html> <head> <meta charset="utf-8&quo ...
- 用脚本js把结果转化为固定小数位的形式
function roundTo(base,precision) { var m=Math.pow(10,precision); var a=Math.round(base * m) / m; ret ...
- 【commons】IO工具类——commons-io之IOUtils
本文转载自xingoo: https://www.cnblogs.com/xing901022/p/5978989.html 一.常用静态变量 public static final char DIR ...
- swt TableViewer
http://blog.163.com/bluefield_wild/blog/static/8182709520085612235336/ package list; import java.uti ...
- flex作图
<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="htt ...