Listing 1 - 10 of 62 | << page >> |
Sort by
|
Choose an application
ASP.NET 2.0 is Microsoft's principal standard for creating dynamic web pages on the Windows platform. ASP.NET 2.0 boasts a range of important new features that make it superior to any Windows web-presentation technology that has come before it. A few of these are: Masterpages let you define your sites look and feel once and apply it across all your web forms. Themes and skins make for easy customization of your sites look and feel. Generics these much vaunted new additions to the .NET Framework allow you to create a data structure without committing to a specific data type they'll revolutionize the way you code Personalization ASP.NET 2.0 makes it easier than ever before to create customized experiences tailored for individual users. These, combined with improvements in everything from speed (ASP.NET 2.0 pages are faster to both write and serve), administration , data access, security and scalability make ASP.NET 2.0 the leading force in .NET web development. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this ground-breaking new technology. They cover ASP.NET 2.0 as a whole, illustrating both the brand-new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 2.0 application in the best possible style.
Programming --- ASP.NET --- programmeertalen
Choose an application
Maximizing the performance of your algorithms and applications is extremely important and can give you a competitive advantage, a lower cost of ownership, and happier users. Pro .NET Performance explains the internals of Windows, the CLR, and the physical hardware that affect the performance of your applications, and gives you the knowledge and tools to measure how your code performs in isolation from external factors. The book is full of C# code samples and tips to help you squeeze every bit of juice from your application—lower memory utilization, consistent CPU usage, and fewer I/O operations across the network and disk. Pro .NET Performance will change the way you think about .NET application development. Guides you through performance measurement with a variety of profilers and other tools Explains how OS and CLR internals affect your application’s performance in unexpected ways Provides you with tips and real-life case studies for improving application performance.
Choose an application
It's not hard to get developers interested in ASP.NET. Without exaggeration, ASP.NET is the most complete platform for web development that's ever been put together. It far outclasses its predecessor, ASP, which was designed as a quick-and-dirty set of tools for inserting dynamic content into ordinary web pages. By contrast, ASP.NET is a full-blown platform for developing comprehensive, blisteringly fast web applications. In this book, you'll learn everything you need to master ASP.NET 2.0. If you've programmed with a previous version of ASP.NET, you'll sail through the basics and quickly begin learning about the exciting new features in version 2.0. If you've never programmed with ASP.NET, you'll find that this book provides a well-paced tour that leads you through all the fundamentals and gives you a ba- stage pass so you can see how the ASP.NET internals really work. ASP.NET from 1.0 to 2.0 As you no doubt already know, ASP.NET is Microsoft's next-generation technology for creating server-side web applications. It's built on the Microsoft .NET Framework, which is a cluster of closely related new technologies that revolutionize everything from database access to distributed appli- tions. ASP.NET is one of the most important components of the .NET Framework it's the part that enables you to develop high-performance web applications and web services.
Programming --- ASP.NET --- programmeertalen
Choose an application
Beginning ASP.NET 2.0 in C# 2005: From Novice to Professional steers you through the maze of ASP.NET web programming concepts. You will learn language and theory simultaneously, mastering the core techniques necessary to develop good coding practices and enhance your skill set. This book provides thorough coverage of ASP.NET, guiding you from beginning to advanced techniques, such as querying databases from within a web page and performance-tuning your site. You'll find tips for best practices and comprehensive discussions of key database and XML principles. The book also emphasizes the invaluable coding techniques of object orientation and code-behind, which will enable you to build real-world websites instead of just scraping by with simplified coding practices. By the time you finish this book, you will have mastered the core techniques essential to professional ASP.NET developers.
Programming --- ASP.NET --- programmeertalen
Choose an application
Pro ASP.NET 1.1 in VB.NET aims to be the definite reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment. The books goal is to act firstly as a tutorial guide that can be read from cover-to-cover, then secondly as a reference book that you can scan quickly to retrieve the answer to a specific problem as you work. This book puts to use hard-won, real-world VB .NET experience, and demonstrates it clearly through numerous diagrams, screenshots, and working code samples.
Programming --- ASP.NET --- programmeertalen
Choose an application
ASP.NET's model for supporting language extensibility is intriguing to developers everywhere. With support for traditional, statically compiled languages like C# as well as dynamic languages like Python, ASP.NET now has a natural ability to support languages that developers want to work with, not ones they are forced to use. ASP.NET is quickly becoming an attractive place for today's dynamic languages. Pro ASP.NET Extensibility gives readers in-depth insight into the language model within ASP.NET, going beyond the introductory treatment of the topic available elsewhere, providing lots of practical tips and tricks from an experienced developer. Learn about the extensibility and runtime models available with both .NET 3.5 and 4.0, Windows Server 2003 and 2008, and Internet Information Services (IIS) 6.0 and 7.0. The book explains not only how things work, but also why. Using Joerg Krause's experienced advice and sound tricks, you'll be able to go further with your very own language projects and transform your .NET development on your own terms made possible with ASP.NET's popular extensibility model. Discover how ASP.NET is extensible in .NET 3.5 and 4.0. Look in-depth into the internals of ASP.NET page processing. Customize the behavior of the ASP.NET engine.
Programming --- ASP.NET --- programmeertalen
Choose an application
Choose an application
The ASP.NET MVC 3 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4. In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself—and put your best-learned theory into practice. The book's authors Steve Sanderson and Adam Freeman have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.
Computer. Automation --- ASP.NET --- informatica --- Microsoft .NET. --- Active server pages.
Choose an application
Throughout this book we'll be developing a set of solutions (in the form of custom controls most of the time) designed to tackle the more common needs of Web Appli- tion development. These range from simple and self-contained controls, like the Spinner control developed in Chapter 2, to more advanced and complex solutions, such as the Search engine presented in Chapter 14. While developing these solutions, we tried to demonstrate the most varied offering of different approaches as possible. For example, you'll find some controls that use a database for their storage needs while others will simply rely on an XML file to store any data. Moreover, you'll notice that some of them are designed to work only with a database as their data source while others are designed with a more flexible (and complex) approach in mind thus allowing almost any data to be used as its source. You'll notice these different approaches not only regarding data access, but also with other aspects, like rendering. Some controls will just directly write literal HTML to the stream while others will rely on composition to do the same. Our objective is to show you how the different topics in custom control development could be approached with the idea that, based on your specific requirements, you could choose whatever approach fits you best.
Choose an application
Steven Sanderson has seen the ASP.NET MVC framework mature from the start, so his experience, combined with comprehensive coverage of all its features, including those in the official MVC development toolkit, offers the clearest understanding of how this exciting framework could improve your coding efficiency and you'll gain invaluable awareness of security, deployment, and interoperability challenges. The ASP.NET MVC Framework is the evolution of Microsoft's ASP.NET web platform. It introduced a radical high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 3.5. An integral benefit of this book is that the core Model-View-Controller architectural concepts are not simply explained or discussed in isolation, but demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# 3.0 language features and unit-testing best practices. By gaining this invaluable, practical experience, you can discover MVCs strengths and weaknesses for yourself and put your best learned theory into practice.
Listing 1 - 10 of 62 | << page >> |
Sort by
|