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. (4)I2C总线的7bit从机地址

    时钟拉伸(Clock stretching)clock stretching通过将SCL线拉低来暂停一个传输.直到释放SCL线为高电平,传输才继续进行.clock stretching是可选的,实际上 ...

  2. oracle 分区表和分区索引

    很复杂的样子,自己都没有看完,以备后用 http://hi.baidu.com/jsshm/item/cbfed8491d3863ee1e19bc3e ORACLE分区表.分区索引ORACLE对于分区 ...

  3. Android SharedPreference 数据存储

    参考:http://www.cnblogs.com/friends-wf/p/4835818.html 应用开发过程中,数据存储几乎是肯定会遇到的问题,根据要存储的数据类型和数量,可以选择合适的存储方 ...

  4. 【Java基础】Java中的持久属性集Properties

    Properties 类的介绍 Properties 类表示了一个持久的属性集.Properties 可保存在流中或从流中加载.属性列表中每个键及其对应值都是一个字符串.一个属性列表可包含另一个属性列 ...

  5. HW3.19

    import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner i ...

  6. BZOJ1901 - Dynamic Rankings(树状数组套主席树)

    题目大意 给定一个有N个数字的序列,然后又m个指令,指令种类只有两种,形式如下: Q l r k 要求你查询区间[l,r]第k小的数是哪个 C i t  要求你把第i个数修改为t 题解 动态的区间第k ...

  7. python 多行字符串

    字符串是要用引号(双引号,单引号,多行用三个引号)引起来 TypeError: not enough arguments for format string you have to specify m ...

  8. Excel引用

    Excel引用 1.绝对引用  相对引用 A:A   左右拉的话会自动变为  B:B,C:C等等 $A:$A  左右拉的话仍然是A列 A$1:A1  上下拉的话,会变成A$1:A2,A$1:A3等等

  9. Java 中 String 类和StringBuilder 类的常用方法

    String 类提供了许多用来处理字符串的方法,例如,获取字符串长度.对字符串进行截取.将字符串转换为大写或小写.字符串分割等,下面我们就来领略它的强大之处吧. String 类的常用方法: 结合代码 ...

  10. 【开发工具 - Git】之Git使用案例

    本帖主要介绍一下Git在实际项目开发中的使用流程,包括克隆.暂存.提交.推送.拉取.分支.冲突解决等,暂时还不包括回退. 1.首先需要安装Git,下一步下一步就行,这里就不说了.值得一提的是,如果Gi ...