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


Archive for the '.NET' Category

Essential ASP.NET With Examples in C#

 Essential ASP.NET With Examples in C#The Microsoft .NET Framework is exactly what its name implies: A general system onto which a lot of application-specific technologies are stuck. Essential ASP.NET With Examples in C# assumes you know something about the .NET way of doing things, and want to know more about how you can use its ASP.NET facet to implement robust and stylish Web applications. Fritz Onion, in a manner typical of this series, introduces key ASP.NET concepts logically, and with lots of code listings that make it clear how the concepts should be translated into reality. The truth be told, Onion excels at combining conceptual information with practical examples. This is unusual among writers of technical books, who tend to be good at (at best) one or the other.
Typically, the author approaches a capability of ASP.NET–validation of submitted form data, say–by presenting a quick summary of the problem and then attacking it (or components of it) with code. The code segments (which tend not to be too long, and so relatively easy to trace and comprehend) are then dissected, and special attention called to details of particular interest to the local problem. It's a great way to learn if you already have a grasp of the basics, as you can either go hands-on with your own system or absorb the author's wisdom through the book alone.

3 votes, average: 3.33 out of 53 votes, average: 3.33 out of 53 votes, average: 3.33 out of 53 votes, average: 3.33 out of 53 votes, average: 3.33 out of 5
  • 2,916 views
  • 2 Comments
  • In: .NET, ASP, C#, IT eBooks
  • Author : llaseri
  • Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NETThis handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries.

    This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings.

    3 votes, average: 4.67 out of 53 votes, average: 4.67 out of 53 votes, average: 4.67 out of 53 votes, average: 4.67 out of 53 votes, average: 4.67 out of 5
  • 6,323 views
  • 0 Comments
  • In: .NET, C/C++, IT eBooks, Java, PHP, Python, Ruby
  • Author : tech-geek
  • Professional C# Programmer To Programmer, 3rd Edition (with source code)

    book cover

    C# is designed to work with .NET to provide a new framework for programming on the Windows platform. This comprehensive reference prepares you to program in C#, while at the same time providing the necessary background in how the .NET architecture works.

    This book will equip you to program in C#, while at the same time provide the necessary background in how the .NET architecture works. We will not only cover the fundamentals of the C# language but also go on to give examples of applications that use a variety of related technologies, including database access, dynamic Web pages, advanced graphics, and directory access. The only requirement is that you be familiar with at least one other high-level language used on Windows—either C++, Visual Basic, or J++.

    In this all-new third edition, you’ll be introduced to the fundamentals of C# and find updated coverage of application deployment and globalization. You’ll gain a working knowledge of the language and be able to apply it in the .NET environment, build Windows forms, access databases with ADO.NET, write components for ASP.NET, take advantage of .NET support for working with COM and COM+, and much more.

    This book is for experienced developers who are already familiar with C++, Visual Basic, or J++. No prior knowledge of C# is required.

    2 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 52 votes, average: 5 out of 5
  • 3,837 views
  • 1 Comment
  • In: .NET, C#, IT eBooks
  • Author : ganelon
  • Professional Crystal Reports For Visual Studio .NET 2nd Ed. (+source code)

    book cover

    Welcome to the second edition of Professional Crystal Reports for Visual Studio .NET. Crystal Reports is one of the world’s leading software packages for creating interactive reports that can be integrated into a wide range of Windows and Web applications. With more than four million licenses shipped, Crystal Reports is the leader among Windows report writers. Crystal Reports has been in the Visual Studio box since 1993, but with the introduction of Visual Studio .NET 2002, a new version, Crystal Reports .NET, was integrated more closely than ever before. And with the release of Visual Studio .NET 2003, the bar has been raised even higher, with tighter integration and more reporting options. This book will detail the functionality provided with Crystal Reports for Visual Studio .NET 2003 and how, when, and where you should integrate reports into your .NET applications.

    This book does not attempt to be all-inclusive, and it will not teach basic .NET techniques. To be able to deliver a functional guide to Crystal Reports for Visual Studio .NET, we assume that you have a grasp of essential programming techniques — in this case, a knowledge of programming in Visual Basic .NET and experience using Visual Studio .NET — and that you can apply these skills to a new technology.

    This book is for programmers who want a comprehensive guide to the functionality included with Crystal Reports for Visual Studio .NET. It’s assumed that you have some knowledge of .NET and experience with Visual Studio .NET.

    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
  • 3,414 views
  • 1 Comment
  • In: .NET, Database, IT eBooks, Software Development
  • Author : ganelon
  • Visual C++ .NET Optimization with Assembly Code (with source code)

    book cover

    Describing how the Assembly language can be used to develop highly effective C++ applications, this guide covers the development of 32-bit applications for Windows. Areas of focus include optimizing high-level logical structures, creating effective mathematical algorithms, and working with strings and arrays. Code optimization is considered for the Intel platform, taking into account features of the latest models of Intel Pentium processors and how using Assembly code in C++ applications can improve application processing. The use of an assembler to optimize C++ applications is examined in two ways, by developing and compiling Assembly modules that can be linked with the main program written in C++ and using the built-in assembler. Microsoft Visual C++ .Net 2003 is explored as a programming tool, and both the MASM 6.14 and IA-32 assembler compilers, which are used to compile source modules, are considered.

    As one of the most powerful development tools, the Microsoft Visual C++ .NET development environment offers the programmer a wide variety of features for the development of applications of any type and level of complexity. Nevertheless, most serious applications are written with much manual work. This is because none of the high-level language development tools can provide maximum performance. This is the truth based on the structure and semantics of high-level languages.

    A possible solution to the application optimization problem is the use of assembly language. Note that it is possible to write an application without using this language. There are many programs that do not require optimization. However, with regard to real-time applications, device drivers, multimedia applications, sound processing applications, graphics applications, and any applications, for which the time of execution is important, the use of assembly language is inevitable because no other optimization method will work.

    7 votes, average: 4.71 out of 57 votes, average: 4.71 out of 57 votes, average: 4.71 out of 57 votes, average: 4.71 out of 57 votes, average: 4.71 out of 5
  • 4,705 views
  • 4 Comments
  • In: .NET, C/C++, IT eBooks
  • Author : ganelon
  • Fast Track Visual Basic .NET (with source code)

    book cover

    This book is targeted at experienced Visual Basic 6 developers who are looking toward the future – Microsoft's .NET platform and its associated Framework. The aim of this book is bring VB6 developers quickly up to speed in these (and other) new important features of Visual Basic .NET.

    This book covers not only a new version of Visual Basic, but also the new programming platform on which it runs. It is aimed at developers with a good working knowledge of VB, or ASP and VBScript. No attempt is made at providing a tutorial about the VB language, other than comparisons between VB6 and Visual Basic .NET code techniques, so a good familiarity with VB6 (or at least VBA or VBScript) is necessary to get the full benefit from this book.

    This book will also appeal to web developers who are using ASP.NET and intend to use the VB language when developing their ASP.NET sites. The level of integration between ASP.NET and Visual Basic .NET far exceeds that between ASP and VB6, and a comprehensive understanding of Visual Basic .NET will be a huge asset to any web developer using ASP.NET.

    2 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 5
  • 2,041 views
  • 1 Comment
  • In: .NET, IT eBooks, Visual Basic
  • Author : ganelon
  • Foundations of F - Apress

    Foundations of F  - Apress

    Functional programming (FP) is the future of .NET programming, and F# is
    much more than just an FP language. Every professional .NET programmer
    needs to learn about FP, and there's no better way to do it than by
    learning F#–and no easier way to learn F# than from Foundations of F#.
    If you're already familiar with FP, you'll find F# the language you've
    always dreamed of. And all .NET programmers will find F# an exciting
    real-world alternative to C# and Visual Basic. This book is likely to
    have many imitators, but few true competitors. Written by F# evangelist
    Rob Pickering, and tech reviewed by F#'s main designer, Don Syme, this
    is an elegant, comprehensive introduction to all aspects of the language
    and an incisive guide to using F# for real-world professional
    development. F# is the future of programming (not just on .NET), and the
    future is now.

    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
  • 1,170 views
  • 0 Comments
  • In: .NET, IT eBooks
  • Author : mrblue
  • Visual C# 2005 - How To Program 2nd Ed. (with source code)

    book cover

    Learn how to build winning C# applications, start to finish, using the Deitels' proven methodology and signature Live-Code Approach! This new edition includes extensive use of Visual Studio 2005's new visual programming tools that tremendously reduce the amount of code programmers need to write in ADO.NET and ASP.NET applications. With these new tools, programmers can develop powerful ADO.NET and ASP.NET applications quickly and easily.

    You'll start with an introduction to C# and Visual C# 2005 Express. After examining methods and arrays, the Deitels present an in-depth introduction to object-oriented programming. They introduce powerful exception handling techniques for building mission critical software; followed by in-depth coverage of C#-based GUI development. Coverage also includes: multithreading; strings, characters; regular expressions; graphics; files and streams; and more.

    Next, you'll extend your C# applications to leverage XML and .NET, as you master ADO.NET database access and ASP.NET Web services delivery. An integrated, optional ATM case study teaches object-oriented design with UML(tm) 2.0 while a new GradeBook case study aids in the discussion of early classes and objects. From networking to security, the Deitels present hundreds of expert tips on good programming practices, avoiding errors, maximizing performance, testing, and debugging.

    9 votes, average: 4 out of 59 votes, average: 4 out of 59 votes, average: 4 out of 59 votes, average: 4 out of 59 votes, average: 4 out of 5
  • 9,291 views
  • 5 Comments
  • In: .NET, C#, IT eBooks
  • Author : ganelon
  • ASP.NET Website Programming, C# Edition (with source code)

    book cover

    Welcome to ASP.NET Website Programming. In this book we will build an interactive, content-based website using expandable, interchangeable modules. By the end of the book you will have developed your ASP.NET skills for producing effective, well-engineered, extendable websites.

    ASP.NET is a great tool for building websites. It contains many built-in features that would take thousands of lines of code in classic ASP. And it does not require admin rights in order to deploy compiled components - your whole site can be deployed in one folder.

    This book will guide you through the bewildering features available to ASP.NET developers, highlighting the most useful and exciting.

    The book concentrates on websites that focus on content. It does not show how to produce an e-commerce system, although a lot of the advice will apply to e-commerce sites. We could add a shopping basket module using the same foundations, for example.

    This book is different to most Wrox books, because we build a single working website throughout the book. However, each chapter stands alone and shows how to develop individual modules, which you can adapt for your own websites. We also suggest a framework that allows us to create modules and slot them in to the website quickly and easily.

    The book is for developers who have a reasonable knowledge of ASP.NET, and want to apply that knowledge to building websites. You will get the most from this book if you have read a decent amount of Wrox's Beginning ASP.NET using C#, or Professional ASP.NET and a C# book.

    6 votes, average: 3.67 out of 56 votes, average: 3.67 out of 56 votes, average: 3.67 out of 56 votes, average: 3.67 out of 56 votes, average: 3.67 out of 5
  • 6,378 views
  • 4 Comments
  • In: .NET, ASP, C#, IT eBooks, Web Construction
  • Author : ganelon
  • C#: Your Visual Blueprint for Building .Net Applications

    C#: Your Visual Blueprint for Building .Net Applications

    Each step in this book is displayed with callouts to help you see exactly where the action takes place on the screen. This book covers over 100 tasks, including using attributes, operators, and classes; documenting code with XML, using arrays, building forms, programming Web services, using Windows designers and macros, troubleshooting, and editing.

    Covers over 100 tasks, including using attributes, operators, and classes; documenting code with XML, using arrays, building forms, programming Web services, using Windows designers and macros, troubleshooting and editing.

    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,301 views
  • 0 Comments
  • In: .NET, C#, IT eBooks
  • Author : tech-geek