builder.Services.AddSwaggerGen(c =>
{ c.OperationFilter<AddRegionCodeHeaderParameter>(); c.EnableAnnotations(); c.SwaggerDoc("v1", new OpenApiInfo { Title = "Patient Web API", Version = "v1" }); c.OperationFilter<AddRegionCodeHeaderParameter>(); });Wednesday, 23 October 2024
Thursday, 10 October 2024
Same EMployee have 5 recrods to get only one record.
WITH RankedRecords AS (
SELECT
*,
ROW_NUMBER() OVER (PARTITION BY AppraisalID ORDER BY ModifiedDate) AS RowNum
FROM
tbl_EmpCompetencies
)
SELECT *
FROM RankedRecords
WHERE RowNum = 1;
Subscribe to:
Comments (Atom)
EFcore best practice
🌉 What is a Navigation Property? Think of navigation properties as shortcuts or links between two related tables in Entity Framework....
-
Points 1.complex page layouts and adherence to code standards. 2.primeNG pagination 3.ngcontent 4.ngdestory(memorylekage) 5.datatransfer wi...
-
OLX, like many large-scale online platforms, employs a variety of data structures and technologies to manage its data effectively. While s...