上海招聘Senior Software Developer (.Net), 工作地点静安寺

简介:
帮一猎头公司贴的招聘信息,

上海招聘Senior Software Developer (.Net), 工作地点静安寺,薪水10K上下,具体根据背景面谈,要求4年以上,英语能读写,口语不要求,具体描述如下:

 

 

Responsibilities

Work with other senior consultants in determining project scope, deliverables, time estimates

Analyze the business requirement

Design, develop and maintain .NET applications

Identify and implement appropriate 3rd party software/frameworks including open source

Coordinate with other team members and deliver high quality production on time

Guide and support junior developers

Work also includes documentation, testing and technical support

 

 

 

Requirements

Major in Computer or related education background.

Have 5+years project experience in ASP.NET, C#/VB.NET, ADO.NET, .NET Framework 1.0/2.0

Excellent in Web Services, HTML, XML

Well knowledge in OOD

Familiar with the management of Relational Database , such as MS SQL SERVERORACLE

Database development , such us T-SQLPL/SQL

Rich experience in web-based project

Experience in Workflow, Knowledge Management, Customer Relationships Management, Content Management is a plus

 

如有意向者,请联系:

 

MSN: cemy_10@hotmail.com

谢谢!



 
 
本文转自 RubyPdf 的中文博客博客园博客,原文链接: http://www.cnblogs.com/hardrock/archive/2007/09/07/886104.html,如需转载请自行联系原作者
相关文章
|
3月前
|
安全 网络安全 数据安全/隐私保护
【Azure Developer】System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
|
5月前
|
存储 NoSQL Redis
【Azure Developer】一个复制Redis Key到另一个Redis服务的工具(redis_copy_net8)
【Azure Developer】一个复制Redis Key到另一个Redis服务的工具(redis_copy_net8)
|
5月前
|
XML API 图形学
【Azure Developer】.Net 简单示例 "文字动图显示" Typing to SVG
【Azure Developer】.Net 简单示例 "文字动图显示" Typing to SVG
【Azure Developer】.Net 简单示例 "文字动图显示" Typing to SVG
|
5月前
|
JSON 开发框架 JavaScript
【Azure Developer】使用.Net Core解析JSON的笔记
【Azure Developer】使用.Net Core解析JSON的笔记
|
5月前
|
开发框架 .NET C#
【Azure Developer】C# / .NET 静态函数中this关键字的作用
【Azure Developer】C# / .NET 静态函数中this关键字的作用
|
5月前
|
开发框架 .NET 编译器
【Azure Developer】使用Azure PubSub服务示例代码时候遇见了.NET 6.0的代码转换问题
【Azure Developer】使用Azure PubSub服务示例代码时候遇见了.NET 6.0的代码转换问题
|
5月前
|
网络安全 C++
【Azure Developer】Visual Studio 2019中如何修改.Net Core应用通过IIS Express Host的应用端口(SSL/非SSL)
【Azure Developer】Visual Studio 2019中如何修改.Net Core应用通过IIS Express Host的应用端口(SSL/非SSL)
|
5月前
|
开发框架 .NET Linux
【Azure Developer】已发布好的.NET Core项目文件如何打包为Docker镜像文件
【Azure Developer】已发布好的.NET Core项目文件如何打包为Docker镜像文件
|
6月前
|
开发框架 .NET C#
【Azure Developer】C# / .NET 静态函数中this关键字的作用
在C#中,`this`关键字用于扩展方法,允许向已有类型添加功能而不修改其源代码。扩展方法必须在静态类中定义,且第一个参数使用`this`修饰,如`public static XElement AcquireElement(this XContainer container, string name, bool addFirst = false)`。这种方式增强了代码的可读性和类型的安全性,尤其在处理第三方库时。
|
6月前
|
存储 NoSQL Redis
【Azure Developer】一个复制Redis Key到另一个Redis服务的工具(redis_copy_net8)
介绍一个简单的工具,用于将Redis数据从一个redis端点复制到另一个redis端点,基于原始存储库转换为.NET 8:https://github.com/LuBu0505/redis-copy-net8