2007年1月31日

代友招聘 - ASP.NET开发工程师(知名外企)

招聘人数:1人
工作地点:厦门

有意者请发简历至邮箱 wood_mu@hotmail.com

Description

Application Support and maintenance to meet required service level agreement
System development undertaken by IT department
Responsible to provide application functionality that meet the business requirements.
Meeting the project timeline or task timeline.
Delivered the stable, reliable and scalable application system
Conduct and prepare regular update and support to management team.
Compile functional specifications and documentation, coordinate communication and implementation and test solutions to ensure requirements are met.
Provide support L1&L2 support for Online Support applications.
Require to be on 24x7 Call Support

Qualification

Prefer a Bachelor's degree or equivalent with typically 3-5 years experience. Prefer experience in related field or an acceptable equivalent combination of education related training and experience.
Experience in current and emerging technology and standards i.e. Oracle SQL&PL/SQL, Microsoft ASP/VB, Microsoft .Net.. Knowledge in SQL Server
Effective communication skills, both verbal and written in Mandarin and English
Good analytical, problem solving, negotiation and organizational skills.
Basic knowledge of business applications software.
Functional experience in at least one business area.
Ability to utilize previous experience to benefit improving operations.
Familiarity with various software and spreadsheet applications.

posted @ 2007-01-31 16:04 Gao.Steven 阅读(1024) 评论(6) 编辑

2006年9月12日

我的AjaxPage对象续-一分钟让你的UserControl变成UpdatePanel

摘要: 通过Callback方式扩展用户控件实现类似UpdatePanel的功能,无需更改代码,只要将用户控件继承于AjaxUserCtrl即可自动将Postback方式转换为无刷新回调方式,并可随意切换两种方式,简单快捷,一分钟就会。
阅读全文

posted @ 2006-09-12 10:32 Gao.Steven 阅读(2064) 评论(9) 编辑

2006年6月10日

我的AjaxPage对象(Asp.NET 1.1)-借用2.0的Callback实现无刷新回调

摘要: 最近一段时间在博客园逛的时候,关于Ajax和Atlas的讨论很多很热,看了一些例子和代码,觉得和原来1.1的Postback方式有比较大的区别,而我目前所做的系统的架构和设计都是基于1.1的,如何转移到将来的ASP.NET 2.0,使用无刷新机制来提升客户体验,同时又保留原来的架构和设计,是我最近经常想到的问题。
不久之后,我看到了几位大侠对于ASP.NET 2.0 Callback的描述,称它能够实现轻量级的Ajax,也可以保留Postback方式,这让我豁然开朗,这不就是我想要的吗?如果能够把这种方式移植到1.1中,我们的系统就不用做太大的修改就可以在需要与客户频繁交互的地方采取Callback方式来实现Ajax效果,习惯1.1的程序员也容易了解和转换到Callback方式,并作为将来学习Ajax和Atlas的铺垫和过渡。阅读全文

posted @ 2006-06-10 01:21 Gao.Steven 阅读(1930) 评论(9) 编辑

2006年6月6日

使用C#将Outlook中的邮件内容分解并导入到Excel中

posted @ 2006-06-06 17:26 Gao.Steven 阅读(1285) 评论(1) 编辑