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

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...