BEGINNING SHAREPOINT 2010 DEVELOPMENT
商品資訊
ISBN13:9780470584637
出版社:JOHN WILEY & SONS;LTD
作者:FOX
出版日:2010/05/21
裝訂/頁數:平裝/504頁
規格:24.1cm*19.1cm*3.2cm (高/寬/厚)
商品簡介
作者簡介
目次
商品簡介
Discover how to take advantage of the many new features in SharePoint 2010
SharePoint 2010 is a significant leap forward from the 2007 release, and 'you will find that there are a ton of features built into the platform for you to leverage in your solution development. Because SharePoint is a broad platform that covers a lot, this book also covers quite a bit of ground. As a Wrox Beginning book, the goal of Beginning SharePoint 2010 Development is to get you started with many of the fundamentals so that you can continue on to advanced programming beyond this book.
In this book, you will see coverage of the following:
Getting started with development for SharePoint 2010
Becoming familiar with tools that you will use to develop for SharePoint
Becoming familiar with common SharePoint development tasks
Programming against lists and developing custom Web parts
Integrating line-of-business (LOB) data with SharePoint and Microsoft Office
Integrating Silverlight and SharePoint
Creating service-oriented solutions for SharePoint
Integrating SharePoint and Microsoft Office
Security fundamentals in SharePoint
This book will not cover SharePoint 2007, but will cover areas that span SharePoint Foundation 2010 and SharePoint Server 2010.
The book's goal is to quickly take you from the basics of SharePoint, to installing and configuring a development environment, and then into how you can develop for SharePoint. The book is heavy on coding exercises, but tries to stick to a common set of .NET patterns to ensure you walk away with understanding the different ways in which you can code for SharePoint. Moving from beginning to advanced means that you can expect the walkthroughs and chapters to become increasingly more complex within each chapter and throughout the book. The walkthroughs have been created to be concise and to guide you through all of the steps you must accomplish to complete a coding task.
The structure of the book mimics the development ramp-up cycle for SharePoint. That is, you must first understand the breadth of the SharePoint platform. You then install it and the development environment; and then you begin to code - simple at first, but tasks that grow increasingly more complex. You will find that when coding against SharePoint, you may do certain things more (such as programming against lists and creating custom Web Parts). As such, these topics are covered in Part II of the book. Also, you may find that, as you advance in your SharePoint development, you will need to incorporate either Silverlight or Web services in your SharePoint solutions. Because you would likely combine these types of tasks inside of a custom Web Part, list-based application, or event receiver, these were placed in Part III of the book.
Beginning SharePoint 2010 Development is aimed at the developer who is new to SharePoint. The book assumes you have some programming experience and a passion to learn how to develop for SharePoint. But this book does not assume that you've programmed against SharePoint before. With regard to your general development background, the two assumptions in this book are that you have some familiarity with Web development, and you have an understanding of .NET programming. With regard to Web development, this book assumes that you understand HTML, and may have an understanding of Cascading Style Sheets (CSS), Extensible Markup Language/Extensible Stylesheet Language (XML/XSL), and dynamic languages such as JavaScript. You may have a light understanding of ASP.NET and are looking to apply this knowledge to the SharePoint space. In any case, you have some understanding of the fundamentals of Web and .NET development, and are looking to apply those to the SharePoint space.
SharePoint 2010 is a significant leap forward from the 2007 release, and 'you will find that there are a ton of features built into the platform for you to leverage in your solution development. Because SharePoint is a broad platform that covers a lot, this book also covers quite a bit of ground. As a Wrox Beginning book, the goal of Beginning SharePoint 2010 Development is to get you started with many of the fundamentals so that you can continue on to advanced programming beyond this book.
In this book, you will see coverage of the following:
Getting started with development for SharePoint 2010
Becoming familiar with tools that you will use to develop for SharePoint
Becoming familiar with common SharePoint development tasks
Programming against lists and developing custom Web parts
Integrating line-of-business (LOB) data with SharePoint and Microsoft Office
Integrating Silverlight and SharePoint
Creating service-oriented solutions for SharePoint
Integrating SharePoint and Microsoft Office
Security fundamentals in SharePoint
This book will not cover SharePoint 2007, but will cover areas that span SharePoint Foundation 2010 and SharePoint Server 2010.
The book's goal is to quickly take you from the basics of SharePoint, to installing and configuring a development environment, and then into how you can develop for SharePoint. The book is heavy on coding exercises, but tries to stick to a common set of .NET patterns to ensure you walk away with understanding the different ways in which you can code for SharePoint. Moving from beginning to advanced means that you can expect the walkthroughs and chapters to become increasingly more complex within each chapter and throughout the book. The walkthroughs have been created to be concise and to guide you through all of the steps you must accomplish to complete a coding task.
The structure of the book mimics the development ramp-up cycle for SharePoint. That is, you must first understand the breadth of the SharePoint platform. You then install it and the development environment; and then you begin to code - simple at first, but tasks that grow increasingly more complex. You will find that when coding against SharePoint, you may do certain things more (such as programming against lists and creating custom Web Parts). As such, these topics are covered in Part II of the book. Also, you may find that, as you advance in your SharePoint development, you will need to incorporate either Silverlight or Web services in your SharePoint solutions. Because you would likely combine these types of tasks inside of a custom Web Part, list-based application, or event receiver, these were placed in Part III of the book.
Beginning SharePoint 2010 Development is aimed at the developer who is new to SharePoint. The book assumes you have some programming experience and a passion to learn how to develop for SharePoint. But this book does not assume that you've programmed against SharePoint before. With regard to your general development background, the two assumptions in this book are that you have some familiarity with Web development, and you have an understanding of .NET programming. With regard to Web development, this book assumes that you understand HTML, and may have an understanding of Cascading Style Sheets (CSS), Extensible Markup Language/Extensible Stylesheet Language (XML/XSL), and dynamic languages such as JavaScript. You may have a light understanding of ASP.NET and are looking to apply this knowledge to the SharePoint space. In any case, you have some understanding of the fundamentals of Web and .NET development, and are looking to apply those to the SharePoint space.
作者簡介
William von Hagen (Bill) has been a UNIX system administrator for more than 20 years, and a Linux fanatic since the early 1990s. He has worked as a Linux product manager, systems programmer, system administrator, writer, application developer, drummer, and content manager. Bill has written or co-written books on such topics as Linux server hacks, GCC, Xen virtualization, Linux filesystems, SUSE Linux, Red Hat Linux, SGML, Mac OS X, and hacking the TiVo. He has also written numerous articles on Linux, embedded computing, Mac OS X, UNIX, and various open source topics. An avid computer collector specializing in workstations, he owns more than 200 computer systems but is not compulsive at all. You can reach him at wvh@vonhagen.org.
目次
Introduction.
Part I: Welcome to SharePoint 2010.
Chapter 1: Introduction to SharePoint 2010.
Chapter 2: Getting Started with SharePoint 2010 Development.
Part II: Getting Started with SharePoint Development.
Chapter 3: SharePoint 2010 Developer Tools.
Chapter 4: Common Developer Tasks in SharePoint 2010.
Chapter 5: Programming Ag ainst SharePoint 2010 Lists.
Chapter 6: Deploying SharePoint Web Parts.
Chapter 7: Creating Your First SharePoint 2010 Application.
Part III : Advanced Topics for SharePoint 2010 Development.
Chapter 8: Integrating Line-of-Business Data Using Business Connectivity Services.
Chapter 9: User Experiences for SharePoint with Silverlight.
Chapter 10: Developing Service-Oriented Applications for SharePoint 2010.
Chapter 11: Integrating SharePoint with Microsoft Office.
Chapter 12: Securing Your SharePoint 2010 Applications.
Part IV : Appendix.
Appendix : Where to Go from Here.
Index.
Part I: Welcome to SharePoint 2010.
Chapter 1: Introduction to SharePoint 2010.
Chapter 2: Getting Started with SharePoint 2010 Development.
Part II: Getting Started with SharePoint Development.
Chapter 3: SharePoint 2010 Developer Tools.
Chapter 4: Common Developer Tasks in SharePoint 2010.
Chapter 5: Programming Ag ainst SharePoint 2010 Lists.
Chapter 6: Deploying SharePoint Web Parts.
Chapter 7: Creating Your First SharePoint 2010 Application.
Part III : Advanced Topics for SharePoint 2010 Development.
Chapter 8: Integrating Line-of-Business Data Using Business Connectivity Services.
Chapter 9: User Experiences for SharePoint with Silverlight.
Chapter 10: Developing Service-Oriented Applications for SharePoint 2010.
Chapter 11: Integrating SharePoint with Microsoft Office.
Chapter 12: Securing Your SharePoint 2010 Applications.
Part IV : Appendix.
Appendix : Where to Go from Here.
Index.
主題書展
更多
主題書展
更多書展購物須知
外文書商品之書封,為出版社提供之樣本。實際出貨商品,以出版社所提供之現有版本為主。部份書籍,因出版社供應狀況特殊,匯率將依實際狀況做調整。
無庫存之商品,在您完成訂單程序之後,將以空運的方式為你下單調貨。為了縮短等待的時間,建議您將外文書與其他商品分開下單,以獲得最快的取貨速度,平均調貨時間為1~2個月。
為了保護您的權益,「三民網路書店」提供會員七日商品鑑賞期(收到商品為起始日)。
若要辦理退貨,請在商品鑑賞期內寄回,且商品必須是全新狀態與完整包裝(商品、附件、發票、隨貨贈品等)否則恕不接受退貨。

