C# in a Nutshell

21 ноября 2010
C# in a Nutshell was inevitable, much like the dawn or your liability for income tax. As the C# language has gathered speed — it’s one of the languages that Microsoft encourages you to use for .NET development — its users have anticipated the release of an authoritative reference for the language and its key APIs.Показать полностьюC# in a Nutshell was inevitable, much like the dawn or your liability for income tax. As the C# language has gathered speed — it’s one of the languages that Microsoft encourages you to use for .NET development — its users have anticipated the release of an authoritative reference for the language and its key APIs. That’s what this book is: a reference, meant to give you a few chapters on basic structure and syntax before launching into categorized and alphabetized listings of classes and their members. It’s sufficiently well written and organized that, given experience with other distributed application environments and some knowledge of .NET, you could learn the language from this book alone. However, this is not a tutorial for people new to Microsoft programming, or new to network computing. The syntax guide is clear and concise, with brief statements of what operators, data structures, and syntax elements are for. There also are examples (both generic and with illustrative data) in this section. The API reference is organized by namespace (System, System.Collections, System.Reflection, System.Xml, and so on), with each section containing an alphabetical list of members. Each listing includes syntax guides to the element’s constructors, methods, and properties, as well as a hierarchy statement and lists of other classes from which instances of the current member is returned and to which it is passed. Don't look for examples in the API reference, but the author’s prose statements of what classes are for should help you along the way to a working application. Topics covered: The key System namespaces of the C# programming language and their most important members, covered in API reference format. Sections deal with (among others) System, System.Collections, System.Net, System.Net.Sockets, System.Runtime.Interopservices, and System.Xml. There’s also a syntax guide and references to regular expressions and data marshaling in the C# language.
автор новостиroot разделВычислительная техника Просмотров: 111 Коментариев: 0

Microsoft Visual C# 2005 Express Edition Programming For The Absolute Beginner

21 ноября 2010
Microsoft Visual C# 2005 Express Edition Programming for the Absolute Beginner provides beginner programmers with programming instruction using Visual C# 2005 Express Edition as a foundation language.Показать полностьюMicrosoft Visual C# 2005 Express Edition Programming for the Absolute Beginner provides beginner programmers with programming instruction using Visual C# 2005 Express Edition as a foundation language. Written for the entry-level, non-professional programmer, the book assumes no prior programming or scripting experience. Written in a straight-forward style, using a games-based approach that makes learning beginning-level programming fun and easy, Microsoft Visual C# 2005 Express Edition Programming for the Absolute Beginner is the perfect introductory programming book.
автор новостиroot разделВычислительная техника Просмотров: 137 Коментариев: 0

Beginning C# Objects: From Concepts to Code

21 ноября 2010
This book addresses the two fundamental concepts that programmers must grasp in order to write a professional object-oriented C# application, then introduces object terminology so you can translate an object model into C# code with ease.
автор новостиroot разделВычислительная техника Просмотров: 111 Коментариев: 0

Distributed .NET Programming in C#

21 ноября 2010
Presents information using a style that has been tested while teaching professional developers Covers distributed programming with .NET remoting and Web services Written by an experienced trainer at Intertech, Inc., a leader in hands-on workshops for enterprise Web developers With the release of .NET, Microsoft has once again altered the distributed programming landscape.Показать полностьюPresents information using a style that has been tested while teaching professional developers Covers distributed programming with .NET remoting and Web services Written by an experienced trainer at Intertech, Inc., a leader in hands-on workshops for enterprise Web developers With the release of .NET, Microsoft has once again altered the distributed programming landscape. Almost everything has changed, from data access to remote object calls to the deployment of software components. And, of course, .NET introduces a new technology in XML Web services that may revolutionize Web development. Distributed .NET Programming in C# describes how to use these new .NET technologies to build fast, scalable, and robust distributed applications. Along the way, it answers common questions, such as, How do I use the .NET Remoting Framework? What role does COM+ play in the .NET universe? How can I interoperate with COM components? What’s the difference between .NET Remoting and Web services? How will these changes affect the architecture and design of a distributed application? Tom Barnaby assumes the reader is already familiar with the fundamentals of .NET. However, a .NET overview is provided to concisely explain several of the core .NET technologies that are essential for disturbed programming, including building, versioning, and deploying assemblies; garbage collection; serialization; and attribute-based programming.
автор новостиroot разделВычислительная техника Просмотров: 112 Коментариев: 0

C# COM+ Programming

21 ноября 2010
C# COM+ Programming is a must-have for developers already working with COM+ who are ready to transition to the .NET Platform. You will be able to take your existing skills as a COM+ component programmer into the .NET Framework quickly and easily.
автор новостиroot разделВычислительная техника Просмотров: 122 Коментариев: 0

C# Network Programming

21 ноября 2010
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.Показать полностью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.
автор новостиroot разделВычислительная техника Просмотров: 118 Коментариев: 0

Windows Forms Programming with C#

21 ноября 2010
In the .NET environment, GUI elements like menus, buttons, lists, trees--and of course the window itself--are created and deployed using the new Windows Forms framework.Показать полностьюIn the .NET environment, GUI elements like menus, buttons, lists, trees--and of course the window itself--are created and deployed using the new Windows Forms framework. Windows Forms is an object-oriented set of classes that offers an effective, modern programming environment for rich Windows applications development. Intended for beginner and intermediate programmers willing to get their hands dirty, this book teaches by example. Step-by-step instructions guide the reader through the entire Windows Forms namespace. Examples build around a common theme, collectively developing a real-world application. The book covers fundamentals like labels, menus, buttons, as well as advanced concepts like owner-drawn lists, explorer-style interfaces, customized data binding, and the integration of the Microsoft web browser control into a Windows program. Appendices include a 30-page reference to the C# language and a handy visual index of the Windows Forms classes.
автор новостиroot разделВычислительная техника Просмотров: 111 Коментариев: 0

C# Your visul blueprint for building .Net appliction

21 ноября 2010
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.
автор новостиroot разделВычислительная техника Просмотров: 100 Коментариев: 0

C#: Your Visual Blueprint for Building .Net Applications

21 ноября 2010
Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 100 key C# programming tasks, including: Employing class inheritance Including event-handling methods Authoring a component Working with strings Declaring abstract properties Adding Web forms and controls Adding multidimensional arrays Processing XML comments Creating workgroup-enabled applications Managing the integrated debugger Extra Apply It “Apply It” and “Extra” sidebars highlight useful tips High-resolution screen shots demonstrate each task Succinct explanations walk you through step by step Two-page lessons break big topics into bite-sized modules .NET development tools on CD-ROM! TextPad and Antechinus C# Editor shareware Trial versions of VMWare Workstation and MineC#sweeper Plus all sample code and an e-version of the book System requirements: PC running Windows 98 or later.Показать полностьюWelcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 100 key C# programming tasks, including: Employing class inheritance Including event-handling methods Authoring a component Working with strings Declaring abstract properties Adding Web forms and controls Adding multidimensional arrays Processing XML comments Creating workgroup-enabled applications Managing the integrated debugger Extra Apply It “Apply It” and “Extra” sidebars highlight useful tips High-resolution screen shots demonstrate each task Succinct explanations walk you through step by step Two-page lessons break big topics into bite-sized modules .NET development tools on CD-ROM! TextPad and Antechinus C# Editor shareware Trial versions of VMWare Workstation and MineC#sweeper Plus all sample code and an e-version of the book System requirements: PC running Windows 98 or later. See the "What’s on the CD-ROM" appendix for details and complete system requirements.
автор новостиroot разделВычислительная техника Просмотров: 104 Коментариев: 0

C# for Java Programmers

21 ноября 2010
This guide builds on what Java programmers already know about object- oriented languages to help them master C# and the .NET framework. After an overview of the C# language, chapters cover language fundamentals, programming structures, object-oriented programing, multithreading, working with I/O streams, Web development, and the Java User Migration Path.Показать полностьюThis guide builds on what Java programmers already know about object- oriented languages to help them master C# and the .NET framework. After an overview of the C# language, chapters cover language fundamentals, programming structures, object-oriented programing, multithreading, working with I/O streams, Web development, and the Java User Migration Path. Bagnall is a Sun Certified Java Programmer and developer.
автор новостиroot разделВычислительная техника Просмотров: 99 Коментариев: 0

Visual Studio Tools for Office: Using C# with Excel, Word, Outlook, and InfoPath

21 ноября 2010
Visual Studio Tools for Office is both the first and the definitive book on VSTO 2005 programming, written by the inventors of the technology. VSTO is a set of tools that allow professional developers to use the full power of Visual Studio .NET and the .NET Framework to put code behind Excel 2003, Word 2003, Outlook 2003, and InfoPath 2003.Показать полностьюVisual Studio Tools for Office is both the first and the definitive book on VSTO 2005 programming, written by the inventors of the technology. VSTO is a set of tools that allow professional developers to use the full power of Visual Studio .NET and the .NET Framework to put code behind Excel 2003, Word 2003, Outlook 2003, and InfoPath 2003. VSTO provides functionality never before available to the Office developer: data binding and data/view separation, design-time views of Excel and Word documents inside Visual Studio, rich support for Windows Forms controls in a document, the ability to create custom Office task panes, server-side programming support against Office, and much more. Carter and Lippert cover their subject matter with deft insight into the needs of .NET developers learning VSTO. This book * Explains the architecture of Microsoft Office programming and introduces the object models * Teaches the three basic patterns of Office solutions: Office automation executables, Office add-ins, and code behind a document * Explores the ways of customizing Excel, Word, Outlook, and InfoPath, and plumbs the depths of programming with their events and object models * Introduces the VSTO programming model * Teaches how to use Windows Forms in VSTO and how to work with the Actions Pane * Delves into VSTO data programming and server data scenarios * Explores .NET code security and VSTO deployment Advanced material covers working with XML in Word and Excel, developing COM add-ins for Word and Excel, and creating Outlook add-ins with VSTO.
автор новостиroot разделВычислительная техника Просмотров: 150 Коментариев: 0

C# Class Design Handbook: Coding Effective Classes

21 ноября 2010
The mission of the C# Class Design Handbook is to provide you with a critical understanding of designing classes, making you better equipped to take full advantage of C#’s power to create robust, flexible, reusable classes.Показать полностьюThe mission of the C# Class Design Handbook is to provide you with a critical understanding of designing classes, making you better equipped to take full advantage of C#’s power to create robust, flexible, reusable classes. This comprehensive guide lifts the lid on syntax and examines what’s really going on behind the scenes. Specific topics include the role of types in .NET, the different kinds of types C# can create, the fundamental role of methods as containers of program logic, and the workings behind .NET’s delegate-based event system. It will also show you how to control and exploit inheritance in your types and how to create logical and physical code organization through namespaces and assemblies. Designing classes that don’t have to be revisited and revised over and over again is an art. This handbook aims to put that art in your hands, giving you a deeper understanding of the decisions you must make to design classes, and design them effectively.
автор новостиroot разделВычислительная техника Просмотров: 129 Коментариев: 0

Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice To Professional

21 ноября 2010
You will learn how to build a complete e-commerce web site, following the entire design and build process. The website will be constructed following industry best practices in a modular mannerandemdash;with a new module introduced and completed in each chapter.
автор новостиroot разделВычислительная техника Просмотров: 122 Коментариев: 0

Visual C# .NET Programming

21 ноября 2010
The aim of this book is to teach you and other experienced programmers the most effective ways to program using the C# language in the environment it was designed for, the .NET Framework.Показать полностьюThe aim of this book is to teach you and other experienced programmers the most effective ways to program using the C# language in the environment it was designed for, the .NET Framework. To this end, the book offers plenty of strong opinions and pays special attention to one of .NET’s most prominent features: web services. Right out of the chute, you’ll build a simple web service and create an application that consumes it, quickly gaining a basic familiarity with the resources Microsoft has placed at your disposal. Then, with this practical introduction under your belt, you’ll delve into the details of C# and its relationship with .NET—details that, by the end of the book, will enable you to tackle a wide variety of sophisticated programming challenges and accomplish many other things, as well. You’ll learn how to create more effective user interfaces, first for a web service consumer and then for a traditional Windows application. You’ll also get a solid grounding in the world of C# objects and classes, discovering what they make possible within the context of .NET. Then you’ll explore the language itself, beginning with syntax, continuing with arrays, and concluding with the ins and outs of object-oriented programming and string manipulation. Everything comes together in an exploration of the ways you use C# to interact with the world at large: working with files and serializing objects, creating messaging programs, and using XML and ADO.NET to interact with databases. By that point, you’ll be adept at using the C# interface and help system, and you’ll be well on your way in the new world of .NET programming.
автор новостиroot разделВычислительная техника Просмотров: 128 Коментариев: 0

C# 2005 For Dummies

21 ноября 2010
The book is aimed at novice programmers with no prior C# programming experience and begins with creating your first C# program then moves into C# and OO programming fundamentals, Windows programming and coverage of generics.Показать полностьюThe book is aimed at novice programmers with no prior C# programming experience and begins with creating your first C# program then moves into C# and OO programming fundamentals, Windows programming and coverage of generics. The book is divided into sections including: * Creating your first C# program – gets the reader creating and Windows and Console application immediately. * Basic C# programming – variables, operators * Object – based programming — classes and arrays, class methods for C# * Object-oriented programming – OO primer, inheritence, handling C# files, exceptions * Windows Programming – Creating Windows applications with C# and Visual Studio * Part of 10’s – Debugging, errors, and C#, C++ and Java comparisons.
автор новостиroot разделВычислительная техника Просмотров: 114 Коментариев: 0

Visual C# How to Program

21 ноября 2010
Learn how to build winning C# applications, start to finish, using the Deitels' proven methodology and signature Live-Code(tm) 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.Показать полностьюLearn how to build winning C# applications, start to finish, using the Deitels' proven methodology and signature Live-Code(tm) 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. For beginning programmers, and for developers experienced with traditional languages who want to master C# quickly.
автор новостиroot разделВычислительная техника Просмотров: 110 Коментариев: 0

C# Bible

21 ноября 2010
C# Bible will show you how to write code using this brand new language. Language constructs such as statements, variables, control loops, and classes are all covered.Показать полностьюC# Bible will show you how to write code using this brand new language. Language constructs such as statements, variables, control loops, and classes are all covered. In addition, the book will show you how to apply C# to programming tasks that developers often face in the real world. The final portions of the book will show you how to use C# to develop Web sites, access databases, work with legacy COM and COM+ objects, develop Windows desktop applications, work with various .NET Framework concepts, and more.
автор новостиroot разделВычислительная техника Просмотров: 97 Коментариев: 0

C# Bible

21 ноября 2010
100omprehensive, the C# Bible will have even beginning programmers up and running with Microsoft’s new C# language quickly and easily. But this title does not stop at just presenting the C# language — it teaches practical application development in the new .NET Framework.Показать полностью100omprehensive, the C# Bible will have even beginning programmers up and running with Microsoft’s new C# language quickly and easily. But this title does not stop at just presenting the C# language — it teaches practical application development in the new .NET Framework. Starting at ground zero, readers will benefit from veteran developer Jeff Ferguson’s insight into topics that include: * Background of C# * .NET concepts * Defining data with variables * Building containers with arrays * Writing expressions and statements * Object Oriented Programming with C# * Maintaining state with fields * Defining behavior with methods * Building WinForm and WebFom applications * Using C# in ASP.NET * Working with COM
автор новостиroot разделВычислительная техника Просмотров: 102 Коментариев: 0

Sams Teach Yourself Microsoft Visual C# 2005 in 24 Hours, Complete Starter Kit

21 ноября 2010
Looking to break into C# programming? Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit is a valuable resource. You will start by learning the basics of the Visual C# environment and begin to build working programs very quickly.Показать полностьюLooking to break into C# programming? Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit is a valuable resource. You will start by learning the basics of the Visual C# environment and begin to build working programs very quickly. As the programs become more complex, you will discover more of the advanced features of the C# programming language and the Visual C# tool. Set with the practical goal of providing you with a solid foundation from which to grow and develop your C# programming skills, this book is perfect for use in a professional setting or for use with personal projects. The accompanying CD includes Visual C# 2005 Express Edition, a streamlined, easy-to-use development tool that makes Windows programming with C# fun. Jump in with both feet with the help of Sams Teach Yourself Visual C# 2005 in 24 Hours, Complete Starter Kit.
автор новостиroot разделВычислительная техника Просмотров: 180 Коментариев: 0

A programmer’s introduction to C#

21 ноября 2010
Written as an introduction to the new C#, this guide takes the experienced C programmer a few steps beyond the basics. It covers objects, data types, and flow control, and even delves into some background on the new Microsoft NET Frameworks environment.Показать полностьюWritten as an introduction to the new C#, this guide takes the experienced C programmer a few steps beyond the basics. It covers objects, data types, and flow control, and even delves into some background on the new Microsoft NET Frameworks environment. Keeping in mind that this is for those familiar with C (and even Java), the book goes into some of the advanced features and improvements found in this new language. It also offers a comparison between C#, C++, Visual Basic, and Java.
автор новостиroot разделВычислительная техника Просмотров: 216 Коментариев: 0
[ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 ]