Mohammad Towhidul Islam

    07-Sep-21 11:23:05 am

    One to many mode relationship in C# ASP.Net core using Linq

    From a single query DataTable shops=query(); List<SellerApplicationModel> shoplist = (from i in shops.AsEnumerable() select new SellerApplicationModel { Id = i.Field<Int64>("id"), ...

    Read More


    Mohammad Towhidul Islam

    11-May-21 04:23:51 pm

    Practical ASP.NET Core SignalR