Thursday, 26 May 2022

Asp.net core Proc Imp

 >>most importent StroedProcedure resolved today by using

keyless model it is very importent thing for dbcontext

>> #region Keyless

            modelBuilder.Entity<TotalReportCOunt>()
                .HasNoKey();
            #endregion

now u can access model without key also it is very importent one.

project: Advertice APi auth upload

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...