Learn how to put all the built-in power of Microsoft® Visual Studio® .NET 2003 to work with this comprehensive, in-depth programming guide. It drills down into the internal workings of Visual Studio .NET to help you get the most out of its features, editors, and project-management capabilities.Показать полностьюLearn how to put all the built-in power of Microsoft® Visual Studio® .NET 2003 to work with this comprehensive, in-depth programming guide. It drills down into the internal workings of Visual Studio .NET to help you get the most out of its features, editors, and project-management capabilities. You'll see how to extend this rich, integrated development environment to maximize your productivity for any project, no matter where you are in the development cycle—or which language you use. You'll also learn how to use macros and add-ins to simplify your work. Code examples in every chapter show you exactly what to do.
ADO .NET Programming
21 ноября 2010This book dissects the ADO .NET component model and provides real-world examples demonstrating how ADO .NET can be used to manipulate data from different sources
Developing .NET Enterprise Applications
21 ноября 2010Developing .NET Enterprise Applications is a complete guide to building a scalable enterprise application using .NET technologies. Other available books deeply describe individual Framework components, such as database, Windows Forms, or WebForms, but none tie all the technologies into a single scalable application. The transition from learning a language to building an enterprise application is the business and one where the need for “guidebooks” is the largest.Показать полностьюDeveloping .NET Enterprise Applications is a complete guide to building a scalable enterprise application using .NET technologies. Other available books deeply describe individual Framework components, such as database, Windows Forms, or WebForms, but none tie all the technologies into a single scalable application. The transition from learning a language to building an enterprise application is the business and one where the need for “guidebooks” is the largest. When you go from short teaching application to piecing together all the pieces such as interacting with multi-tiers, various back end databases, legacy the problems and techniques needed grow exponentially. Kanalakis' book is designed to make the transition possible.
Professional ASP.NET 2.0 Server Control and Component Development
21 ноября 2010The ASP.NET 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components.Показать полностьюThe ASP.NET 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional ASP.NET 2.0 Server Control and Component Development covers the breadth of server control functionality as well as the rest of the membership, role management, SchemaImporterExtension, and so on – the functionality referred to as components. Written for the experienced ASP.NET developer, Professional ASP.NET 2.0 Server Control and Component Development will show you how to write your first sever control or custom component. The step-by-step coverage drills down to the details of the extensible part of the ASP.NET 2.0 Framework that you need to extend to write the specified type of custom control or component. Rather than present the extensible part as a black box, it presents a detailed step-by-step approach to implement functional replica of the extensible part, discusses the replica’s code in detail, and provides an in-depth coverage of the techniques, tools, and technologies used in the code. From there you get a detailed practical recipe for developing the specified type of custom control or component and book then uses the recipe to implement one or more real-world custom controls or components of the specified type that you can use in your own Web applications. Some of the many types of controls and components you'll learn to build are: * Ajax-enabled controls and components: four chapters on Ajax discuss and use Ajax patterns, ASP.NET 2.0 client callback mechanism, CSS, DOM, XML, and JavaScript to implement a number of Ajax-enabled controls and components. * Web Parts: four chapters on Web Parts in ASP.NET 2.0 develop a number of custom WebPart, EditorPart, CatalogPart, WebPartZone, WebPartChrome, WebPartVerb, WebPartManager, and data-bound WebPart controls. * 5 chapters on ASP.NET 2.0 security, membership, and role management components * 5 chapters on ASP.NET 2.0 tabular and hierarchical data source controls and custom Parameter components * 4 chapters on ASP.NET 2.0 tabular data-bound controls and data control fields * Developing controls and components that can access any type of data store and automate all their data operations such as Delete, Update, Insert, and Sort. * XML Web service, WSDL, Google XML Web service API, SchemaImporterExtension, ISerializable, and CodeDom * XmlReader, XmlWriter, XPathNavigator, DOM, and XmlResolver * Provider-Based Services including how to implement a RSS service provider that can feed RSS from any type of data store such as SQL Server, file system, Web services, and so on * HTTP modules, HTTP handler factories, HTTP handlers, and control builders including developing an HTTP module and an HTTP handler factory that perform URL rewriting and an HTTP handler that generates RSS feeds * User controls and composite and templated custom controls * State management and custom type converters. * Events, IPostBackEventHandler, IPostBackDataHandler, and Page lifecycle
Visual Basic .NET Power Coding
21 ноября 2010Visual Basic® .NET Power Coding is the experienced developer’s guide to mastering advanced Visual Basic .NET concepts. Paul Kimmel saves readers time and money by providing thorough explanations of essential topics so you can quickly begin creating robust programs that have fewer bugs.Показать полностьюVisual Basic® .NET Power Coding is the experienced developer’s guide to mastering advanced Visual Basic .NET concepts. Paul Kimmel saves readers time and money by providing thorough explanations of essential topics so you can quickly begin creating robust programs that have fewer bugs. The author also demonstrates important concepts by using numerous real-world examples that include working code that has been tested against Visual Basic .NET 2003. After a brief review of language idioms the author moves to more advanced techniques that help programmers solve their most challenging problems. Central to advanced development and deployment are chapters on security, Web services, ASP.NET programming, COM Interop, and Remoting. This book also covers thin client programming, which offers businesses a real solution to managing deployment and upgrades with Windows Forms using Reflection and HTTP. An appendix walks readers through migrating Visual Basic 6.0 applications to Visual Basic .NET. A companion Web site includes the complete downloadable source code, extensive reusable examples, and updates from the author. This book can be read cover-to-cover or used as a reference to answer questions faced by experienced VB .NET developers, including: * What can you do with Reflection technology? Chapter 4 * How can you safely incorporate multithreaded behavior into Visual Basic .NET applications? Chapter 6 * How would you serialize objects and implement remoting for distributed projects? Chapter 8 * How do you return an ADO.NET DataSet from a Web Service? Chapter 14 * What are the best practices for securing Webapplications? Chapter 18 Visual Basic® .NET Power Coding empowers developers to exploit all the advanced features of Visual Basic .NET.
ASP.NET Cookbook
21 ноября 2010This new book provides a wealth of solutions to problems commonly encountered when developing ASP.NET web applications in the popular problem-solution-discussion Cookbook format.Показать полностьюThis new book provides a wealth of solutions to problems commonly encountered when developing ASP.NET web applications in the popular problem-solution-discussion Cookbook format. For every problem, there’s a worked-out solution or recipe a short, focused piece of code that web developers can insert directly into their applications. This ultimate ASP.NET code sourcebook will quickly earn the dog-eared corners and coffee rings that mark a web developer’s most valued resource
Developing Microsoft ASP.NET Server Controls and Components
21 ноября 2010This comprehensive guide combines conceptual and architectural details with practical, how-to information and real-world code samples to show how to create custom, reusable, professional-quality server controls with rich design-time functionality.
Best Kept Secrets in .NET
21 ноября 2010Author Deborah Kurata has spoken to .NET user groups all over America sharing her Best Kept Secrets in .NET, and she often hears experienced developers say, "I didn’t know you could do that with .NET!" This book is a collection of Deborah’s insights into .NET secrets that can enhance your productivity and code quality.Показать полностьюAuthor Deborah Kurata has spoken to .NET user groups all over America sharing her Best Kept Secrets in .NET, and she often hears experienced developers say, "I didn’t know you could do that with .NET!" This book is a collection of Deborah’s insights into .NET secrets that can enhance your productivity and code quality. For example, did you know that you could manage code snippets in Visual Studio .NET? Have you ever tried the Incremental Search feature? Have you discovered the ErrorProvider control? Do you know how to short-circuit operators, alias data types, build regular expressions, or improve your type casting? Have you seen all of the database tools available from Server Explorer? Did you know that you could manage your database scripts within Solution Explorer and include your stored procedures under source code control? Have you tried expanding the capabilities of a dataset using ExtendedProperties? With all of the talk about agile methodologies and Extreme Programming, have you tried to build a test harness with .NET? How about deprecating your methods? This book covers these secrets and much more!
Real World .NET Applications
21 ноября 2010Real World .NET Applications consists of six significant .NET applications, each representing one of the major application types: a custom Windows control, an XML document editor, a Pac-Man–style game, a drawing application, an FTP client application, and an ASP.NET online store.Показать полностьюReal World .NET Applications consists of six significant .NET applications, each representing one of the major application types: a custom Windows control, an XML document editor, a Pac-Man–style game, a drawing application, an FTP client application, and an ASP.NET online store. Each application or component is thoroughly documented, starting from coverage of the underlying principles through the architecture and design, and finally the actual implementation of the application.
ASP.NET for Web Designers
21 ноября 2010Teaching ASP.NET in a non-linear format that creative thinkers can easily grasp and understand without the typical programming jargon. Provides clear and concise, hands-on, real-world examples right from the beginning of the book.Показать полностьюTeaching ASP.NET in a non-linear format that creative thinkers can easily grasp and understand without the typical programming jargon. Provides clear and concise, hands-on, real-world examples right from the beginning of the book. The book contains a natural progression by providing foundational information in the opening chapters. Content will be presented with "hands-on" examples so the opening chapters will also be laying the groundwork for more advanced subjects by not only presenting the information but by writing code as well. The middle section of the book covers the key cast members on the .NET stage including HTML Controls, Web Controls and List Controls. The third and final section of the book covers more advanced issues in ASP.NET including data access and security issues.
.NET-A Complete Development Cycle
21 ноября 2010.NET—A Complete Development Cycle is the first guide to combining the best software-engineering practices of the Unified Process with the ins and outs of the .NET architecture.Показать полностью.NET—A Complete Development Cycle is the first guide to combining the best software-engineering practices of the Unified Process with the ins and outs of the .NET architecture. The book begins with an overview of the principles of software engineering and then introduces Microsoft technologies such as Visual C#, Windows Forms (WinForms), ADO.NET, and ASP.NET. Central to this practical guide is a case study of the development of a working imaging application. As the authors lead readers through the complete lifecycle of this .NET development project, they teach effective software-engineering methodologies, including top strategies for requirements engineering, functional breakdown, design reviews, implementation, testing, and deployment. Readers will also learn how to make the most of tools such as the Unified Modeling Language (UML), GDI+, multithreading, Web Services Description Language (WSDL), Simple Object Access Protocol (SOAP), UDDI (Universal Description, Discovery and Integration), and versioning. By actively participating in this example, readers become working members of the development team. They will be able to use their newly acquired knowledge to accomplish tasks critical to the successful creation of the Web-based smart-client application. Readers can verify their work against the solutions provided on the book’s accompanying CD-ROM, which also contains all of the source code, additional tools, process documentation (including mechanisms for requirements tracing), and examples as well as additional tips on extending and enhancing the imaging application. Whether you are making the transition to .NET architecture or are an experienced Microsoft developer, project lead or software quality engineer who wants to learn effective software-engineering techniques, .NET—A Complete Development Cycle is an invaluable resource. Readers will come away with the foundation needed to use .NET technologies to design and build complete applications, a solid understanding of good software-engineering practices, and a working Web-based imaging application that easily can be expanded or customized.
Building Client/Server Applications with VB.NET: An Example-Driven Approach
21 ноября 2010Building Client/Server Applications with VB .NET: An Example-Driven Approach is based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .NET Framework Service Pack 1.Показать полностьюBuilding Client/Server Applications with VB .NET: An Example-Driven Approach is based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .NET Framework Service Pack 1. Jeff Levinson walks readers through how to write a complete application-no “snippets” of code- and will show readers examples of how, when, and why to perform a task. Building Client/Server Applications with VB .NET: An Example-Driven Approach will be “the” manual on software development for Enterprise application development.
Expert one-on-one Visual Basic .NET business objects
21 ноября 2010This text shows how to build an n-tier architecture in .NET, design a distributed object-oriented architecture with VB .NET, and build a reusable framework to implement a distributed object-oriented architecture.
Inside Microsoft .NET IL Assembler
21 ноября 2010.NET IL Assemble is the intermediate language that the .NET common language runtime converts to machine language in .NET applications. Get the inside scoop on this critical low-level language with an architectural guide from the most reliable authority-the language’s designer, Serge Lidin.Показать полностью.NET IL Assemble is the intermediate language that the .NET common language runtime converts to machine language in .NET applications. Get the inside scoop on this critical low-level language with an architectural guide from the most reliable authority-the language’s designer, Serge Lidin. You'll discover common structures, functions, and rules for designing .NET applications, explanations for how .NET executables compile, details on the .NET IL Assembler, IL Disassembler and Metadata Validation tools, and more.
ASP.NET 2.0 Revealed
21 ноября 2010The new version of ASP.NET includes many practical functions and a lot of frequently requested features, including Master Pages, Themes, site navigation, site counters and many more.Показать полностьюThe new version of ASP.NET includes many practical functions and a lot of frequently requested features, including Master Pages, Themes, site navigation, site counters and many more. And with the help of the new provider model, you can now create many functions in so-called zero-code scenarios, without even one line of source code. Furthermore, the new version offers features for building web applications in Visual Studio. NET, including full IntelliSense for HTML, CSS, JavaScript, and inline ASP.NET code; projectless development; and a newer, simpler code-behind model. With so many attractive additions to the new version, you'll want a top-notch manual to guide you. ASP.NET 2.0 Revealed will empower you to jump in and start exploring ASP.NET 2.0!
ASP.NET 2.0 Everyday Apps for Dummies
21 ноября 2010ASP.NET 2 Everyday Apps For Dummies is written in the For Dummies friendly, easy-to-understand style. It shows those with some web development experience how to create Web sites and applications.Показать полностьюASP.NET 2 Everyday Apps For Dummies is written in the For Dummies friendly, easy-to-understand style. It shows those with some web development experience how to create Web sites and applications. The uniqueness of the book lies in the fact that everything you need to “bake the pie” is provided from the code to the step-by-step project-based instructions. It goes above and beyond the snippets provided in a cookbook and gives you everything from start to finish. Learn ASP and save time. Shopping cart application Classified ads Online store Guestbook Chat room And many more… The code is complete and ready-to-use in the real world. The companion CD and Web site includes all code applications from the book, additional applications, and featured applications.
ASP .NET 2.0 All-In-One Desk Reference For Dummies
21 ноября 2010# Eight minibooks cover ASP.NET basics, Web controls, using HTML and ASP, C#, Visual Basic, database programming, using the .NET Framework, and advanced ASP.NET 2 (including themes, custom server controls, and Web parts) # The ideal resource for Web programming newcomers as well as the 1.5 million existing ASP developers who want a complete ready-reference that covers the new ASP.NET 2 updates # More than double the size of ASP.NET 2 For Dummies (0-7645-7907-X), the latest edition of the bestselling ASP beginner book that boasts combined sales of more than 100,000 copies across all editions # Written by veteran Dummies author Doug Lowe, who is renowned for his ability to explain complex topics in plain English
COM and .NET Component Services
21 ноября 2010With COM & .NET Component Services, skilled COM developers can leverage their knowledge for the next generation of components to be built for Microsoft’s new .NET framework. A primary goal of Microsoft’s COM+ is to provide proven design solutions for scalable systems.Показать полностьюWith COM & .NET Component Services, skilled COM developers can leverage their knowledge for the next generation of components to be built for Microsoft’s new .NET framework. A primary goal of Microsoft’s COM+ is to provide proven design solutions for scalable systems. Assuming experience with classic COM, COM & .NET Component Services focuses on the added services of COM+, including support for transactions, queued components, events, concurrency management, and security. Along the way, it ably demonstrates that COM+ is a masterpiece of design and usability from the ground up—truly a mature set of component services oriented for the middle tier. COM+ provides a foundation for robust, enterprise-wide, mission-critical distributed applications. And it’s not limited to Internet applications. You can use COM+ services in the same places as classic COM components: in-house two-tier information systems, client-tier controls, desktop applications, machine control components, and every other conceivable application of COM. COM & .NET Component Services is the first book to stress the importance of learning to use COM+ services for both .NET and COM component-based applications. Since most companies have considerable investment in existing code base and development skills, COM+ can serve as a migration path for companies and developers. Companies can start (or continue) their projects in COM, using COM+ as a supporting platform for component services, and then when the time comes to move to .NET, they can start plugging .NET components seamlessly into the same architecture, reusing and interacting with their existing COMcomponents.
Peer-to-Peer with VB .NET
21 ноября 2010This text takes a look at peer-to-peer programming with VB .NET, and provides complete examples demonstrating instant messaging, file sharing, and how distributed computing and peer-to-peer work together.
The Book of Visual Basic 2005: .NET Insight for Classic VB Developers
21 ноября 2010The Book of Visual Basic 2005 is a comprehensive introduction to Microsoft’s newest programming language, Visual Basic 2005, the next iteration of Visual Basic .NET (Microsoft has dropped the .NET in the title).Показать полностьюThe Book of Visual Basic 2005 is a comprehensive introduction to Microsoft’s newest programming language, Visual Basic 2005, the next iteration of Visual Basic .NET (Microsoft has dropped the .NET in the title). A complete revision to the highly-acclaimed Book of VB .NET, the book is organized as a series of lightning tours and real-world examples that show developers the VB 2005 way of doing things. Perfect for old-school Visual Basic developers who haven't made the jump to .NET, the book is also useful to developers from other programming backgrounds (like Java) who want to cut to the chase and quickly learn how to program with VB 2005.
[ 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 ]



Реклама
Лучшие новости