کتاب الکترونیکی

ASP.NET 3.5 توسعه برنامه کاربردی سازمانی با ویژوال استودیو 2008: مشکل، طراحی، راه حل

ASP.NET 3.5 enterprise application development with Visual studio 2008: problem, design, solution

دانلود کتاب ASP.NET 3.5 enterprise application development with Visual studio 2008: problem, design, solution (به فارسی: ASP.NET 3.5 توسعه برنامه کاربردی سازمانی با ویژوال استودیو 2008: مشکل، طراحی، راه حل) نوشته شده توسط «Vincent Varallo»


اطلاعات کتاب ASP.NET 3.5 توسعه برنامه کاربردی سازمانی با ویژوال استودیو 2008: مشکل، طراحی، راه حل

موضوع اصلی: برنامه نويسي

نوع: کتاب الکترونیکی

ناشر: Wiley

نویسنده: Vincent Varallo

زبان: English

فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)

سال انتشار: 2009

تعداد صفحه: 507

حجم کتاب: 11 مگابایت

کد کتاب: 0470396865 , 9780470396865

توضیحات کتاب ASP.NET 3.5 توسعه برنامه کاربردی سازمانی با ویژوال استودیو 2008: مشکل، طراحی، راه حل

کتاب ASP.NET Enterprise Application Development، که بخشی از سری مشکل/طراحی/راه حل است، به عنوان کتابی تنظیم شده است که ابتدا مشکل را نشان می‌دهد، سپس به سمت طراحی می‌رود (و به امکانات طراحی مختلف نگاه می‌کند)، و به پایان می‌رسد. راه حل برای پیاده سازی پروژه نمونه برای این کتاب یک فرصت ردیابی زمان است، برنامه ای برای ثبت زمان کارمند.

هر فصل از کتاب به دنبال طرح‌بندی اصول یک برنامه تجاری است که از لایه‌های دسترسی به داده، کسب‌وکار و ارائه شروع می‌شود. بقیه کتاب به بررسی ویژگی‌های مختلف مورد نیاز برنامه (بررسی استثنا، امنیت، گردش کار و غیره) اختصاص دارد. بیشتر سناریوهای فصل‌ها به جای استفاده از ابزارهای دیگر در دسترس توسعه‌دهندگان، از پیاده‌سازی کد خاص برای حل مشکل استفاده می‌کنند (به عنوان مثال، فصل گردش کار از بنیاد گردش کار ویندوز استفاده نمی‌کند). اگرچه چند ابزار مانند Crystal Reports و Enterprise Library استفاده می شود.

این کتاب رویکرد جالبی در نحوه اجرای منطق تجاری دارد. برنامه های کاربردی تجاری بسیار متفاوت از وب سایت های شخصی و انواع دیگر برنامه ها هستند زیرا به موفقیت قوانین تجاری آنها بستگی دارد. این یکی از محورهای کتاب است، تنظیم نحوه ساختار کد خود به گونه ای که بتوانید نیازهای تجاری مختلف برنامه را مدیریت کنید.

فصل هایی که ویژگی های خاصی را برای برنامه ایجاد می کنند (گزارش، گردش کار و غیره) از یک رویکرد کد خاص برای ایجاد این ویژگی ها استفاده می کنند. این کتاب تغییرات در پایگاه داده و مدل داده را نشان می‌دهد، رویه‌های ذخیره‌شده برای تغییر را نشان می‌دهد و سپس به راه‌حل طراحی می‌رود. هر ویژگی جدید دارای یک صفحه ASP.NET جدید است که به طور کامل همراه با هرگونه تغییر در سبک ها، صفحات اصلی و غیره نشان می دهد.

سبک کتاب معمولاً از توضیح مشکل تجاری در ابتدا پیروی می کند. هنگامی که کتاب کد را نشان می دهد، نویسنده ابتدا کد را نشان می دهد و با توضیح راه حل ادامه می دهد. در بخش طراحی، این کتاب اجزای مختلفی را که برای تکمیل راه حل استفاده می کند (مانند Crystal Reports برای گزارش و Enterprise Library برای رسیدگی به استثنا) مورد بحث قرار می دهد.

من امیدوار بودم که کتاب بیشتر به دنبال استفاده از الگوهای طراحی مختلف در ASP.NET باشد. اگرچه برخی از آنها وجود دارد، معماری تقریباً در سراسر برنامه یکسان است. علاوه بر این، UI بعداً از پیاده‌سازی جاوا اسکریپت ASP.NET AJAX یا کتابخانه اسکریپت مانند JQuery استفاده نمی‌کند، اما از بیشتر منطق سمت سرور استفاده می‌کند و در صورت لزوم، از کنترل پنل به‌روزرسانی استفاده می‌کند.

در حالی که نمی‌دانم از معماری مشابهی استفاده کنم، برخی از ویژگی‌هایی را که او در برنامه پیاده‌سازی کرده است دوست دارم و به دنبال این هستم که ببینم چگونه می‌توانم از آن برای توسعه خودم استفاده کنم.


The ASP.NET Enterprise Application Development book, which is part of the Problem/Design/Solution series, is setup as a book that illustrates the problem first, then moves to the design (and looks at various design possibilities), and finishes up with the solution to implement. The sample project for this book is a time-tracking opportunity, an application to log employee’s time.

Each chapter of the book looks to layout the fundamentals of a business application, starting with the data access, business, and presentation layers. The rest of the book is spent looking at the various features that the application needed (exception handling, security, workflow, etc.). Most of the scenarios in the chapters use a code-specific implementation to solving the problem, rather than using other tools available to developers (for instance, the workflow chapter doesn’t leverage Windows Workflow Foundation). Though there are a few tools used, like Crystal Reports and Enterprise Library.

The book has an interesting approach in how it implements the business logic; business applications are much different than personal web sites and other application types because they depend on the success of their business rules. That is one of the focuses of the book, setting up how to structure your code so that you may handle the various business needs of the application.

The chapters that create specific features for the application (reporting, workflow, etc.) use a code-specific approach to creating these features. The book lays out the changes to the database and data model, illustrates the stored procedures for the change, and then moves into the design solution. Each new feature has a new ASP.NET page that he demonstrates fully along with any changes to styles, master pages, etc. Each book discusses the chapter to the fullest detail, from the proc to the finished solution.

The style of the book typically follows the explanation of the business problem at the beginning. When the book illustrates code, the author shows the code first, and follows up with an explanation of the solution. In the design section, the book does discuss the various components that it does use to complete the solution (such as Crystal Reports for reporting and Enterprise Library for exception handling).

I was hoping the book was going to look more into using various design patterns within ASP.NET. Although there are some, the architecture is pretty much the same throughout the application. Additionally, the UI later doesn’t use much ASP.NET AJAX JavaScript implementations or a script library like JQuery, but leverages most of the logic on the server-side and, when necessary, leverages the update panel control.

While I don’t know that I would use the same architecture, I do like some of the features he implemented in the app and look to see how I may utilize this for my own development.

دانلود کتاب «ASP.NET 3.5 توسعه برنامه کاربردی سازمانی با ویژوال استودیو 2008: مشکل، طراحی، راه حل»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.

📖 خرید این کتاب

برای دریافت فایل و اطلاع از قیمت، روی یکی از دکمه‌های زیر کلیک کنید تا پیام آماده برای شما ارسال شود:

پس از ارسال پیام، قیمت و لینک دریافت فایل در اسرع وقت برای شما ارسال خواهد شد.