C#: Interfaces and Design Patterns

๐Ÿ”น Interfaces and Design Patterns ๐ŸŽฏ Objective To explore how interfaces can decouple code To demonstrate design patterns that leverage interfaces: Strategy and Factory To pro...
0 Read More

๐—–๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ๐˜€ & ๐—ฆ๐—ผ๐—น๐˜‚๐˜๐—ถ๐—ผ๐—ป๐˜€:

๐—–๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ: Struggled with binding dropdown list to model property using ViewBag. ๐—ฆ๐—ผ๐—น๐˜‚๐˜๐—ถ๐—ผ๐—ป: Switched to IEnumerable for strong typing in the ViewMode...
0 Read More

ASP.NET - SOAP API (SOAPCORE)

ASP.NET - SOAP API (SOAPCORE)
About This article is practical guide for anyone looking to set up and work with a SOAP API. It is based on my own experience, and aims to provide clear steps, useful tips, and highlight some...
0 Read More

EF Core seeding data

EF Core seeding data
Introduction Learn how to seed data with Microsoft EF Core 9 using UseSeeding and UseAsyncSeeding methods, which provide a convenient way of seeding the database with initial data.๐Ÿ’ก AI was...
0 Read More