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


Archive for the 'C#' Category

Test-Driven Development in Microsoft .NET

 Learn how to apply the concepts and techniques of Test-Driven Development (TDD) to writing software for Microsoft .NET. Two experts in agile software development teach#151;using a wealth of pragmatic examples in C# and other .NET development tools#151;how to use automated tests to drive lean, efficient coding and better design. You'll focus on .NET-specific issues for TDD, including the best time to employ the inherent features of .NET class libraries and how to use NUnit, a leading unit-testing framework for .NET. And you'll see real-world examples of TDD-for .NET projects, including a Microsoft ADO.NET relational database, a user interface created with Microsoft ASP.NET and Microsoft Windows- Forms, Web services, and other useful applications.

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,194 views
  • 0 Comments
  • In: .NET, C#, IT eBooks
  • Author : -cosmos-
  • Managing Microsoft’s Remote Installation Services

    Managing Microsoft’s Remote Installation ServicesThe authors have been working with Remote Installation Services since its birth in 1999. We are really enthusiastic about working with it. From their experiences from very different customers with very different requirements to their Windows infrastructure environment, they have gained a tremendous deal of experience and in-depth knowledge with Remote Installation Services that other people can benefit from. This includes basic understanding, a lot of theory and best-practices, but also how you can stretch Remote Installation Services to really do what any system or network administrator would require. This information is essential for anyone wishing to implement Remote Installation Services and use the advanced features and tools it contains. There is much more than up grades, adding and deleting programs from a central administrator that can be done In addition it can save the cost adding a costly third party software package like Alteris to the enterprise network. This is the reason that the authors are now gathering all the experience and knowledge, and focusing on forming a single point of entry to everything you must know about Remote Installation Services in form of a book.
    Note based on my (TRS) and reviewers comments the book will be over 320 pages as authors ad numerous consulting client examples and illustrations

    UNIQUE FEATURE:
    Book is excellent companion to Windows and Exchange series and WMI books by Lissoir: Authors are top quality IBM Consultants

    · Gives Network and Systems Administrators real tools to manage up grades, program modifications and system and security related tools
    · Presents a balance of theory and methods with best-practices the authors have developed in their consulting work
    · Shows how an enterprise can save the cost adding a costly third party software package like Alteris to the enterprise network

    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,603 views
  • 0 Comments
  • In: C#, IT eBooks, Others IT eBooks
  • Author : mrblue
  • C# 2005 For Dummies

    cover

    The C# programming language is a powerful, relatively new descendant of the earlier C, C++, and Java languages. Programming with it is a lot of fun, as you’re about to find out in this book.

    The goal of this book is to explain C# to you, but to write actual programs you need a specific coding environment. We’re betting that most readers will be using Microsoft Visual Studio, although we do provide alternatives. In basing the book on Visual Studio, we’ve tried to keep the Visual Studio portions to a reasonable minimum. we could just tell you, “Run your program any way you want,” but instead we may say, “Execute your C# program from Visual Studio by pressing F5.” We want you to be able to focus on the C# language and not on the mechanics of getting simple things to work.

    We’ve made this book as easy to use as possible. Figuring out a new language is hard enough. Why make it any more complicated than it needs to be? The book is divided into six parts. Part I introduces you to C# programming with Visual Studio. This part guides you step by step in the creation of two different types of programs. We strongly encourage you to start here and read these two chapters in order before branching out into the other parts of the book. Even if you’ve programmed before, the basic program framework created in Part I is reused throughout the book.

    4 votes, average: 3.75 out of 54 votes, average: 3.75 out of 54 votes, average: 3.75 out of 54 votes, average: 3.75 out of 54 votes, average: 3.75 out of 5
  • 4,881 views
  • 2 Comments
  • In: C#, IT eBooks
  • Author : ganelon
  • 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,762 views
  • 2 Comments
  • In: .NET, ASP, C#, IT eBooks
  • Author : llaseri
  • 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,687 views
  • 1 Comment
  • In: .NET, C#, IT eBooks
  • Author : ganelon
  • Pragmatic Unit Testing in C Sharp with NUnit

    Pragmatic Unit Testing in C Sharp with NUnitLearn how to improve your C# coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly. This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test–the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available NUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet. With this book you will: write better code, and take less time to write it; discover the tricky places where bugs breed; learn how to think of all the things that could go wrong; test individual pieces of code without having to include the whole project; and test effectively with the whole team. We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas" - along with the fixes - to save you time when problems come up. But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming, or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.

    1 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 5
  • 1,512 views
  • 0 Comments
  • In: C#, 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
  • 8,624 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,074 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,218 views
  • 0 Comments
  • In: .NET, C#, IT eBooks
  • Author : tech-geek
  • Developing Web Applications With ASP.NET And C# (with source code)

    book cover

    This book will take the reader through the process of developing an entire suite of enterprise applications using the .NET Framework. Specifically, we will go in depth on all key aspects of enterprise application development using the full power of ASP.NET and C#.

    Each chapter will explain its topics by example, and at the end of the book, you will have an application that touches on many of the things that can be done in a Web application, and all in the .NET way. We believe that we can help the reader understand the theories behind the features of ASP.NET and, at the same time, give real-world examples that would likely be a part of a large-scale system. As each chapter progresses, we will add functionality to the overall system using the features that are relevant to the chapter.

    In addition, we will include multiple ways of doing things, where applicable, because your applications will have different requirements. We won’t hold back on the .NET Framework either; although the book is specifically for teaching how to write ASP.NET Web apps, we will try to include as much of the base class functionality of .NET as we can while keeping with the overall sample. We will also try to do things in C# that show off the power and features of the language. We won’t try to keep the examples too simple for fear of the reader’s not knowing enough about the particular language. This is a book about C#, too, and it will include many nontrivial examples of the language throughout.

    This book is for programmers looking for an in-depth look at ASP.NET. The concepts and examples provided range from beginner to advanced level.

    All examples in this book were written using Visual Studio .NET, on both Windows 2000 Professional and Windows 2000 Server. Before running any of the examples, make sure Internet Information Services is installed and running.

    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
  • 4,896 views
  • 2 Comments
  • In: .NET, ASP, C#, IT eBooks, Web Construction
  • Author : ganelon