LiangNa Resum
LiangNa
AnShan Street, YangPu, NY
@.com OBJECTIVE: Seeking a position to contribute my skills and educational background in the field of Information Technology and Computer Science AREAS OF INTEREST: .NET Technologies, Wpf Application Development, Databases, EntityFramework,CSLA,WCF.
SKILLS: Operating Systems: MS Windows.
Languages: C #, C, C++, , Java.
Tools: VisualStudio, PLSQL, MS Office Tools
Database Technologies: My SQL, SQL,Oracle.
Technologies: Microsoft .NET, WCF, IIS, DataBase
Web Development: HTML, CSS, JavaScript, AJAX. WORK EXPERIENCE: JiaoHai InformationTechnolege Inc. ShangHai, NY Jan – May
Sr.Net developer
• Created design documents, technical specifications – UML class diagrams. • Involved in complete Life Cycle including Analysis, Design, Development and Testing.
• Developed modules of the application in ASP.NET, WPF and involved in writing C# classes.
• Used WCF to communicate with the business layer objects.
• Created and worked with dependency, attached and complex properties and plugged them into different WPF services.
• Involved in Programming XAML applications.
• Coding the presentation layer using WPF and silver light and service layer using Windows Communication foundation technology.
• Creating custom site pages, lists, views and master pages and adding ASP, WPF controls.
• Developed WCF services to enable effective communication between SOA.
• Accessing SQL Server from a WPF application using WCF.
• Implementing LINQ queries on different data sources in WPF applications.
• Worked with Ajax enabled WCF services using C# and ASP.Net.
• Access ASP.Net WCF services from Silverlight applications and implement AJAX script to handle WPF events and manipulate WPF controls.
• Used WPF in creating different animated scenes using the combination of transforms, animation controls (storyboard, double animation) and color effects.
• Implemented WPF in creating custom controls. HaiBo Corp. Any Town, NY Oct –Oct
Net Developer
• Developed the application using c#.net 4.0 and Oracle.
• Developed modules of the application in ASP.NET, Winform and involved in writing C# classes And Write Wcf.
• Involved in implementing client side functionalities using javascript,Jquery and also involved in creating CSS classes for the application
• Worked with Crystal reports for generating reports for backup.
• Responsible for creating SQL queries and stored procedures using Oracle. ChenLan Inc. Any Town, NY Oct – Apl
Senior .Net Developer
• Used WPF and WCF to communicate between DAL and other business components.
• Created Silverlight business applications with Rich Internet Application services for data access.
• Created Complex queries and Stored Procedures. Related Course Work: Advanced Software Engineering, Advanced Database Systems, Web Programming, Advanced Computer Architecture, Advanced Operating Systems, Human Computer Interaction, Scientific Visualization. EDUCATION: Master of SoftWare (Computer Science) – ShenYangLiGong University, Tempe
Graduation Date: May .
LiangNa Resum的更多相关文章
- Entity Framework 6 Recipes 2nd Edition(13-8)译 -> 把昂贵的属性移到其它实体
问题 你想把一个昂贵的属性移到另一个实体,这样你就可以延迟加载当前这个实体.对于一个加载昂贵的而且很少用到的属性尤其有用. 解决方案 模型和上一节(Recipes 13-7)的一致,如Figure13 ...
- BZOJ1026: [SCOI2009]windy数
传送门 md直接wa了78次,身败名裂 没学过数位DP硬搞了一道数位DP的模板题,感觉非常的愉(sha)悦(cha). 二分转化枚举思想.首先DP预处理出来$f[i][j]$表示有$i$位且第$i$位 ...
- [MFC] MFC音乐播放器 傻瓜级教程 网络 搜索歌曲 下载
>目录< >——————————————————————< 1.建立工程 1.建立一个MFC工程,命名为Tao_Music 2.选择为基本对话框 3.包含Windows So ...
- Ffplay视频播放流程
主框架流程 下图是一个使用“gcc+eygpt+graphviz+手工调整”生成的一个ffplay函数基本调用关系图,其中只保留了视频部分,去除了音频处理.字幕处理以及一些细节处理部分. 注:图中的数 ...
- Linux时间子系统之(二):软件架构
专题文档汇总目录 Notes:从框架上讲解了时间子系统,从底向上包括CPU Local TImer.Global Counter.Clock Souce/Clock Events模块管理.Tick D ...
- [译] PEP 255--简单的生成器
我正打算写写 Python 的生成器,然而查资料时发现,引入生成器的 PEP 没人翻译过,因此就花了点时间翻译出来.如果在阅读时,你有读不懂的地方,不用怀疑,极有可能是我译得不到位.若出现这种情况,我 ...
- Linux Power Managment详解 【转】
转自:http://blog.chinaunix.net/uid-24517893-id-254740.html Linux Power Managment 谨以此文纪念过往的岁月 一.前言 在这个对 ...
- 20155229 2016-2007-2 《Java程序设计》第一周学习总结
20155229 2016-2007-2 <Java程序设计>第一周学习总结 教材学习内容总结 1~18章的提问: 第一章:怎样撰写Java才不会沦于死背API文件.使用"复制. ...
- jz2440使用openjtag+openocd+eclipse调试【学习笔记】
平台:jz2440 作者:庄泽彬(欢迎转载,请注明作者) 说明:韦东山二期视频学习笔记 交叉编译工具:arm-linux-gcc (GCC) 3.4.5 eclipse版本:eclipse-cpp-l ...
随机推荐
- POJ1456 Supermarket 贪心
贪心策略:一定先卖价值最大的,然后考虑卖当前的物品,卖的日期越靠后,越优,可以为以后的物品提供机会 #include <stdio.h> #include <string.h> ...
- [liu yanling]测试方法
1.定义 是把所有可能的输入数据,即程序的输入域划分成若干部分(子集),然后从每一个子集中选取少数具有代表性的数据作为测试用例.该方法是一种重要的,常用的黑盒测试用例设计方法. 2.划分等价类 等价类 ...
- 【译】Selenium 2.0 WebDriver
Selenium WebDriver 注意:我们正致力于完善帮助指南的每一个章节,虽然这个章节仍然存在需要完善的地方,不过我们坚信当前你看到的帮助信息是精确无误的,后续我们会提供更多的指导信息来完 ...
- Maven详解 之 聚合与继承
说到聚合与继承我们都很熟悉,maven同样也具备这样的设计原则,下面我们来看一下Maven的pom如何进行聚合与继承的配置实现. 一.为什么要聚合? 随着技术的飞速发展和各类用户对软件的要求越来越高, ...
- 安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am g ...
- 【CSS】Intermediate3:Shorthand Properties
1.Margins and Padding property: top right bottom left; property: top/bottom right/left; 2.Border bor ...
- Jlink烧写图文教程
,点击安装 , 插上jlink,安装驱动后,红灯一直亮 ...
- 【Java基础】Java类及成员和修饰符的关系
修饰符的分类 权限修饰符:private,默认的,protected,public 状态修饰符:static,final 抽象修饰符:abstract 类的修饰符 权限修饰符:默认修饰符,public ...
- Codeforces Round #341 (Div. 2) ABCDE
http://www.cnblogs.com/wenruo/p/5176375.html A. Wet Shark and Odd and Even 题意:输入n个数,选择其中任意个数,使和最大且为奇 ...
- devexpress中gridcontrol 一些样式改变
改变footer为扁平化效果 整个footer背景色CustomDrawFootere.Appearance.BackColor = Color.Transparent; e.Appearance.D ...