برگزیده های پرشین تولز

لینک دریافت کتاب های به دات نت

command

کاربر تازه وارد
تاریخ عضویت
18 آگوست 2008
نوشته‌ها
5
لایک‌ها
1
کتاب های سال 2008 کامپیوتر به صورت رایگان :cool:

[در لینک دیگر کتابی موجود نیست ](مدیر انجمن )
 
Last edited by a moderator:

H_R

مدیر بازنشسته
تاریخ عضویت
30 مارس 2005
نوشته‌ها
3,298
لایک‌ها
17
سن
42
محل سکونت
North Pole
میدونید که یکی از تکنولوژی های جالبی که به دات نت اضافه شده Linq اه ، یک کتاب خوب و معتبر در موردش بهتون معرفی میکنم :

33msklw.jpg


کد:
[B]Book Description [/B]
[B]LLINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases. [/B]
 
[B]LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications. [/B]
 
[B]LINQ in Action will guide you along as you explore this new world of lambda expressions, query operators, and expression trees. As well, you'll explore the new features of C# 3.0, VB.NET 9.0. The book is very practical, anchoring each new idea with running code. Whether you want to use LINQ to query objects, XML documents, or relational databases, you will find all the information you need to get started [/B]
 
[B]But LINQ in Action does not stop at the basic code. This book also shows you how LINQ can be used for advanced processing of data, including coverage of LINQ's extensibility, which allows querying more data sources than those supported by default. All code samples are built on a concrete business case. The running example, LinqBooks, is a personal book cataloging system that shows you how to create LINQ applications with Visual Studio 2008. [/B]
 
[B]About the Author [/B]
[B]Fabrice Marguerie is a software architect and developer based in Paris, France. Fabrice is a C# MVP has been working with LINQ from the first prototypes. Steve Eichert is a Sr. Software Engineer for Algorithmics, Inc. based in Philadelphia, PA. Jim Wooley has been working with .NET since PDC 2000 and has been actively evangelizing LINQ since its announcement in 2005. He leads the Atlanta VB Study Group and serves as INETA Membership Manager for the Georgia region. [/B]
 
[B]# 600 pages [/B]
[B]# Publisher: Manning Publications (January 15, 2008) [/B]
[B]# Language: English [/B]
[B]# ISBN-10: 1933988169 [/B]
[B]# ISBN-13: 978-193398816[/B]

دانلود :

کد:
http://rapidshare.com/files/85951160/Man9.pdf
 
Last edited:

H_R

مدیر بازنشسته
تاریخ عضویت
30 مارس 2005
نوشته‌ها
3,298
لایک‌ها
17
سن
42
محل سکونت
North Pole
و یکی دیگه در همین راستا :

410FWVtddHL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg


کد:
LINQ for Visual C# 2008 (c) by Apress 

   The type of the release is: eBook 
   In the PDF format with ISBN: 1430215801 and Pub Date: June 03, 2008 
   The size of the release is: 02 disks x 1.44mb 
   And released on: 06/13/2008 

 ú-ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ--ú 
   Every C# programmer needs to learn about LINQ (Language–lIntegrated 
   Query), Microsoft’s breakthrough technology for simplifying and unifying 
   data access from any data source. With LINQ you can write more elegant 
   and flexible code not just to access databases and files but to 
   manipulate data structures and XML. This book is a short yet 
   comprehensive guide to the major features of LINQ and the significant 
   enhancements introduced with .NET 3.5. There is no better source for 
   getting a head–start on the future of these technologies than this book. 
     - A clear and comprehensive yet concise introduction to using LINQ in 
   C# 
     - Covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to 
   XML 
     - Rich in working examples of LINQ in action 
     - Ideal for C# programmers at any level 

   http://www.amazon.com/exec/obidos/tg/detail/-/1430215801/ 

    INSTALL NOTES 

   Unzip, unrar and enjoy

کد:
http://rapidshare.com/files/122937439/Apress.LINQ.for.Visual.C.Sharp.2008.Jun.2008.eBook-BBL.rar
 

H_R

مدیر بازنشسته
تاریخ عضویت
30 مارس 2005
نوشته‌ها
3,298
لایک‌ها
17
سن
42
محل سکونت
North Pole
اینم بد نیست :





0321150775.jpg



کد:
"Essential C# 2.0 pulls off a very difficult task. The early chapters are comprehensible by beginning developers, while the later chapters pull no punches and provide the experienced developer with the detailed information they need to make the most of C# 2.0. Starting with the first chapter, Mark has successfully interwoven tidbits of information useful to even the most advanced developer while keeping the book approachable." --Chris Kinsman, chief architect, Vertafore, Microsoft Regional Director"How refreshing! This book deals with C# thoroughly, rather than skimming over the whole .NET framework. It is valuable to newcomers and professionals alike." --Jon Skeet, C# MVP"Essential C# 2.0 is a one-stop shop for an experienced programmer looking to ramp up on one of the hottest languages around today. Mark delivers an intelligent and detailed tour of C#, providing newcomers to the language with a solid foundation of skill on which to build their next generation of applications." --Stephen Toub, technical editor, MSDN Magazine"This book provides complete, up-to-date coverage of all the programming constructs in C#.Masterfully organized, it allows beginning programmers to get on board and leads more experienced programmers into the world of structured programming. Because of its unwavering focus on the essential programming constructs of C#--such as generics, delegates, and much more--this book is indispensable. For programmers who want to solve their day-to-day programming issues using the latest features this modern programming language has to offer, this book is indispensable." --Narendra Poflee, IT integration specialist, Itron Inc."Essential C# 2.0 is an ideal book for all programmers interested in C#. If you are a beginner, you will quickly learn the basics of C# programming and become familiar with the concepts. The flow of the text is easy to follow and does a great job of not repeating concepts that have already been covered. For the experienced programmer, this book has priceless nuggets embedded within its pages, making it a great read for programmers who are already familiar with C#. This will be a book that I will keep next to my computer for years to come." --Michael Stokesbary, software engineer, Itron Inc. Essential C# 2.0 is a clear, concise guide to C#--including the features new to C# 2.0. The book clearly presents material for beginners and experts and provides contrasts and comparisons between C# and other languages. The C# language is covered comprehensively and each important construct is illustrated with succinct code examples. Complete code examples are available online. Mark Michaelis has organized the material for quick access. Graphical "mind maps" at the beginning of each chapter show what material is covered and how each topic relates to the whole. Following the C# introduction, readers will learn about *C# primitive data types, value types, reference types, type conversions, and arrays *Operators and control flow, loops, conditional logic, and sequential programming *Methods, parameters, exception handling, and structured programming *Classes, inheritance, structures, interfaces, and object-oriented programming *Well-formed types, operator overloading, namespaces, and garbage collection *Generics, collections, and iterators *Reflection, attributes, and declarative programming *Threading, synchronization, and multi-threaded patterns *Interoperability and unsafe code *The Common Language Infrastructure that underlies C# C# 2.0 has a multitude of new features that make the language even more powerful, productive, and efficient. These new features are thoroughly covered in this book. A separate appendix on C# 2.0 topics helps readers quickly find new features of the language. Whether you're just starting out as a programmer, are an experienced developer looking to learn C#, or are a seasoned C# programmer interested in learning the new features of C# 2.0, Essential C# 2.0 gives you just what you need to quickly get up and running writing C# applications. 

ISBN: 0321150775, Author: Mark Michaelis, Publisher: Addison-Wesley Professional, Pages: 768, Publication Date: 2006-07-23

کد:
http://rapidshare.com/files/105833019/0321150775.rar
 

H_R

مدیر بازنشسته
تاریخ عضویت
30 مارس 2005
نوشته‌ها
3,298
لایک‌ها
17
سن
42
محل سکونت
North Pole
اینم برای اینکه تعادل بر قرار شه :

51I-gJ-rJsL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg

کد:
Visual Basic .NET Design Patterns 
by Mark Grand 

ISBN-10 / ASIN: 0471268607 
ISBN-13 / EAN: 9780471268604 
Publisher: Wiley 
Number Of Pages: 512 
Publication Date: 2003-06-06 


Design Patterns are a type of pattern used in the initial design phase of an object-oriented development project Documents 46 Visual Basic .NET design patterns, including 20 that have never before been published Features case studies that demonstrate how to use design patterns effectively in the real world-and even explains where not to use design patterns Companion Web site includes all code and UML models from the book as well as links to appropriate software downloads

کد:
http://ifile.it/nkym74
 

txt

کاربر تازه وارد
تاریخ عضویت
27 مارس 2009
نوشته‌ها
12
لایک‌ها
0
ASP.NET یک چارچوب کاربردی WEB است که توسط مایکروسافت عرضه گردیده تا برنامه نویسان بتوانند برای ساخت سایت های WEB و برنامه های WEB پویا وسرویس های WEB پویا وسرویس های WEB XML ازآن استفاده کنند. این بخشی از زیر ساخت .NET مایکروسافت وجانشینی برای تکنولوژی صفحات سرویس دهنده فعال (ASP) است. ASP مبتنی بر زبانهای مشترک در حال اجرا است که به برنامه نویسان اجازه می دهد کدهای ASP را با استفاده ازهر زبان Microsoft.NET بنویسند.

نسخه نهایی زبان دات نتی ASP یعنی ASP.NET 2.0 مدتهاست در اختیار کابران قرار گرفته است . کتاب های های آموزشی زیادی در زمینه آموزش زبان تحت وب ASP.NET 2 ارائه شده است . هم اکنون قصد داریم کتاب الکترونیکی به شما معرفی کنیم که راهنمای مناسبی برای یادگیری این زبان می باشد .

آموزش ASP.NET 2.0

خودآموز گام به گام asp.NET 2 نام کتابی است به زبان فارسی ، ترجمه کتاب : ASP.NET2 A Developer's Notebook نوشته ی : wei-Meng lee ، می باشد که می تواند شما را در امر آشنایی با زبان پیشرفته ASP.net یاری نماید . شما می توانید این کتاب را همراه با Source Code برنامه ها ، به صورت مستقیم و رایگان دانلود نمایید .

* توضيحات و دانلود در ادامه ي مطلب

این کتاب شامل بخش های زیر می باشد :

• قابلیت های جدید ASP.NET 2

• Master Page ها و Site Navigations

• Web Part ها

• دسترسی به داده ها (Data access)

• امنیت (Security)

• کارایی های جدید در ASP.NET 2

• پروفایل ها (Profiles)

• قالب ها (Themes) و پوسته ها (Skins) و بومی سازی (Localization)

--------------------------------------------------

نام کتاب : آموزش ASP.NET 2 فارسی (ASP.NET2 : A Developer's Notebook)

نويسنده : Wei-Meng lee

مترجم : محسن قاسمپور

زبان : فارسي

تعداد صفحات : 351

فرمت کتاب الکترونيک : pdf.*

- - - - - - - - - - - - - - - - - - - - - - - - -

دانلود - 8.01 مگابايت

Source Codes : :rolleyes:دانلود
 
بالا