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. STL总结之queue, priority_queue, stack

    之所以把这三个容器放在一起,是因为他们都是容器适配器.   STL中queue就是我们常用的FIFO队列,实现是一个容器适配器,这种数据结构在网络中经常使用.   queue的模板声明: templa ...

  2. LightOJ 1138 Trailing Zeroes (III) 打表

    就是统计5,然后当时因为发现最多有8000w个5的倍数,然后8000w/100,是80w,打表,二分找 然后我看网上的都是直接二分找,真是厉害 #include <cstdio> #inc ...

  3. selenium 处理浏览器多窗口

    测试过程中,会弹出一些子窗口,并且有可能在多个窗口之间切换 必须要获取每个窗口的唯一标识符切换到该窗口,才能对该窗口的元素进行操作 首先,获取每个窗口的唯一标识符,然后以及和的形式返回 var mai ...

  4. Velocity介绍

    Velocity是一个基于Java的模版引擎,它是一个简单并且功能强大的开发工具,你可以非常容易地创建和呈现出.在这个介绍当中,我们希望可以给出一个使用基本Velocity的概述. 使用Velocit ...

  5. LR 取到怎么样才能得到参数列表中的每一个值

    char *m="e"; lr_save_string("helloworld","p4"); lr_eval_string("{ ...

  6. 【转+心得】WinDbg+VM9双机调试无法连接解决方案

    参考:http://www.52pojie.cn/forum.php?mod=viewthread&tid=203339 启动顺序为:先启动vmware里面的xp后(登录到桌面),再启动win ...

  7. [CODEVS1258]关路灯

    题目描述 Description 多瑞卡得到了一份有趣而高薪的工作.每天早晨他必须关掉他所在村庄的街灯.所有的街灯都被设置在一条直路的同一侧. 多瑞卡每晚到早晨5点钟都在晚会上,然后他开始关灯.开始时 ...

  8. poj 2367 Genealogical tree (拓扑排序)

    火星人的血缘关系很奇怪,一个人可以有很多父亲,当然一个人也可以有很多孩子.有些时候分不清辈分会产生一些尴尬.所以写个程序来让n个人排序,长辈排在晚辈前面. 输入:N 代表n个人 1~n 接下来n行 第 ...

  9. MyBatis Oracle批量更新

    <update id="updateProductSerialNo" parameterType="java.util.List"> <for ...

  10. key_t键和ftok函数

    系统建立IPC通讯(如消息队列.共享内存时)必须指定一个ID值.通常情况下,该id值通过ftok函数得到. ftok原型如下: key_t ftok( char * fname, int id ) f ...