Listing 1 - 10 of 35 | << 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
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
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.
Choose an application
WebMatrix is the latest addition to the hugely popular Microsoft ASP.NET web platform. This exciting new technology aims to simplify the process of developing websites by combining the new and powerful Razor syntax with a fully extensible set of data and HTML helpers for performing common web tasks. The WebMatrix installation includes all the tools the developer requires to quickly create fully-functional, data-driven, dynamic sites using ASP.NET web pages. The lightweight custom development tool works alongside SQL Server Compact Edition and Internet Information Services (IIS) Express to provide a seamless and easy-to-use environment which enables the web developer to concentrate on the rapid development of feature-rich websites, without the need to learn the complex concepts and highly structured programming models which many other frameworks require.
Computer. Automation --- ASP.NET --- informatica
Choose an application
Welcome to Beginning ASP.NET 2.0 E-Commerce in C# 2005: From Novice to Professional! The explosive growth of retail over the Internet is encouraging more small- to medium-sized bu- nesses to consider the benefits of setting up e-commerce web sites. Although online retailing has great and obvious advantages, there are also many hidden pitfalls that may be encountered when developing a retail web site. This book provides you with a practical, step-by-step guide to setting up an e-commerce site. Guiding you through every aspect of the design and build process, this book will have you building high-quality, extendable e-commerce web sites quickly and easily. Over the course of this book, you will develop all the skills necessary to get your business up on the web and available to a worldwide audience, without having to use high-end, expensive solutions. Except for the operating system, the software required for this book can be do- loaded free. We present this information in a book-long case study, the complexity of which develops as your knowledge increases through the book.
Choose an application
Beginning ASP.NET 2.0 Databases: From Novice to Professional is a comprehensive introduction to connecting a website to many different data sourcesnot just databases. You'll learn how to build a relational database, use SQL to communicate with it, and leverage both in your web applications. You'll also learn about the new features of ADO.NET and ASP.NET in .NET 2.0. The authors cover mission-critical issues, such as design, transactions, error handling, optimization, and scalability. They examine SQL Server, Jet, and MySQL databases, and highlight the differences among them. This comprehensive resource is packed with information about 2.0 beta improvements and building database-driven websites. You will obtain practical solutions, learn multiple routes to achieve success, and examine a handy case study to wrap up core content.
Listing 1 - 10 of 35 | << page >> |
Sort by
|