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


Archive for the 'C#' Category

Data Structures and Algorithms Using C#

 C# Programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

6 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 5
  • 2,902 views
  • 0 Comments
  • In: C#, IT eBooks
  • Author : Krenko
  • C# Complete

     C# Complete is a one-of-a-kind book–valuable both for its broad content and its low price. Whether you're brand-new to C# programming, are migrating from Visual Basic or Visual C++ to C#, or have already developed some expertise in C#, you'll get the skills you need to become proficient with Microsoft's powerful new language designed for the .NET platform. Creating complex applications in the .NET Framework is made easier with C#–Microsoft's first true object-oriented programming language. In C# Complete, you'll get a clear picture of everything you need to know for developing applications using C#. You'll begin by learning the essential elements of the language and of Visual Studio .NET, in which you'll develop and run programs in a comprehensive integrated development environment. You'll see how to create functional and exciting user interfaces and desktop applications written with C#, and how to incorporate threads to their best advantage. You'll explore the use of ADO.NET classes in development of C# database applications. Chapters on ASP.NET Web Services will walk you through the building of an XML web services application. You'll also visit some advanced topics, including designing with security in mind, overcoming the shortcomings of the .NET Framework, and working with the Microsoft Mobile Internet Toolkit.

    6 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 5
  • 3,158 views
  • 1 Comment
  • In: C#, IT eBooks
  • Author : Krenko
  • Applied C# In Financial Markets

    book cover

    This book is designed to help experienced programmers into the C# language. It covers all the relevant concepts of C# from a finance viewpoint. In the preparation of this book a small standalone futures and options trading application was written to cover all of the sections of C# that are relevant to finance and the code from the application is used throughout the book to illustrate the topics covered.

    The key points covered are focused on building a Windows application in a finance environment. With this in mind there are some sections of C# that have been omitted, for example it is unlikely that C# would be used to connect to exchanges thus in-depth coverage of sockets and TCP/IP package handling has not been included.

    The operators, data types and controls are covered to begin with as they form the core section of programming. Object Oriented programming is dealt with in depth from a practical approach and the commonly used concepts are covered. The emphasis of the book is in applying C# to finance and thus it does not cover each topic to its full depth as there are aspects of C# rarely used in financial applications.

    In addition to the Object Oriented section, ADO.NET and the simpler I/O sections that may apply to a Windows application are covered along with some basic XML as many financial applications share data using XML.

    2 votes, average: 4.5 out of 52 votes, average: 4.5 out of 52 votes, average: 4.5 out of 52 votes, average: 4.5 out of 52 votes, average: 4.5 out of 5
  • 2,219 views
  • 1 Comment
  • In: C#, IT eBooks
  • Author : ganelon
  • Data Structures and Algorithms Using C#

     C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

    1 vote, average: 3 out of 51 vote, average: 3 out of 51 vote, average: 3 out of 51 vote, average: 3 out of 51 vote, average: 3 out of 5
  • 1,398 views
  • 0 Comments
  • In: C#, IT eBooks
  • Author : Krenko
  • OOP with MS Visual Basic .NET and M Visual C# .NET Step by Step (with source code)

    book cover

    This book is designed to teach you the fundamentals of object-oriented programming. You can use this book if you have a basic knowledge of Visual Basic 6, Visual Basic .NET, Visual C#, or another Windows programming language.

    Embark upon object-oriented programming in the .NET era with this straightforward, accessible guide. Progress at your own pace from the basics through advanced OOP concepts with the help of clear instructions, candid reference notes and design tips, and engaging programming examples. Learn how to take full advantage of the objects provided by Visual Basic .NET and Visual C#—or how to create and implement your own objects. In less time than you thought possible, you’ll absorb object-oriented design concepts and terminology and understand how to construct elegant object-oriented programs with two of the most powerful development languages.

    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
  • 5,538 views
  • 0 Comments
  • In: .NET, C#, IT eBooks, Object Oriented, Visual Basic
  • Author : ganelon
  • Apress - Foundations of GTK Development

    Apress - Foundations of GTK  DevelopmentGTK+ is one of the most influential graphical toolkits for the Linux operating system. It is the technology upon which the GNOME and XFCE desktop environments are based, and it's crucial to have clear understanding of its complexities to build even a simple Linux desktop application. Foundations of GTK+ Development guides you through these complexities, laying the foundation that will allow you to cross from novice to professional.

    Foundations of GTK+ Development is aimed at C programmers and presents numerous real-life examples that you can immediately put to use in your projects. Some familiarity with C programming is assumed, as the book delves into new topics from the beginning. Topics like object inheritance are covered early on to allow for complete understanding of code examples later. And the provided examples are real-life situations that can help you get a head start on your own applications.

    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,857 views
  • 0 Comments
  • In: C#, IT eBooks
  • Author : mrblue
  • Pragmatic Unit Testing in C# with NUnit, 2nd Edition

     The NIST estimates that poor testing costs the US economy $60 billion annually. This book gives teams straightforward and proven ways to introduce unit testing into their process, resulting in higher quality and fewer bugs.All over the world, software teams are using unit testing both to verify their code and as a way of helping them design better code. This book is unique in the way it covers two aspects: showing developers both how to test and helping them determine what to test.

    New in the second edition:

    * Updated for NUnit 2.4 (.NET 2.0 and Visual Studio 2005)
    * More assert methods
    * New String and Collection assertion support
    * Better support for multiple-platform development
    * Higher-level setup and teardown fixtures
    * Whole new chapter on extending NUnit
    * and more!

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 2,197 views
  • 0 Comments
  • In: C#, IT eBooks, Software Development
  • Author : AlbaBoi
  • Implementing Security for Applications with MS VB.NET (with source code)

    book cover

    New link was contributed by Ganelon. Thank for his continuous and great contribution.

    This book was created for developers who design, develop, and implement software solutions for Micro$oft Windows–based environments using Micro$oft tools and technologies. It was also created for developers who plan to take the related MCP exam 70-330, “Implementing Security for Applications with Micro$oft Visual Basic .NET,” and exam 70-340, “Implementing Security for Applications with Micro$oft Visual C# .NET.”

    Each chapter addresses an important aspect of development security and a range of exam objectives. The goal of both the objectives and the chapter orientation is to provide a complete guide to Visual C# .NET and Visual Basic .NET development security. The book focuses primarily on the skills necessary to implement security when developing applications and only briefly covers concepts related to network security design and implementing security infrastructure.

    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
  • 3,600 views
  • 6 Comments
  • In: C#, Examinations, IT eBooks, Visual Basic
  • Author : ganelon
  • C# Network Programming - Sybex

     On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you'll find that building network applications is easier and quicker than ever.

    This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and "connectionless" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.

    Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.

    Rounding it all out is plenty of advanced coverage to push your C# network programming skills to the limit. For example, you'll learn two ways to share application methods across the network: using Web services and remoting. You'll also master the security features intrinsic to C# and .NET–features that stand to benefit all of your programming projects.

    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
  • 4,504 views
  • 2 Comments
  • In: C#, IT eBooks
  • Author : AlbaBoi
  • Excel Add-in Development in C/C++: Applications in Finance

     Excel Add-in Development in C/C++: Applications in FinanceExcel is the industry standard for financial modelling, providing a number of ways for users to extend the functionality of their own add-ins, including VB. C/C++. Excel Add-in Development in C/C++ - Applications for Finance is a how-to guide and reference book for the creation of high performance add-ins for Excel in C and C++ for users in the finance industry. Author Steve Dalton explains how to apply Excel add-ins to financial applications with many examples given throughout the book. It covers the relative strengths and weaknesses of developing add-ins for Excel in VB versus C/C++.

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 1,311 views
  • 0 Comments
  • In: C#, C/C++, IT eBooks, Visual Basic
  • Author : -cosmos-