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 ...
随机推荐
- oracle sys sysman system 介绍
Oracle数据库中SYS.SYSTEM.DBSNMP.SYSMAN四用户的区别 SYS用户: SYS,默认密码为CHANGE_ON_INSTALL,当创建一个数据库时,SYS用户将被默认创建并授予D ...
- Spring笔记(三)AOP前篇之动态代理
AOP思想是将程序中的业务代码与服务代码进行分离,在运行时进行结合.比较强调程序的层次结构,是一种面向切面的编程.而在AOP实现的底层主要用到了动态代理,而动态代理又分为JDK动态代理和CGLIB动态 ...
- POJ2299: Ultra-QuickSort-合并排序解决逆序数问题
#include<iostream> #include<malloc.h> using namespace std; long long ans; void merge(int ...
- Pascal <-> C/C++ 转换简明教程
在OI的学习中,阅读多种语言的能力是很重要的. 本文就着眼于让大家最快地掌握这两种语言间的转换方法. 程序主结构 C/C++ Pascal 主程序(即开始执行的程序段)和其他函数.过程本质上都属于函数 ...
- IntelliJ IDEA的下载、安装和WordCount的初步使用(本地模式和集群模式)
包括: IntelliJ IDEA的下载 IntelliJ IDEA的安装 IntelliJ IDEA中的scala插件安装 用SBT方式来创建工程 或 选择Scala方式来创建工程 本地模式或集群 ...
- StreamWriter
public StreamWriter( string path, bool append ) 参数 path 类型:System.String要写入的完整文件路径. append 类型:System ...
- google搜索新姿势
大前提:英文Google→http://www.google.com或http://www.google.cn 第一篇 在搜索框上输入:"indexof/"inurl:lib 再按 ...
- IOS GCD 使用(三)单例模式
一 Dispatch_once函数简介 使用dispatch_once提价的代码块,即便你提交多次,只能执行一次. void dispatch_once(dispatch_once_ ...
- 10个可以直接拿来用的JQuery代码片段
jQuery里提供了许多创建交互式网站的方法,在开发Web项目时,开发人员应该好好利用jQuery代码,它们不仅能给网站带来各种动画.特效,还会提高网站的用户体验. 本文收集了10段非常实用的jQue ...
- 关于学习汇编的一些规则的理解(div mul cf of)
->1.div(除法) 被除数/除数 ->一共有三种格式的除法,分别是8位,16位,32位,这里的位数表示的是除数的位数 ->实现div其实也很简单就是除数为被除数的一半就ok - ...