智城识别ID 13200
承接项目数 2
好评率 0%
会员 3级
总收入 ¥ 0RMB
保证金 0 RMB
拥有技能 Application Design SQLServer MySQL CNet JavaScript XML Apache IIS Oracle C

案例

Mywebsite(51dest.com)
13 年多前上传

案例标题

There is an example website developed by me - http://www.51dest.com.

You may also goto http://www.51dest.com/Temp/AboutMe/Index.htm for view my updated resume.

I'm a programmer with a total of 5+ years of work experience. I have worked primarily in the domain of ERP. My technological forte is .Net Apps and I am also proficient in Java, Perl, PC, C/C++(LINUX). I've developed some Mobile Applications by J2me skills. I joined TATA in May 2008, my current role is a SE in GE Lighthouse project which is an Electric Network Management And Control System. I'm using Perl for xml interfaces, modules and utils developments.

An example project below:

2008/1--Present:Web Develop Class Library (Rapid Development Tool)
Software Environment: Windows
Hardware Environment: Intel
Development Tools: Visual Studio 2005, C#, Xml/Xslt, Sql2005
Project Description: This is useful for products based on C/S structure.

The kit contains 2 main libraries (TDF.Codekit.dll, TDF.Platform.dll), the Codekit is for Front Desk, Platform is for management plant.
This adopt three tiers Development Model, the datasets provide data, data will be converted to XML, the XML data transform with XSLT to generates HTML.

Projects of instance websites just need reference them for easy to expand,
for example:
In the front-site, for create a new page, we can new a dataset class inherit from base dataset, in it we can implement several interfaces for Get, Post methods and specify xslt file etc. All instance datasets will be collected by base framework through Attribute / Reflector.
There are BasePage, WebSharePage etc. WebSharePage can handle instance datasets.

In management-site, create a xml file for a table, then the table can be operated in platform, e.g. Insert, Update, Export etc. Xml files be cached and monitored for if any change.

This be able to let developers just need focus on the Business Tier, main public works (e.g. data process) will be handled by the basic libraries, this will reduce development costs.

The instance website www.51dest.com,
There is a test accounts has same username/password which is 'test', can login for test a little function of platform by http://www.51dest.com/Code/BothPage.aspx?DataSet=LoginDS&ShowType=2
Responsibility: Developed it myself,contains Framework Design and codeing.
Test works were did by other people.