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的更多相关文章

  1. Entity Framework 6 Recipes 2nd Edition(13-8)译 -> 把昂贵的属性移到其它实体

    问题 你想把一个昂贵的属性移到另一个实体,这样你就可以延迟加载当前这个实体.对于一个加载昂贵的而且很少用到的属性尤其有用. 解决方案 模型和上一节(Recipes 13-7)的一致,如Figure13 ...

  2. BZOJ1026: [SCOI2009]windy数

    传送门 md直接wa了78次,身败名裂 没学过数位DP硬搞了一道数位DP的模板题,感觉非常的愉(sha)悦(cha). 二分转化枚举思想.首先DP预处理出来$f[i][j]$表示有$i$位且第$i$位 ...

  3. [MFC] MFC音乐播放器 傻瓜级教程 网络 搜索歌曲 下载

    >目录< >——————————————————————< 1.建立工程  1.建立一个MFC工程,命名为Tao_Music 2.选择为基本对话框 3.包含Windows So ...

  4. Ffplay视频播放流程

    主框架流程 下图是一个使用“gcc+eygpt+graphviz+手工调整”生成的一个ffplay函数基本调用关系图,其中只保留了视频部分,去除了音频处理.字幕处理以及一些细节处理部分. 注:图中的数 ...

  5. Linux时间子系统之(二):软件架构

    专题文档汇总目录 Notes:从框架上讲解了时间子系统,从底向上包括CPU Local TImer.Global Counter.Clock Souce/Clock Events模块管理.Tick D ...

  6. [译] PEP 255--简单的生成器

    我正打算写写 Python 的生成器,然而查资料时发现,引入生成器的 PEP 没人翻译过,因此就花了点时间翻译出来.如果在阅读时,你有读不懂的地方,不用怀疑,极有可能是我译得不到位.若出现这种情况,我 ...

  7. Linux Power Managment详解 【转】

    转自:http://blog.chinaunix.net/uid-24517893-id-254740.html Linux Power Managment 谨以此文纪念过往的岁月 一.前言 在这个对 ...

  8. 20155229 2016-2007-2 《Java程序设计》第一周学习总结

    20155229 2016-2007-2 <Java程序设计>第一周学习总结 教材学习内容总结 1~18章的提问: 第一章:怎样撰写Java才不会沦于死背API文件.使用"复制. ...

  9. jz2440使用openjtag+openocd+eclipse调试【学习笔记】

    平台:jz2440 作者:庄泽彬(欢迎转载,请注明作者) 说明:韦东山二期视频学习笔记 交叉编译工具:arm-linux-gcc (GCC) 3.4.5 eclipse版本:eclipse-cpp-l ...

随机推荐

  1. Selenium IDE初探

    系列教程: http://www.cnblogs.com/hyddd/archive/2009/05/30/1492536.html 使用过程中,出现了一些问题.

  2. 【原】Comparator和Comparable的联系与区别

    1.知识点了解 Comparator和Comparable都是用用来实现集合中元素的比较.排序的,所以,经常在集合外定义Comparator接口的方法和集合内实现Comparable接口的方法中实现排 ...

  3. 成功安装mysql(mysql-5.5.32-winx64.msi)后,为何服务管理器里找不到MYSQL服务名?

    解决方案: 1.打开cmd,切换到mysql的bin目录下 2. D:\Program Files\MySQL5.1\bin>mysqld.exe -install 成功后会出现:Service ...

  4. NOIP 2015 子串

    借鉴大神思路... #include<cstdio> #include<cstring> #include<cstdlib> #include<iostrea ...

  5. vim recording

    大家是否有这种经验,“不知道为什么按出recording状态,按ESC貌似无法直接退掉”的情况,个人已经有过好几次了.与其出来烦人还不如了解它,昨天我就花了点时间学习recording.怎么说,还是有 ...

  6. Storm系列(二)系统结构及重要概念

    在Storm的集群里面有两种节点:控制节点和工作节点,控制节点上面运行Nimbus进程,Nimbus负责在集群里面分配计算任务,并且监控状态.每一个工作节点上面运行Supervisor进程,Super ...

  7. Excel中VBA 连接 数据库 方法- 摘自网络

    Sub GetData() Dim strConn As String, strSQL As String Dim conn As ADODB.Connection Dim ds As ADODB.R ...

  8. poj 1144 Network【双连通分量求割点总数】

    Network Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11042   Accepted: 5100 Descript ...

  9. 浅谈js观察者模式

    观察者模式又叫发布订阅模式,它可以让多个观察者对象同时监听某一个主题对象,即在一个事件发生时,不同的对象迅速对其进行相应.就比如当又人闯红灯,不同的人对这件事迅速发起响应,当然这个比喻不太恰当,不过在 ...

  10. JavaScript----this陷阱的最全收集

    原文翻译: JavaScript来自一门健全的语言,所以你可能觉得JavaScript中的this和其他面向对象的语言如java的this一样,是指存储在实例属性中的值.事实并非如此,在JavaScr ...