Priya Paternity Tech Solutions
Wednesday, 12 November 2025
Tuesday, 11 November 2025
Prompt
I need a detailed technical specification and architecture plan for an application with two main modules:
- Uploader
- Manager/Reviewer.
Functional Overview:
- The uploader module allows users to upload Excel sheets. Each new upload may have a different header structure.
- The system should dynamically read and map the headers during upload.
- The manager/reviewer module allows reviewers to view uploaded records, review them, and comment on each record individually.
- After review, the uploader should see a dashboard displaying the list of records categorized by status: Pending, Removed, and Redirected.
- Each reviewer should only see records assigned to their name.
Technology Stack:
- Backend: ASP.NET Core
- Frontend: Angular
- Database: SQL Server
- Storage: Azure Blob Storage for uploaded files
- Analytics: Linkable to Power BI
Key Requirements:
- Implement a complete audit trail tracking all record-level changes (who changed what and when).
- Enable smooth integration with Power BI for reporting and analytics.
- Efficiently manage dynamic column mapping when headers differ across uploads.
- Design scalable and secure APIs between Angular frontend and ASP.NET Core backend.
- Use best practices for Azure Blob integration, including file metadata for version tracking.
Expected Output:
- Proposed database schema supporting dynamic headers and audit tracking.
- API endpoint definitions for uploader and reviewer operations.
- Recommended Angular component structure for dashboards and file review.
- Suggested table relationships and Power BI connection strategy.
- Security and performance considerations for multi-user roles (uploader/reviewer/admin).
Generate this as a system design outline with diagrams, workflow steps, and recommended patterns (like repository pattern or CQRS if applicable).
Sunday, 9 November 2025
calling or handling data without c# model
calling or handling data without c# model
JObject from the Newtonsoft.Json library (or JsonElement from System.Text.Json in .NET Core) or the dynamic keyword to handle incoming JSON data without a predefined class. This allows you to access properties dynamically, similar to how you might work with JavaScript objects.Friday, 7 November 2025
Arcemetal
Arcemetal interview questions
1.write the factorial code
2.write sql query to gets sales order over last 3 days
3.angular:dashboard > page A >page B > page c
send login data dashboard to page c
4.migrating issues
5.di in your project
Tuesday, 4 November 2025
rownumber over by
select *,
ROW_NUMBER() Over (PARTITION by ColumnType order by ColumnType desc ) as rn
from [NH].[tbl_NewHire_LookupValues] where countryCode='AE'
i have duplicate dropdown values entered remove it from the list
by using above code not getting row number properly
Monday, 27 October 2025
Black bud Leet code Interview exam
2 question
1.on cards
2.
https://leetcode.com/discuss/post/537699/google-onsite-card-game-by-sithis-8w7a/
https://leetcode.com/problems/count-array-pairs-divisible-by-k/description/
https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-k/description/
-
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...