自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (26)
  • 收藏
  • 关注

空空如也

WPF 4 Unleashed

The #1 WPF Book--Now Updated for WPF 4! Full Color: Code samples appear as they do in Visual Studio! Thorough, authoritative coverage, practical examples, clear writing, and full-color presentation make this one of the most widely acclaimed programming books of the last decade. Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. * Covers everything you need to know about Extensible Application Markup Language (XAML) * Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more * Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more * Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects * Shows how to create popular UI elements, such as Galleries, ScreenTips, and more * Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes * Explains how to create first-class custom controls for WPF * Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies * Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations

2015-11-15

The Definitive ANTLR 4 Reference

Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru! What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)

2015-11-15

SQL Performance Tuning

SQL Performance Tuning is a handbook of practical solutions for busy database professionals charged with managing an organization's critically important data. Covering today's most popular and widely installed database environments, this book is an indispensable resource for managing and tuning SQL across multiple platforms.

2012-12-04

Java Performance Tuning, 2nd Edition

Java Performance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems.

2012-12-04

Pro NET.Performance Optimize Your Applications

In conclusion, this book is full of performance measurement tools, small tips and tricks for improving minor areas of application performance, theoretical foundations for many CLR mechanisms, practical code examples, and several case studies from the authors’ experience. For almost ten years we have been optimizing applications for our clients and designing high-performance systems from scratch. During these years we trained hundreds of developers to think about performance at every stage of the software development lifecycle and to actively seek opportunities for improving application performance. After reading this book, you will join the ranks of high-performance .NET application developers and performance investigators optimizing existing applications.

2012-12-04

Pro C# 2010 and the.NET 4 Platform, Fifth Edition

THE EXPERT’S VOICE® IN .NET. Exploring the .NET universe using curly brackets fifth edition by Andrew Troelsen.

2011-09-14

Pro.Silverlight.4.in.CSharp

THE EXPERT’S VOICE® IN SILVERLIGHT with full color inside. For creating cross-platform .NET applications for the browser.

2011-09-14

Marble Diagram Generator

Marble diagram generator for learning Reactive Extensions(Rx). Samples provided.

2011-09-14

Visual Assist X 10.6.1845.0

开发必备工具之一(最新版),需覆盖原版文件,VS2010的话Windows XP在如下目录:C:\Documents and Settings\XXX\Local Settings\Application Data\Microsoft\VisualStudio\10.0\Extensions\Whole Tomato Software\Visual Assist X\10.6.1845.0

2011-05-12

Microsoft SharePoint 2007 Development Unleashed

When many people first encounter Microsoft Office SharePoint Server (MOSS), they are often confused. Out of the box, a lot of people have trouble figuring out what it does and what it’s for. The most important thing to realize about SharePoint is that it isn’t intended to be a complete, off-the-shelf, shrink-wrapped product. Rather, MOSS is a development platform, upon which powerful and compelling portal applications can be built.

2010-10-14

Beginning InfoPath 2003

If you have heard of Microsoft InfoPath but never had the chance to work with it, you are in for a treat. Microsoft has really outdone itself coming up with a tool that gives the power user a forms tool they can use right away, and the developer a forms tool that can be taken to the next level. This book guides you in taking advantage of this very cool new product.

2010-10-14

Silverlight 4 Problemsign Solution

This book is specifically geared toward readers who have been actively developing solutions in ASP.NET and Silverlight 2 or 3. This book is not a primer on either of these two technologies. Instead, you will see how to make use of enhancements to the latest version of Silverlight in order to create a Rich Internet Application. In general, I will not be covering in great detail how to develop in Silverlight or the related ASP.NET technology that is required for all Silverlight-based solutions. There is specific coverage of the new features in Silverlight 4 including WCF RIA Services and the new Silverlight Toolkit. In order to get the most out of this book you should have a good understanding of how to use all of the existing Silverlight controls.

2010-10-14

Silverlight 4 in Action

The overall goal of this book is to inform and educate you about the exciting and powerful Silverlight 4 platform. Think of it as a guided tour through the Silverlight 4 plugin, runtime libraries, and SDK. After

2010-10-14

Beginning Silverlight 4 in CSharp

Silverlight, a Microsoft cross-browser, cross-platform plug-in that allows you to create rich interactive (or Internet) applications (RIAs) for the Web.

2010-10-14

Apress.Beginning.Silverlight.4.in.CSharp.Jul.2010.pdf

Cool book about Silverlight, a Microsoft cross-browser, cross-platform plug-in that allows you to create rich interactive (or Internet) applications (RIAs) for the Web.

2010-09-16

My keti is to be here

Only some excersices.Only some excersices.Only some excersices.Only some excersices.

2010-07-28

DoFactory Design Framework 3.5 C#

DoFactory design pattern framework 3.5 in C# version.

2010-07-28

Visual Assist X 1823

Visual Assist X 1823, 支持包括Visual Studio 2010及之前的版本,完美打包下载.

2010-07-21

UML Distilled Third Edition

Martin Fowler大作UML Distilled第3版,英文原版,UML学习不可错过的好教材.

2010-07-20

Programming WCF Services

WCF经典书,英文原版,不可错过. 具体可以下载参阅.

2010-04-13

Essential Windows Communication Foundation(WCF) for .Net framework 3.5

WCF English version book

2010-02-24

Visual Assist X Build 1738 with dll

VA最新版,安装完成后将包中的DLL覆盖原版文件.

2009-12-08

Microsoft® Windows® Group Policy Guide (Pro-One-Offs).pdf

Windows组策略的介绍相当全面,不可错过的好资料.英文PDF原版.

2009-10-23

Apress_.NET.System.Management.Services.eBook-LiB.chm

Apress_.NET.System.Management.Services.eBook-LiB.chm

2009-09-07

Consolas 字体

最佳编程字体 程序开发必备哦. 一定不要错过.

2009-06-17

Visual Assist X (Build 1724)

Visual Assist X是一个由开发者设计编写的插件,并为开发者所用,因此它可以提高你以前从来没有想象到的开发效率。Visual Assist X特征包括增强的智能感应,更好的语法色彩,悬停类浏览器,代码大纲,项目管理和重构(refactoring,包括C/C++)。Visual Assist X支持Studio 2008, 2005, .NET 2002/2003和VC++ 6.0等集成开发环境。

2009-06-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除