IQerable:data will be filtered at sql server side.then it will return
Sunday, 29 December 2024
IEnumerable vs IQueryable C#
Saturday, 28 December 2024
Friday, 27 December 2024
blazor interaction pages
Beacuse your NavMenu component is still in Static(by default), applying a render mode per page with @rendermode InteractiveAuto
would only affect the current component; it won't affect other child components in the parent component.
If you add this line
<h1 class="text-muted">Render @(OperatingSystem.IsBrowser() ? "Wasm" : "Server")</h1>
Thursday, 26 December 2024
Microservices
backend communication pattern
https://github.com/kova98/BackendCommunicationPatterns.NET/tree/master.
Wednesday, 25 December 2024
Monday, 23 December 2024
Saturday, 21 December 2024
Thursday, 19 December 2024
Wednesday, 18 December 2024
Monday, 16 December 2024
Ui clone using AI boat
https://v0.dev/
https://bolt.new/?gad_source=1&gclid=Cj0KCQiAvP-6BhDyARIsAJ3uv7ZE4pEwvssz481fX_TbOgxXYfHM3O4-Bk2IVWyCRKXCSj4jj_pl8rIaAsR0EALw_wcB
Friday, 13 December 2024
Thursday, 12 December 2024
Delotie
Dispose vs finalize
struct vs class
static vs singleton class
threads?
sync vs async
JVM vs CLR
CLR Role?
Access modifiers Protected vs protected internal?
var vs dynamic
Tupel method implmention.
Indexer in c#
i dont want cahnge my class how it be?
Treee shaking in angular
ANGULARi
Capgemini
Can you give your brief introdcution?
2.Ref vs OUT?
3.Abstarct vs interface class
4.Extenstion methods?
5.Multithreading/
6.Generics?
Delegates?
Sealed class?
Genrics
deleagates
SOLID
HTTP verbs
contetnt negotiation?
what is the purpose of startup.cs
cluster and non clustered
mindtree
what is reflection
extenstion methods?example of build in methods?(VVimp)
anonymous types?
how will you retrun multiple objects in the method?tuples?
session vs cache?
Entity Frameworkd
imagine i want to insert a few records and update a few recors at the same time.howmany db calls are reuired if its different then how will you roll back if one operation fails?
Lifecycle of web API ?how does the reuest go?
Custom middleware? have you created anyone? does middleare order matters?
why do we need modles if we arealy have an entity?
whate are the different service life(addtransient)
AWS
treigbase lamba vs http based lambada? what type of lambada you crated?
Tuesday, 10 December 2024
tech mahindra
Detailed Technical Skills:
- .NET Framework
Strong experience with .NET and ASP.NET MVC for building scalable web applications. A solid understanding of the C# programming language is required. Knowledge of the .NET Core platform and its capabilities will be an added advantage.
- Design Patterns – (Entry-Level to Intermediate)
Familiarity with core design patterns is essential, including:
CQRS (Command Query Responsibility Segregation): Helps in separating read and write operations for better scalability and performance.
MVVM (Model-View-ViewModel): Used to separate business logic from UI logic, ensuring clean architecture.
Microservices Architecture: Knowledge of Microservices as a design pattern for building distributed systems where each service is independently deployable and scalable. Understanding concepts like API Gateway, Service Discovery, Event-Driven Architecture, and Inter-Service Communication (e.g., REST, gRPC, or message queues) is highly beneficial.
- Cloud and DevOps
Azure Cloud – Required (Entry-Level ), Proficiency in deploying and managing applications on Azure
Azure DevOps – Required, Hands-on experience with Azure DevOps tools for continuous integration (CI), continuous delivery (CD), and automated deployment pipelines.
Containerization and Orchestration: Kubernetes – (Entry-Level - Intermediate )
Basic understanding of Kubernetes for managing containerized applications. Knowledge of deploying, scaling, and managing containers will be beneficial but not essential.
- Authentication & Authorization
RBAC (Role-Based Access Control) – (Intermediate – Advanced), Experience implementing role-based access control (RBAC) to manage user permissions and access in applications.
Authentication – Required, Solid understanding of implementing authentication mechanisms such as OAuth, JWT, OpenID Connect, and identity providers to secure applications.
Authorization – Required, Knowledge of authorization techniques for managing user roles, permissions, and access control in applications.
- Frontend Development
React – Required, Proficiency in building dynamic and responsive user interfaces using React. Experience with state management in React (e.g., Redux or Context API) is important.
Fluent UI – Optional, Familiarity with Fluent UI or other design systems for creating consistent and reusable UI components is beneficial but not mandatory.
JavaScript – Required, Strong knowledge of JavaScript (ES6+), and experience with TypeScript for building type-safe applications.
TypeScript – Optional, Proficiency in writing type-safe code using TypeScript to improve maintainability and reduce runtime errors.
- Database
MSSQL (MS SQL Server) – Required, Strong experience with MSSQL for relational database management, including designing schemas, writing complex queries, and optimizing database performance.
Cosmos DB – Nice to Have, Familiarity with Azure Cosmos DB for handling NoSQL data and managing distributed, globally scalable databases. Experience with Cosmos DB is a plus but not required.
c#
https://github.com/dcyuksel/Result
-
Points 1.complex page layouts and adherence to code standards. 2.primeNG pagination 3.ngcontent 4.ngdestory(memorylekage) 5.datatransfer wi...
-
Check duplicate count based on 3 columns combo select EMPID,FORMinfoID,FormName,Count(*) as counts from tbl_FilesMigrationLogs group by Em...