Dotnetcat » .NET Books » Visual Studio books
Programming the Web Using Visual Studio .NET w/Student CD
|
Author: | David Mercer |
| List price: | ||
| Amazon price: | $3.75 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Career Education (13 December 2002) |
Visual Studio .NET and Online Application Development was written to give students exposure to the various languages that comprise Visual Studio.NET. This text begins by giving students a clear explanation of various development tools and how they are integrated making up VS.NET. The text then shows students how to apply those tools to Web Services, Web Applications, and Project Management.
Software Engineering with Microsoft Visual Studio Team System
|
Author: | Sam Guckenheimer |
| List price: | $49.99 | |
| Amazon price: | $7.55 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional (19 May 2006) |
Software Engineering with Microsoft Visual Studio Team System is written for a software team that is considering running a software project using Visual Studio Team System (VSTS). It is about the "why" of VSTS: its guiding ideas, why they are presented in certain ways, and how they fit into the process of managing the software lifecycle. This book is the next best thing to having an onsite coach who can lead the team through a consistent set of processes. It is a framework for thinking about software projects in a way that can be directly tooled by VSTS. It presents essential theory and practical examples to describe a realistic process for IT projects. This is a book that any team using or considering VSTS should read.
Client-Side Reporting with Visual Studio in C#
|
Author: | Asif Sayed |
| List price: | $49.99 | |
| Amazon price: | $0.05 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (26 September 2007) |
The power of SQL Server 2005 Reporting Services is now available for client-side reporting in Visual Studio 2005. Microsoft has added Reporting Services to VS to supersede its Crystal Reports (a Business Objects product used in almost 40,000 companies worldwide) add-in for report development. This hands-on guide takes readers step by step through the design, development, and deployment of a variety of professional reports for Windows, Web, and Mobile clients. It is the most complete single source of information on this important new feature of Visual Studio 2005.
Written for all VS users writing any kind of report, Client-Side Reporting with VS 2005 and SQL Server 2005 is the only book that tells the full story of client-side Reporting Services. Its real-world examples clearly and carefully teach how to use and exploit this powerful and incresingly popular technology.
Microsoft Visual Studio 2010 Unleashed
|
Author: | Mike Snell |
| List price: | $59.99 | |
| Amazon price: | $32.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sams (14 August 2010) |
This end-to-end deep dive into Microsoft Visual Studio 2010 Professional will help working developers squeeze maximum productivity out of Visual Studio 2010’s extraordinarily rich toolbox, whether they are writing code for the Web, Windows, Silverlight, or Microsoft’s Azure cloud computing environment.
The authors combine authoritative and detailed information about Microsoft’s latest IDE, with extensive insights and best practices drawn from decades of development experience. Developers will learn how to use Visual Studio 2010 Professional to take full advantage of the entire .NET platform, including Windows Presentation Foundation (WPF) for rich client development, Windows Communication Foundation (WCF) for building dynamic service-oriented solutions, and Windows Workflow Foundation (WF) for structured programming around business processes. The authors also present extensive new coverage of Microsoft’s powerful new tools for unit testing, application instrumentation, and code analysis.
By focusing entirely on Visual Studio 2010 Professional, the authors have gone deeper into Microsoft’s core product than ever before. Throughout, their focus is relentlessly practical: how to apply Microsoft’s tools to build better software, faster.
Detailed information on how to...
n Work with solutions, projects, browsers, explorers, editors, and designers
n Write better macros, add-ins, and wizards
n Save more time with Visual Studio 2010’s updated productivity tools
n Instrument, analyze, and test your software
n Refactor code for greater robustness, maintainability, and performance
n Share code with team members and the larger community
n Write powerful ASP.NET, ASP.NET MVC, and Silverlight web applications
n Implement robust service oriented architecture (SOA)–based applications
n Efficiently consume services with WCF
n Write advanced Windows applications with Windows Forms and WPF
n Construct data-centric applications with LINQ and Entity Framework
n Create and host workflow-based applications with WF
n Write applications for the Azure cloud
n Extend Visual Studio with the new Managed Extensibility Framework (MEF) and the Automation Object Model
n Build better object-oriented VB or C# software, and use new dynamic language features
ON THE WEB:
Download all examples and source code presented in this book from informit.com/title/9780672330810
visualstudiounleashed.com
Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)
|
Author: | Bill Evjen |
| List price: | $54.99 | |
| Amazon price: | $11.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox ( 4 March 2008) |
This book was written to introduce you to the features and capabilities that ASP.NET 3.5 offers, as well as to give you an explanation of the foundation that ASP.NET provides. We assume you have a general understanding of Web technologies, such as previous versions of ASP.NET, Active Server Pages 2.0/3.0, or JavaServer Pages. If you understand the basics of Web programming, you should not have much trouble following along with this book's content.
If you are brand new to ASP.NET, be sure to check out Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars (Wiley Publishing, Inc., 2008) to help you understand the basics.
In addition to working with Web technologies, we also assume that you understand basic programming constructs, such as variables, For Each loops, and object-oriented programming.
You may also be wondering whether this book is for the Visual Basic developer or the C# developer. We are happy to say that it is for both! When the code differs substantially, this book provides examples in both VB and C#.
This book spends its time reviewing the 3.5 release of ASP.NET. Each major new feature included in ASP.NET 3.5 is covered in detail. The following list tells you something about the content of each chapter.
Chapter 1, "Application and Page Frameworks." This chapter shows you how to build ASP.NET applications using IIS or the built-in Web server that comes with Visual Studio 2008. This chapter also shows you the folders and files that are part of ASP.NET. It discusses ways to compile code and shows you how to perform cross-page posting. This chapter ends by showing you easy ways to deal with your classes from within Visual Studio 2008.
Chapters 2, 3, and 4.These three chapters are grouped here because they all deal with server controls. This batch of chapters starts by examining the idea of the server control and its pivotal role in ASP.NET development. In addition to looking at the server control framework, these chapters delve into the plethora of server controls that are at your disposal for ASP.NET development projects.
Chapter 5, "Working with Master Pages."Master pages are a great capability found in ASP.NET. They provide a means of creating templated pages that enable you to work with the entire application, as opposed to single pages.
Chapter 6, "Themes and Skins.” This chapter looks at how to deal with the styles that your applications require and shows you how to create a centrally managed look-and-feel for all the pages of your application by using themes and the skin files that are part of a theme.
Chapter 7, "Data Binding in ASP.NET 3.5.” One of the more important tasks of ASP.NET is presenting data, and this chapter shows you how to do that with ASP.NET controls.
Chapter 8, "Data Management with ADO.NET.” This chapter presents the ADO.NET data model provided by ASP.NET, which allows you to handle the retrieval, updating, and deleting of data quickly and logically.
Chapter 9, "Querying with LINQ." LINQ is a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. This chapter introduces you to LINQ and how to use this new feature in web applications today.
Chapter 10, "Working with XML and LINQ to XML." This chapter looks at the XML technologies built into ASP.NET and the underlying .NET Framework to help you easily extract, create, manipulate, and store XML..
Chapter 11, "IIS7." Probably the most substantial release of IIS in its history, IIS 7.0 will change the way you host and work with your ASP.NET applications.
Chapter 12, "Introduction to the Provider Model." A number of systems are built into ASP.NET that make the lives of developers so much easier and more productive than ever before. These systems are built upon an architecture called a provider model, which is rather extensible. This chapter gives an overview of this provider model and how it is used throughout ASP.NET 3.5.
Chapter 13, "Extending the Provider Model." This chapter looks at some of the ways to extend the provider model found in ASP.NET 3.5. This chapter also reviews a couple of sample extensions to the provider model.
Chapter 14, "Site Navigation." Many developers do not simply develop single pages—they build applications. One of the application capabilities provided by ASP.NET 3.5 is the site navigation system covered in this chapter.
Chapter 15, "Personalization.". The ASP.NET team developed a way to store end user information—the ASP.NET personalization system.
Chapter 16, "Membership and Role Management." This chapter covers the membership and role management system developed to simplify adding authentication and authorization to your ASP.NET applications. This chapter focuses on using the web.config file for controlling how these systems are applied, as well as on the server controls that work with the underlying systems.
Chapter 17, "Portal Frameworks and Web Parts." This chapter explains Web Parts—a way of encapsulating pages into smaller and more manageable objects.
Chapter 18, "HTML and CSS Design with ASP.NET." A lot of focus on building a CSS-based Web application was placed on Visual Studio 2008. This chapter takes a close look at how you can effectively work with HTML and CSS design for your ASP.NET applications.
Chapter 19, "ASP.NET AJAX."AJAX signifies the capability to build applications that make use of the XMLHttpRequest object. New to Visual Studio 2008 is the ability to build AJAX-enabled ASP.NET applications from the default install of the IDE.
Chapter 20, "ASP.NET AJAX Control Toolkit." This chapter takes a good look at the ASP.NET AJAX Control Toolkit, a series of new controls that are now available to make AJAX web development rather simple.
Chapter 21, "Security." This security chapter discusses security beyond the membership and role management features provided by ASP.NET 3.5. This chapter provides an in-depth look at the authentication and authorization mechanics inherent in the ASP.NET technology, as well as HTTP access types and impersonations.
Chapter 22, "State Management." Because ASP.NET is a request-response–based technology, state management and the performance of requests and responses take on significant importance. This chapter introduces these two separate but important areas of ASP.NET development.
Chapter 23 , "Caching." Because of the request-response nature of ASP.NET, caching on the server becomes important to the performance of your ASP.NET applications. This chapter looks at some of the advanced caching capabilities provided by ASP.NET, including the SQL cache invalidation feature which is part of ASP.NET 3.5.
Chapter 24, "Debugging and Error Handling." This chapter tells you how to properly structure error handling within your applications. It also shows you how to use various debugging techniques to find errors that your applications might contain.
Chapter 25, "File I/O and Streams." More often than not, you want your ASP.NET applications to work with items that are outside the base application. This chapter takes a close look at working with various file types and streams that might come into your ASP.NET applications.
Chapter 26, "User and Server Controls." This chapter describes building your own server controls and how to use them within your applications.
Chapter 27, "Modules and Handlers." This chapter looks at two methods of manipulating the way ASP.NET processes HTTP requests: HttpModule and HttpHandler. Each method provides a unique level of access to the underlying processing of ASP.NET and can be powerful tools for creating web applications.
Chapter 28, "Using Business Objects." You are going to have components created with previous technologies that you do not want to rebuild but that you do want to integrate into new ASP.NET applications. Beyond showing you how to integrate your COM components into your applications, this chapter shows you how to build newer style .NET components instead of turning to the previous COM component architecture.
Chapter 29, "Building and Consuming Services." This chapter reveals the ease not only of building XML Web services, but consuming them in an ASP.NET application. This chapter then ventures further by describing how to build XML Web services that utilize SOAP headers and how to consume this particular type of service.
Chapter 30, "Localization." ASP.NET provides an outstanding way to address the internationalization of Web applications. This chapter looks at some of the important items to consider when building your Web applications for the world.
Chapter 31, "Configuration." This chapter teaches you to modify the capabilities and behaviors of ASP.NET using the various configuration files at your disposal.
Chapter 32, "Instrumentation." The ASP.NET framework includes performance counters, the capability to work with the Windows Event Tracing system, possibilities for application tracing , and the most exciting part of this discussion—a health monitoring system that allows you to log a number of different events over an application's lifetime.
Chapter 33, "Administration and Management." This chapter provides an overview of the new GUI tools that come with APS.NET that enable you to manage your Web applications easily and effectively.
Chapter 34, "Packaging and Deploying ASP.NET Applications." This chapter takes the application building process one-step further and shows you how to package your ASP.NET applications for easy deployment.
Appendix A, "Migrating Older ASP.NET Projects." This appendix focuses on migrating ASP.NET 1.x, or 2.0 applications to the 3.5 framework.
Appendix B, "ASP.NET Ultimate Tools." Based on Scott Hanse...
UML Software Design with Visual Studio 2010
|
Author: | Tony Loton |
| List price: | $9.99 | |
| Amazon price: | Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | LOTONtech ( 3 September 2010) |
Having flirted with the Unified Modeling Language for over a decade, in the ‘Visual Studio 2010 Ultimate Edition’ Microsoft has integrated UML visual modeling features directly in the IDE – making it a truly Integrated Development Environment.
This book explores the new UML capabilities both from the analyst’s top-down conceptual modeling perspective and from the developer’s code-centric visualisation perspective.
Those of you for whom the ‘Ultimate Edition’ is just out of reach will discover how you can benefit from the legacy Visio UML integration and the architectural modeling capabilities of the other Visual Studio 2010 editions.
Sams Teach Yourself Visual C# 2010 in 24 Hours: Complete Starter Kit (Sams Teach Yourself -- Hours)
|
Author: | Scott Dorman |
| List price: | $34.99 | |
| Amazon price: | $21.34 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sams (16 August 2010) |
C# has quickly established itself as one of the world's most widely used programming languages. The newest version, Visual C# 2010, includes several important new features, including Silverlight, the Entity Framework, tighter integration with version 4.0 of the .NET Framework, and full support for programming Windows 7 and Office. The proven Sams Teach Yourself method will help all newcomers to C# 2010 get up to speed quickly, no matter whether you've had experience with previous versions of Visual C# or not. You are taken step by step through the process of software development, learning elements as you build a sample application so that the material is framed in a real world approach. The accompanying DVD contains Visual C# 2010 Express Edition, and the companion Web site contains all the code and exercises from the book.
Pro ASP.NET 4 in C# 2010
|
Author: | Matthew MacDonald |
| List price: | $59.99 | |
| Amazon price: | $103.40 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (30 June 2010) |
ASP.NET 4 is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 4 in C# 2010 raises the bar for high-quality, practical advice on learning and deploying Microsoft's dynamic web solution.
This edition is updated with everything you need to master up to version 4 of ASP.NET, including coverage of ASP.NET MVC, ASP.NET AJAX 4, ASP.NET Dynamic Data, and Silverlight 3.
Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from these groundbreaking technologies. They cover ASP.NET 4 as a whole, illustrating both the newer 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 4 applications in the best possible style.
Table of Contents- Introducing ASP.NET
- Visual Studio
- Web Forms
- Server Controls
- ASP.NET Applications
- State Management
- ADO.NET Fundamentals
- Data Components and the DataSet
- Data Binding
- Rich Data Controls
- Caching and Asynchronous Pages
- Files and Streams
- LINQ
- XML
- User Controls
- Themes and Master Pages
- Website Navigation
- Website Deployment
- The ASP.NET Security Model
- Forms Authentication
- Membership
- Windows Authentication
- Authorization and Roles
- Profiles
- Cryptography
- Custom Membership Providers
- Custom Server Controls
- Graphics, GDI+, and Charting
- JavaScript and Ajax Techniques
- ASP.NET AJAX
- Portals with Web Part Pages
- MVC
- Dynamic Data
- Silverlight
Microsoft Visual Studio 2005 Unleashed
|
Author: | Lars Powers |
| List price: | $64.99 | |
| Amazon price: | $9.00 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Sams (28 August 2006) |
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information about the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions about the IDE.
Chapters include:
- Code Viewers, Explorers, and Browsers
- Refactoring Code 8
- Writing ASP .NET Applications
- Defining Standards and Practices
- Introduction to Visual Studio Team System
- Work Item Tracking
- Unit and Load Testing
Professional Visual Basic 2010 and .NET 4 (Wrox Programmer to Programmer)
|
Author: | Bill Sheldon |
| List price: | $59.99 | |
| Amazon price: | $30.62 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox (10 May 2010) |
Intermediate and advanced coverage of Visual Basic 2010 and .NET 4 for professional developers
If you've already covered the basics and want to dive deep into VB and .NET topics that professional programmers use most, this is your book. You'll find a quick review of introductory topics-always helpful-before the author team of experts moves you quickly into such topics as data access with ADO.NET, Language Integrated Query (LINQ), security, ASP.NET web programming with Visual Basic, Windows workflow, threading, and more.
You'll explore all the new features of Visual Basic 2010 as well as all the essential functions that you need, including .NET features such as LINQ to SQL, LINQ to XML, WCF, and more. Plus, you'll examine exception handling and debugging, Visual Studio features, and ASP.NET web programming.
- Expert author team helps you master the tools and techniques you need most for professional programming
- Reviews why Visual Basic 2010 will be synonymous with writing code in Visual Studio 2010
- Focuses on .NET features such as LINQ, LINQ to SQL, LINQ to XML, WPF, workflow, and more
- Discusses exception handling and debugging, data access with ADO.NET, Visual Studio features for Visual Basic developers, Windows programming with Windows Forms, ASP.NET web programming with VB, communication interfaces, Windows workflow, and threading
This Wrox guide presents you with updated coverage on topics you need to know now.


Syndicate








