Lock your Ad to the Top of this Site - Readers always see it! - Advertise Here
 


Personal Archive on KnowFree.net of minhkhoi2020

Personal data:

  • Real name: 
  • Nickname: minhkhoi2020
  • Homepage: 
  • Description: No description entered yet.

Posts of this member:

Pro ASP.NET 3.5 in C# 2008, Second Edition

Pro ASP.NET 3.5 in C# 2008, Second Edition

ASP.NET 3.5 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution.

Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking new technology. They cover ASP.NET 3.5 as a whole, illustrating both the brand–new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style.

The book will teach you ASP.NET 3.5 starting with core concepts to more advanced topics. You will learn

    * Core concepts of ASP.NET 3.5. Why it’s special. What it’s fundamental principals are. The basics of Visual Studio. How ASP.NET 3.5 controls are created, and how they fit into ASP.NET 3.5 pages, ultimately creating full applications
    * Data access details. The intricacies of ADO.NET and how to perform data binding to many sources from databases to file streams to XML. We include LINQ coverage so you’re on the bleeding edge
    * Security. Once considered the Achilles heel of all Windows web applications, security has vastly improved and is a cornerstone of ASP.NET 3.5. This section explains the various forms of available security, and how to best apply them
    * Taking things further using advanced user interface techniques. This includes user controls, customer server controls, client–side JavaScript, and GDI+.
    * Web services. In an increasingly connected world, working with web services grows in importance. This book will show you how to work with them.
    * ASP.NET AJAX, with an emphasis on comtemporary web development techniques
    * Development using Internet Information Services 7, Microsoft’s premier web hosting platform.
    * And much more.

6 votes, average: 3.5 out of 56 votes, average: 3.5 out of 56 votes, average: 3.5 out of 56 votes, average: 3.5 out of 56 votes, average: 3.5 out of 5
  • 0 Comments
  • In: .NET, ASP, C#, IT eBooks
  • Author : minhkhoi2020
  • Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition

    Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition The most up–to–date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 3.5 in VB 2008 guides you through Microsoft’s latest technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of VB 2008.

    The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you’ll find tips for “best practices” and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to building real–world web sites right from the beginning rather than just faking it with simplified coding practices.

    By the time you’ve finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.

    7 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 5
  • 2 Comments
  • In: .NET, ASP, IT eBooks, Visual Basic, Web Construction
  • Author : minhkhoi2020
  • Beginning ASP .NET 3.5 in C# 2008 from Novice to Professional 2nd Edition

    Beginning ASP .NET 3.5 in CSharp 2008 from Novice to Professional, Second Edition

    The most up–to–date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 3.5 in C# 2008 guides you through Microsoft’s latest technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of C#.

    The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you’ll find tips for “best practices” and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to building real–world web sites right from the beginning—rather than just faking it with simplified coding practices.

    By the time you’ve finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.

    4 votes, average: 3.25 out of 54 votes, average: 3.25 out of 54 votes, average: 3.25 out of 54 votes, average: 3.25 out of 54 votes, average: 3.25 out of 5
  • 1 Comment
  • In: .NET, ASP, C#, IT eBooks, Web Construction
  • Author : minhkhoi2020
  • Pro LINQ: Language Integrated Query in C# 2008

    Language Integrated Query in C# 2008

     LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers. For more information about LINQ, you can check out the author’s portal at www.linqdev.com.

    Pro LINQ: Language Integrated Query in C# 2008 is all about code.

    Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

    Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

    Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

    Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008.

    5 votes, average: 4.8 out of 55 votes, average: 4.8 out of 55 votes, average: 4.8 out of 55 votes, average: 4.8 out of 55 votes, average: 4.8 out of 5
  • 0 Comments
  • In: .NET, C#, Database, IT eBooks
  • Author : minhkhoi2020
  • Accelerated C# 2008

    Accelerated C# 2008

    C# 2008 offers powerful new features, and Accelerated C# 2008 is the fastest path to mastering them, and the rest of C#, for both experienced C# programmers moving to C# 2008 and programmers moving to C# from another object-oriented language. Many books introduce C#, but very few also explain how to use it optimally with the .NET common language runtime (CLR). This book teaches both core C# language concepts and how to wisely employ C# idioms and object-oriented design patterns to exploit the power of C# and the CLR.
    This book is both a rapid tutorial and a permanent reference. You’ll quickly master C# syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code C# when this book will show you how to do things the right way, right from the start?

        * Comprehensively and concisely explains both C# 2005 and C# 2008 features
        * Focuses on the language itself and on how to use C# 2008 proficiently for all .NET application development
        * Concentrates on how C# features work and how to best use them for robust, high-performance code.

    What you’ll learn
        o How C# works with and exploits the CLR
        o How to use arrays, collections, and iterators
        o How to handle events with delegates and anonymous functions
        o How to design and use generic types and methods
        o How to thread efficiently and robustly
        o How the new C# 2008 anonymous types, lamba expressions, and extension methods work and how to use them

    Who is this book for?
    If you’re an experienced C# programmer, you need to understand how C# has changed with C# 2008. If you're an experienced object-oriented programmer moving to C#, you want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present C# fundamentals, for those new to or reviewing C#. The rest of the book covers all the major C# features, in great detail, explaining how they work and how best to use them. Whatever your background or need, you'll treasure this book for as long as you code in C# 2008.

    10 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 510 votes, average: 3.6 out of 5
  • 0 Comments
  • In: .NET, C#, IT eBooks, Object Oriented, Windows
  • Author : minhkhoi2020
  • GIS for Web Developers: Adding ‘Where’ to your Web Applications

    GIS for Web Developers: Adding ‘Where’ to your Web ApplicationsThere is a hidden revolution going on: geography is moving from niche to the mainstream. GIS for Web Developers introduces Geographic Information Systems (GIS) in simple terms and demonstrates hands-on uses. With this book, you’ll explore popular websites like maps.google.com, see the technologies they use, and learn how to create your own. Written with the usual Pragmatic Bookshelf humor and real-world experience, GIS for Web Developers makes geographic programming concepts accessible to the common developer.

    This book will demystify GIS and show you how to make GIS work for you. You’ll learn the buzzwords and explore ways to geographically-enable your own applications. GIS is not a fundamentally difficult domain, but there is a barrier to entry because of the industry jargon. This book will show you how to “walk the walk” and “talk the talk” of a geographer. You’ll learn how to find the vast amounts of free geographic data that’s out there and how to bring it all together. Although this data is free, it’s scattered across the web on a variety of different sites, in a variety of incompatible formats. You’ll see how to convert it among several popular formats?including plain text, ESRI Shapefiles, and Geography Markup Language (GML). With this book in hand, you’ll become a real geographic programmer using the Java programming language. You’ll find plenty of working code examples in Java using some of the many GIS-oriented applications and APIs. You’ll be able to:
        * Find free sources of GIS data on the web
        * Browse GIS data using open source desktop viewers
        * Manipulate GIS data programmatically
        * Store and retrieve data using geographically-enabled databases
        * Explore free web toolkits like Google Maps
        * Publish and consume web services using Open Geospatial Consortium (OGC) interfaces

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 2 Comments
  • In: IT eBooks, Network, Web Construction
  • Author : minhkhoi2020
  • Silverlight 1.0

    Front Cover of Silverlight 1.0

     Silverlight–the hot new web technology based on the powerful WPF graphics platform that ships with Windows Vista–is the web developer's choice for creating cross-platform interactive applications that work in multiple browsers. This one-of-a-kindreference shows you, with full-color illustrations, how to create rich interactive apps with Silverlight.

    In these color-filled pages, a crack team of Wrox experts gives you a comprehensive introduction to Silverlight. You'll see the vivid graphics and video images you can achieve. You will learn to use the component languages, tools, and techniques of Silverlight to create applications that enhance the user experience. You'll also discover how to leverage existing technologies, such as JavaScript(r), XAML, ASP.NET, and AJAX, and incorporate them with development tools like Visual Studio(r), Expression(r) Encoder, and Expression Blend. Soon you'll be building everything from basic static pages to Internet applications that integrate rich media and animation.

    4 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 5
  • 0 Comments
  • In: IT eBooks, Silverlight
  • Author : minhkhoi2020
  • Cyber Crime Investigator’s Field Guide

    Front Cover of Cyber Crime Investigator's Field Guide

    Long gone are the days when a computer took up an entire room. Now we have computers at home, laptops that travel just about anywhere, and data networks that allow us to transmit information from virtually any location in a timely and efficient manner. What have these advancements brought us? Another arena for criminal activity. If someone wants to focus and target something, more than likely they will obtain what they want. We shouldn't expect it to be any different in cyberspace.Cyber Crime Field Handbook provides the details of investigating computer crime from soup to nuts. It covers everything from what to do upon arrival at the scene until the investigation is complete, including chain of evidence. You get easy access to information such as:oQuestions to ask the clientoSteps to follow when you arrive at the client's siteoProcedures for collecting evidenceoDetails on how to use various evidence collection and analysis toolsoHow to recover lost passwords or documents that are password protectedoCommonly asked questions with appropriate answersoRecommended reference materialsoA case study to see the computer forensic tools in actionoCommonly used UNIX/Linux commandsoPort number references for various services and applicationsoComputer forensic software tools commands synopsisoAttack signaturesoCisco PIX firewall commandsWe now have software and hardware to protect our data communication systems. We have laws that provide law enforcement more teeth to take a bite out of cyber crime. Now we need to combine understanding investigative techniques and technical knowledge of cyberspace. That's what this book does. Cyber Crime Field Handbook provides the investigative framework, a knowledge of how cyberspace really works, and the tools to investigate cyber crime…tools that tell you the who, where, what, when, why, and how.

    4 votes, average: 2.5 out of 54 votes, average: 2.5 out of 54 votes, average: 2.5 out of 54 votes, average: 2.5 out of 54 votes, average: 2.5 out of 5
  • 2 Comments
  • In: IT eBooks, Miscelleanous, Security
  • Author : minhkhoi2020
  • Beginning C# 2008: From Novice to Professional

    Beginning C# 2008: From Novice to Professional This book is for anyone who wants to write good C# 2008 code – even if you have never programmed before.

    Writing good code can be a challenge, there are so many options, especially in a language like C#. If you want to really get the best from a programming language you need to know which features work best in which situations and understand their strengths and weaknesses. It is this understanding that makes the difference between coding and coding well.

    Beginning C# 2008 has been written to teach you how to use the C# programming language to solve problems. From the earliest chapters, and from the first introductory concepts, you' ll be looking at real-world programming challenges and learning how C# can be used to overcome them. As you progress through the book the problems become more involved and interesting while the solutions become correspondingly more complex and powerful as C# features interact to achieve the results that you want.

    By the time you've finished reading this book and worked through the sample exercises, you'll be a confident and very competent C# programmer. You will still have many explorations of the .NET Framework API to look forward to in your future career, but you will have a firm foundation to build from and you will know exactly where to go to find the things that you need to progress confidently in your projects.

    6 votes, average: 2.83 out of 56 votes, average: 2.83 out of 56 votes, average: 2.83 out of 56 votes, average: 2.83 out of 56 votes, average: 2.83 out of 5
  • 0 Comments
  • In: .NET, C#, IT eBooks
  • Author : minhkhoi2020
  • Silverlight 1.0 Unleashed

    Silverlight 1.0 UnleashedSilverlight is a lightweight but powerful plug-in for multiple web browsers on multiple operating systems that makes it easier than ever to create rich web-based content, applications, and controls. With support for vector graphics, animations, full-screen high-definition video, and more, Silverlight gives you the ability to create more compelling content than you dreamed possible for Windows, Mac OS X, and Linux. Silverlight provides much of the power of Windows Presentation Foundation, but with less overhead and easy integration with HTML and AJAX-style applications. Silverlight 1.0 Unleashed is the authoritative book that covers the technology in a practical and approachable fashion, authored by Silverlight guru and Microsoft developer Adam Nathan.

    3 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 5
  • 0 Comments
  • In: IT eBooks, Silverlight
  • Author : minhkhoi2020