| | | حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books | |
| |
| كاتب الموضوع | رسالة |
|---|
الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:14 am | |
| [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]Apress Pro LINQ Object Relational Mapping in C Sharp[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] Publishing | ISBN: 1590599659 | 2008 | PDF | 405 pages | 6.3 Mb Writing a book is a difficult task, one that cannot be done without the help of a supporting cast. Pro LINQ Object Relational Mapping with C# 2008 is not an exception; many people have contributed and made this project possible. First, I need to thank the wonderful people at Apress who were immeasurably helpful along the way. In particular, I would like to thank my excellent tech editor Fabio Ferracchiati, my project manager Sofia Marchant, my copy editor Sharon Wilkey, and my production editor Kelly Gunther. Thanks, team—this would not have been possible without you. There are a number of people who have mentored and guided me over the years on the ins and outs of enterprise software development. First are two of my early mentors, Matt Crouch and George McCoy; you two taught me the fundamentals that school couldn’t, and for that I am very grateful. Next, the two Java guys who taught me to really appreciate object-relational mapping, Michael Kinnaird and Umesh Manocha, thank you for opening my eyes. Finally, the people who taught me to think about software architecture, in particular Paul Logston and Charles Hurley, thank you for influencing the way I think about software. The last group of people who made this book possible is my family. First, I need to thank my parents and sisters for always supporting me over the years. Last but definitely not least is my wonderful wife, Alia, without whom this book would not have been possible. Thank you for putting up with me during this process and helping to keep me sane. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] 
عدل سابقا من قبل الحبار في الخميس مارس 12, 2009 2:12 am عدل 1 مرات |
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | |  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:18 am | |
| [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]GDI+ Application Custom Controls with Visual C# 2005: A fast-paced example-driven tutorial to building custom controls using Visual C# 2005 Express Edition and .NET 2.0276 pages | Packt Publishing (October 7, 2006) | 1904811604 | PDF | 4 Mb A fast-paced example-driven tutorial to building custom controls using Visual C# 2005 Express Edition and .NET 2.0. If you want to build custom controls with C# but you don't know where to start, or you are intimidated by the huge amount of information that needs to be absorbed, then this book is for you. This friendly tutorial is based on numerous examples with real-world applicability, and includes a case study featuring the development of a fully functional PieChart control. Showing you how to use the free Visual C# 2005 Express Edition environment to develop your controls, Building Custom Controls with Visual C# 2005 will teach you how to create professional, reusable custom controls for your desktop applications in no time. This book has been written with the intermediate C# developer in mind. Assuming a working knowledge of C#, the book teaches you how to implement custom controls using Visual C# 2005 Express Edition and all other versions of Visual C#, and GDI+ with .NET 2.0 The book covers: . Understand the basics of custom controls . Use GDI+ to draw your own controls . Implement double buffering to speed up your forms . Add printing functionality to your custom controls . Handle the mouse events to improve the user experience . Offer design-time support for programmers using your control . Design intuitive interfaces for your users [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] 
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:21 am | |
|  GDI+ both wraps arcane API calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic VB 6.0 drawing model, nor do they have to dig down into the GDI API in order to get any real work done. In GDI+, Microsoft has come up with a complete, but still extensible, set of classes for all of the .NET programmer’s drawing needs. GDI+ requires different techniques than the Windows GDI API, as it is completely stateless. GDI+ Programming in C# and VB .NET starts out with an explanation of GDI+ and how it relates to GDI. The book then dives deep into the GDI+ namespaces and classes. The book begins with basic drawing in the early chapters and then explains in an understandable manner more complex drawing techniques, including paths, gradients, alpha blends, matrix operations, and transformations. Later chapters cover how to work with bitmaps and other images, as well as advanced drawing and printing techniques. The final two chapters are devoted to useful projects that show the subject matter of the previous chapters in real-world examples. Throughout GDI+ Programming in C# and VB .NET, author Nick Symmonds not only explains the different namespaces and classes relating to GDI+, but also takes the time to cover the best practices of graphics programming. Woven throughout the book are numerous examples that tie together different aspects of programming in .NET that teach programmers how to get the best possible speed and efficiency out of their code. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:24 am | |
|  LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2008 is all about code. Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples. Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold. Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain. Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008. What you’ll learn How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods. How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want. Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you. How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data. How to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server. How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:27 am | |
|  This book is for anyone who wants to write good C# code—even if you have never programmed before. Writing good code can be a challenge—there are so many options, especially in a .NET language like C#. If you want to really get the best from a programming language, you need to know which features work best in which situations and understand their strengths and weaknesses. It is this understanding that makes the difference between coding and coding well. Beginning C# 2008: From Novice to Professional, Second Edition has been written to teach you how to use the C# programming language to solve problems. From the earliest chapters, and from the first introductory concepts, you’ll be looking at real–world programming challenges and learning how C# can be used to overcome them. As you progress through the book, the problems become more involved and interesting, while the solutions become correspondingly more complex and powerful as C# features interact to achieve the results that you want. This second edition has been revised and improved to now include the latest SQL Server 2008 release and explain how you can integrate SQL Server 2008 with your C# applications. By the time you’ve finished reading this book and worked through the sample exercises, you’ll be a confident and very competent C# programmer. You will still have many explorations of the .NET Framework API to look forward to, but you will have a firm foundation to build from, and you will know exactly where to go to find the things that you need to progress confidently in your projects. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:30 am | |
|  WPF offers amazing new opportunities to .NET programmers in terms of the user interfaces they can deliver to their customers. But this significant technological advance comes with a steep learning curve, requiring the programmer to learn new classes, new syntax, and an entirely new approach to UI development. Although WPF has been generally available for over a year, commercial take–up has been relatively slow, and the publicly available body of knowledge has been weak in terms of real–world examples and best–practice information. Using WPF Recipes in C# 2008, you’ll find a simple and straightforward approach to solving the problems you face every day. Each solution contains a complete, working example that demonstrates how to make the best use of WPF. You can use the example as a template to solve your own problem or as a base on which to build a solution tailored to your specific needs. Packed with well–structured and documented solutions to a broad range of common WPF problems, this book, which presents the only WPF recipes currently published, will be a valuable addition to any C# programmer’s reference library. Examples included provide you with a rich source of information as you begin to learn and will be an invaluable quick–reference guide once you’re a proficient WPF programmer. The emphasis on solving the day–to–day WPF problems that all programmers face frees you from needing to trawl through weighty programming tomes or sift through API documentation, allowing you to focus on the more interesting and innovative aspects of your project. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:31 am | |
| Product DescriptionDo you want to create .NET applications that provide high performance and scalability? Do you want to employ object–oriented programming techniques in a distributed environment? Do you want to maximize the reuse and maintainability of your code? Then this book is for you. In Rockford Lhotka’s Expert C# 2008 Business Objects, you’ll learn how to use advanced .NET Framework capabilities alongside OO design and programming to create scalable, maintainable object–oriented applications. Better still, this book includes CSLA .NET 3.6, a widely used framework on which you can base your application development. By using the concepts and framework in the book, you can focus more on your business issues and less on technology. Using VS 2008 and C# 3.0, Rockford Lhotka shows you how CSLA .NET 3.6 allows great flexibility in object persistence, so business objects can use virtually any data sources available. The CSLA framework supports 1–, 2– and n–tier models through the concept of mobile objects. This provides the flexibility to optimize performance, scalability, security, and fault tolerance with no changes to code in the UI or business objects. Business objects based on CSLA.NET 3.6 automatically gain many advanced features that simplify the creation of Windows forms, web forms, WPF, WCF, WF, and web services interfaces, and LINQ. Who is this book forThis book is for .NET developers using VS 2008 who want to create .NET applications that provide high performance and scalability, employing object–oriented programming techniques in a distributed environment. About the AuthorRockford Lhotka is the author of numerous books, including Expert One-on-One Visual Basic .NET and Expert C# Business Objects. He is a Microsoft Software Legend, Regional Director, MVP, and INETA speaker. Rockford speaks at many conferences and user groups around the world and is a columnist for MSDN Online. Rockford is the principal technology evangelist for Magenic Technologies, one of the nation’s premiere Microsoft Gold Certified Partners dedicated to solving today’s most challenging business problems using 100% Microsoft tools and technology. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] |
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:31 am | |
| [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]C# in Depth is a completely new book designed to propel existing C# developers to a higher level of programming skill. One simple principle drives this book: explore a few things deeply rather than offer a shallow view of the whole C# landscape. If you often find yourself wanting just a little more at the end of a typical chapter, this is the book for you. Expert author Jon Skeet dives into the C# language, plumbing new C# 2 and 3 features and probing the core C# language concepts that drive them. This unique book puts the new features into context of how C# has evolved without a lengthy rehearsal of the full C# language. C# in Depth briefly examines the history of C# and the .NET framework and reviews a few often-misunderstood C# 1 concepts that are very important as the foundation for fully exploiting C# 2 and 3. Because the book addresses C# 1 with a light touch, existing C# developers don’t need to pick through the book in order to find new material to enhance their skills. This book focuses on the C# 2 and 3 versions of the language, but clearly explains where features are supported by changes in the runtime (CLR) or use new framework classes. Each feature gets a thorough explanation, along with a look on how you’d use it in real life applications. C# in Depth is both a vehicle for learning C# 2 and 3 and a reference work. Although the coverage is in-depth, the text is always accessible: You’ll explore pitfalls that can trip you up, but you’ll skip over gnarly details best left to the language specification. The overall effect is that readers become not just proficient in C# 2 and 3, but comfortable that they truly understand the language. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] 
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:34 am | |
|
EAN : 9780071588300 ISBN : 0071588302 Author : Herbert Schildt Publisher : McGraw-Hill Osborne Media Pub Date : 2008-08-11 Edition : 2 Pages : 656 Language : English Description : Essential Skills–Made Easy! Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft’s premier programming language for the .NET Framework. You’ll begin by learning to create, compile, and run a C# program. Then it’s on to data types, operators, control statements, methods, classes, and objects. You’ll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included. Start programming in C# 3.0 today with help from this fast-paced, hands-on tutorial.
Designed for Easy Learning:
Key Skills & Concepts–Lists of specific skills covered in the chapter
Ask the Expert–Q&A sections filled with bonus information and helpful tips
Try This–Hands-on exercises that show how to apply your skills
Notes–Extra information related to the topic being covered
Self-Tests–Chapter-ending quizzes to test your knowledge
Annotated Syntax–Example code with commentary that describes the programming techniques being illustrated
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:34 am | |
| [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
- Paperback: 640 pages
- Publisher: Apress; New edition (November 25, 2008)
- Language: English
- ISBN-10: 1590599497
- ISBN-13: 978-1590599495
Description: Silverlight is a lightweight browser plug–in that frees your code from the traditional confines of the browser. It’s a rules–changing, groundbreaking technology that allows you to run rich client applications right inside the browser. Even more impressively, it’s able to host true .NET applications in non–Microsoft browsers (like Firefox) and on non–Microsoft platforms (like Mac OS X). Silverlight is still new and evolving fast, and you need a reliable guidebook to make sense of it. With four–color graphics and screenshots throughout, Pro Silverlight 2 in C# 2008 is the perfect reference: you’ll learn about the features that put Silverlight in direct competition with Adobe Flash, such as rich support for 2D drawing, animations, and media playback, and best of all, you’ll experience the plumbing of .NET and the design model of WPF through Silverlight—all of the same .NET technology that developers use to design next–generation Windows applications. Author Matthew MacDonald provides an expertly crafted tutorial written from professional developer to professional developer. You’ll learn to create rich media applications using Silverlight in the environment you’re most productive in–no matter what the target platform. What you’ll learn Develop rich media applications using Silverlight across browsers and platforms. Create a project, set up a layout, and use controls. Handle 2D drawing, animation, and media playback through Windows Presentation Foundation (WPF). Integrate web services support. Use Silverlight in conjunction with ASP.NET and its interactions with HTML. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] - (10 Mb) [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] 
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:36 am | |
|  Whether you need an approachable on-ramp to .NET or you want to enhance your skills, C# 3.0 Unleashed is a comprehensive, in-depth guide to the solutions you seek. You’ll learn to do more with the new tools that are available, including Visual Studio 2008 and the .NET Framework Class Libraries. Throughout this book, you’ll get a practical look at what can be the most useful tools for any given task. You’ll also learn common traps to avoid and learn insightful tips that will save you time and help you be more productive. C# 3.0 Unleashed contains complete coverage of the C# programming language. The author covers all the essential syntax, but keeps the focus on practical application. The chapters are arranged to take you step-by-step from the core of the C# language to elements of the .NET Framework, and further into advanced concepts on distributed n-tier Internet applications. Additionally, C# 3.0 Unleashed shows you how to debug, monitor, and scale enterprise applications, enabling you to use the C# programming language to ship the right code at the right time. [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | |  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:38 am | |
| [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] You must register before you can view this text. Description: Essential Skills--Made Easy! Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft's premier programming language for the .NET Framework. You'll begin by learning to create, compile, and run a C# program. Then it's on to data types, operators, control statements, methods, classes, and objects. You'll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included. Start programming in C# 3.0 today with help from this fast-paced, hands-on tutorial. Designed for Easy Learning: Key Skills & Concepts--Lists of specific skills covered in the chapter Ask the Expert--Q&A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show how to apply your skills Notes--Extra information related to the topic being covered Self-Tests--Chapter-ending quizzes to test your knowledge Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] - (2 Mb) 
|
|  | | الحبار مدير عام المنتدى


 عدد المشاركات: 10693 العمر: 23 المكان: فى غيابات الهندسة المدنية رقم العضوية: 3 النقاط: 15827 التقييم: 104 تاريخ التسجيل: 02/05/2007 Upload Photos:   أهم مواضيعى:
 | موضوع: رد: حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books الثلاثاء فبراير 17, 2009 1:40 am | |
| [b]Beginning C# 2008: From Novice to Professional, Second Edition (Beginning from Novice to Professional) [/b] EAN : 9781430210337 ISBN : 1430210338 Author : Christian Gross Publisher : Apress Pub Date : 2008-09-15 Edition : 2 Pages : 550 Language : English Description : This book is for anyone who wants to write good C# code—even if you have never programmed before. Writing good code can be a challenge—there are so many options, especially in a .NET language like C#. If you want to really get the best from a programming language, you need to know which features work best in which situations and understand their strengths and weaknesses. It is this understanding that makes the difference between coding and coding well. Beginning C# 2008: From Novice to Professional, Second Edition has been written to teach you how to use the C# programming language to solve problems. From the earliest chapters, and from the first introductory concepts, you’ll be looking at real–world programming challenges and learning how C# can be used to overcome them. As you progress through the book, the problems become more involved and interesting, while the solutions become correspondingly more complex and powerful as C# features interact to achieve the results that you want. This second edition has been revised and improved to now include the latest SQL Server 2008 release and explain how you can integrate SQL Server 2008 with your C# applications. By the time you’ve finished reading this book and worked through the sample exercises, you’ll be a confident and very competent C# programmer. You will still have many explorations of the .NET Framework API to look forward to, but you will have a firm foundation to build from, and you will know exactly where to go to find the things that you need to progress confidently in your projects. What you’ll learn
Everything to get you started with C# 2008 from scratch—from installing the tools to writing your first applications.
The core concepts of .NET 3.5 programming: from decision trees to data structures, from exceptions to lambda expressions, and from objects to components.
Learn what LINQ is, why functional programming can be important, how generics make your life easier, and much, much, more!
Who is this book forThis book is for anyone who’s just starting out to learn about C#. It doesn’t assume any prior knowledge of object–oriented programming, of the .NET Framework, or of coding in general. It simply assumes that you’re an intelligent person who wants to learn and starts the journey from there. About the Apress Beginning SeriesThe Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory! Download Here : [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] Download Here : [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] |
|  | | | | حصريا كتب السى شارب الأحدث والأندر على الإطلاق c# Books | |
|
| صفحة 1 من اصل 2 | انتقل الى الصفحة : 1, 2  |
| | صلاحيات هذا المنتدى: | لاتستطيع الرد على المواضيع في هذا المنتدى
| |
| |
| | أفضل 10 أعضاء في هذا المنتدى | | الحبار - 10693 | | | YeHi@$MmZ - 4872 | | | Eng_HOSSAM - 4098 | | | eng_ghost - 3876 | | | miss_esadora - 3252 | | | بنت مصر - 3205 | | | ENG_GODZELA - 3195 | | | MISS_R - 3157 | | | عصام محمود - 2749 | | | القبطان - 2664 | |
|
| المتصلون الآن ؟ | ككل هناك 89 عُضو متصل حالياً :: 16 عُضو, 2 مختفون و 71 زائر :: 1 روبوت الفهرسة في محركات البحث dr_hoba, el_hekmdar2009, enfelak, Eng Assad, free_matrex2010, imstillalegend, MASA_2010, miss egypt, Mr_M, rorro200977, sami1967, semo13, semsem02004, جعلتني مهندسة, حسام القاضى, نونةأكبر عدد للأعضاء المتواجدين في هذا المنتدى في نفس الوقت كان 192 بتاريخ الإثنين فبراير 08, 2010 12:08 pm |
تدفق ال  | |
|