دانلود کتاب Expert C# 2005 Business Objects, Second Edition (به فارسی: Expert C# 2005 Business Objects، ویرایش دوم) نوشته شده توسط «Rockford Lhotka»
اطلاعات کتاب Expert C# 2005 Business Objects، ویرایش دوم
موضوع اصلی: کسب و کار
نوع: کتاب الکترونیکی
ناشر: Apress
نویسنده: Rockford Lhotka
زبان: English
فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)
سال انتشار: 2006
تعداد صفحه: 695
حجم کتاب: 10 مگابایت
کد کتاب: 9781590596326 , 1590596323
توضیحات کتاب Expert C# 2005 Business Objects، ویرایش دوم
p, li { فضای سفید: pre-wrap; }
من CSLA را ردیابی کردم و از همان روزهای اولیه VB6 از معماری استفاده کردم و متأسفانه باید اعتراف کنم که در طول سال ها از یک دنبال کننده به ناامیدی فزاینده ای تغییر کرده ام. به نظر من CSLA نتوانسته است با مفاهیم جدیدتر مدل سازی دامنه و غیره از اریک ایوانز همگام شود و همچنین در ترکیب مفاهیم و الگوهای مارتین فاولر و همکارانش شکست خورده است. معماری هیچ راه حل واقعی برای مسائل نگاشت رابطه شی و غیره را حل نمی کند یا ارائه نمی دهد. مشکل به نظر من از این واقعیت ناشی می شود که معماری ریشه در اصولی دارد که در VB6 کار می کردند و مورد نیاز بودند. اگر شما و سازمانتان قبلاً به CSLA متعهد هستید، به خرید کتاب ادامه دهید و با تغییرات جزئی که با هر تکرار در معماری رخ می دهد، همراه باشید. مشکل دوم برای من این است که CSLA تست رانده نمی شود (اگرچه برخی از تست ها وجود دارند که به نظر می رسد به روز شده اند). خود چارچوب نسبتاً محدود است و بیشتر منطق در کد تولید شده است. این بدان معنی است که گسترش یا ارتقاء آن بسیار دشوار است زیرا باید شروع به بازی با الگوها و غیره کنید. اگر به دنبال یادگیری مفاهیم دامنه و استفاده از آنها در پروژههای تولیدی هستید، پیشنهاد میکنم به سراغ یکی از چارچوبهای کاربردی سازمانی منبع باز که در دسترس هستند بروید. اینها از نظر مشارکت از ویژگی های غنی تر و زنده تر از CSLA هستند. پیشنهادات من این است: 1)NHibernate – این یک ORM منبع باز است اما دارای ژنراتورهای زیادی است. CodeSmith که به شما امکان می دهد لایه Business Object را ایجاد کنید. این به طور منطقی مستند است و دارای یک کتاب (NHibernate در عمل) است و دارای یک جامعه نسبتاً فعال است. من از این چارچوب در تعدادی از پروژه ها استفاده کرده ام و بسیار پیچیده است اما به خوبی کار می کند. 2) پیشنهاد دیگر من Habanero است – این یک چارچوب برنامه کاربردی منبع باز جالب است (که من در 7 ماه گذشته از آن استفاده کرده ام). این چارچوب، ORM (نگاشت رابطه ای شی)، مدل دامنه و نسلی از رابط های کاربری ساده را پوشش می دهد. همچنین دارای مؤلفههای زیادی است که میتوان آنها را هم در مدل دامنه (لایه منطق تجاری) و هم در رابط کاربری (لایه ارائه) استفاده و وصل کرد. مستندات با تعداد زیادی ویدیو و غیره برای شروع بسیار خوب است. در حال حاضر اطلاعات زیادی در مورد جزئیات معماری موجود نیست، اما کد به خوبی مستند شده است. یک نسخه آلفا از یک کتاب وجود دارد که بسیار خوب است و جزئیات معماری را توضیح می دهد (شما باید آن را از طریق ایمیل درخواست کنید). بخشهای تأثیرگذار برای من این است که کل معماری کاملاً آزمایشی است و با قابلیت جابهجایی در یک پایگاه داده حافظه عرضه میشود. پایگاه داده In Memory واقعاً به شما امکان می دهد پروژه خود را به شیوه ای چابک توسعه دهید. انجمن و انجمن فعال است و Framework قبلاً چندین نسخه جدید در 7 ماهی که من با آن کار می کنم داشته است. این چارچوب با یک Free Code Generator با نام Firestarter عرضه می شود. Firestarter کمی خشن و آماده است اما کار می کند و استفاده از آن نسبتا آسان است.
p, li { white-space: pre-wrap; }
I have tracked CSLA and used the architecture since the Early VB6 days and I unfortunately have to admit that I have moved from being a follower to becomming increasingly dissapointed over the years. CSLA has in my opinion just failed to keep up with the newer concepts of Domain Modelling etc from Eric Evans it has also failed to in incorporating concepts and patterns from Martin Fowler et al. The architecture does not solve or present any real solution for the Object Relational mapping issues etc etc etc. The problem in my opininion stem from the fact that the architecture has remained rooted in the principles that worked and were needed in VB6. If you and your organisation are already committed to CSLA then keep buying the book and keep up with the minor changes that happen to the architecture with each iteration. The second problem for me is that the CSLA is not test driven (although there are some tests that appear to have been retrofitted). The Framework itself is fairly limited with most of the logic being in the generated code. This means that it is extremely difficult to extend or enhance since you need to start fiddling with templates etc. We all know that generated code is very hard to test so doing this makes things very fragile and frustrating. If you are looking learn Domain Concepts and to utilise these in production projects then I would suggest that you go for one of the Open Source Enterprise Application Frameworks that are available. These are more feature rich and more alive in terms of contribution than CSLA. My suggestions would be 1)NHibernate – this is an open source ORM but has many generators e.g. CodeSmith that allow you to generate the Business Object Layer. It is reasonably well documented and has a book (NHibernate in action) it has a reasonably active community. I have used this framework on a number of projects and it is very complex but works well. 2) My other Suggestion would be Habanero – this is an interesting Open Source Enterprise application framework (that I have been using for the last 7 months). The framework covers the ORM (Object Relational Mapping), The Domain Model and some generation of simple user interfaces. It also has many components that can be used and plugged in at both the Domain Model (Business Logic Layer) and User interface (Presentation layer). The documentation is pretty good with lots of videos etc for getting started. There is currently not that much available on the details of the architecture but the code is well documented. There is a alpha release of a book which is pretty good and explains the details of architecture (You need to request it via email). The impressive parts for me are that the entire architecture is fully Test Driven and ships with the ability to swap in a Memory Database. The In Memory database really allows you to develop your project in an agile manner. The community and forum is active and the Framework has already had several new releases in the 7 months I have been working with it. The framework ships with a Free Code Generator aka Firestarter. Firestarter is a bit rough and ready but works and is relatively easy to use.
دانلود کتاب «Expert C# 2005 Business Objects، ویرایش دوم»
برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.