اشتراک‌ها
نقد و بررسی Clean Architecture
Myths about Clean Architecture

It's the same as "Clean Code", and I think that's rubbish so this is rubbish.
It's complicated.
There are no benefits.
You need lots of projects.
You need lots of dependency packages.
In particular, you need some combination of Mediatr, AutoMapper, and/or MassTransit.
It's basically just "enterprise" again.
You have to use it for your entire codebase.
You are good enough that you can dismiss it out of hand without evaluating whether you've perhaps misunderstood what it really is.
Proper developers don't do it because they're busy shipping features.
CA doesn't introduce any overhead that would measurably slow down delivering features. Done right, it should speed things up because like practices such as TDD, quality can go up and rework goes down.


نقد و بررسی Clean Architecture
اشتراک‌ها
دوره 4 ساعته پیاده سازی اعتبارسنجی با JWT توسط Angular 18 و ASP .NET 8
Build a Secure App with Angular 18 & ASP .NET 8

Building secure applications is paramount in today's digital landscape, where data breaches and cyber threats are prevalent. In this comprehensive full course on Angular 17 and .NET 8 JWT Authentication, we'll delve into every aspect of creating robust and secure applications, spanning a wide array of topics from role management to password reset functionalities using mail.
دوره 4 ساعته پیاده سازی اعتبارسنجی با JWT توسط Angular 18 و ASP .NET 8
اشتراک‌ها
پایان کار CodeProject.com
Shortly the site will be switched into read-only mode. Our hope with this change is to allow another party to maintain the site as an archive of great code, articles and technical advice.
پایان کار CodeProject.com
پاسخ به پرسش‌ها
خطا در اضافه کردن سرویس soap wsdl در WCF
  • اگر با این نحو در جای دیگری سؤال بپرسید، به این دلایل با شما بدرفتاری خواهد شد. بهتر است یک حداقلی را رعایت کنید.
  • شما قصد دارید به یک php soap server متصل شوید که چنین کاری با ابزار فوق امکان پذیر نیست اما ... فناوری NET Framework 2.0 ASMX WebServices. با این نوع soap serverها به‌خوبی کار می‌کند. برای اینکار یک برنامه‌ی کنسول دات‌نت فریم ورک قدیمی (4x) را درست کنید. بعد از منوی Add، گزینه‌ی Service reference را انتخاب کرده و آدرس مدنظر را وارد کنید. با کلیک بر روی دکمه‌های Go و Ok، یک فایل wsdl. برای آن تولید می‌شود.
  • پس از تولید فایل wsdl به روشی که گفته شد، این فایل، در نگارش‌های جدیدتر دات‌نت، توسط پنجره‌ای که تصویر آن‌را ارسال کردید، قابل استفاده‌است. نکته‌ی مهم آن، استفاده از دکمه‌ی browse در این پنجره‌است که قابلیت دریافت مسیر فایل wsdl تولید شده‌ی در قسمت قبل را دارد (و نه استفاده از دکمه‌ی Go).