Sunday, 29 December 2024

IEnumerable vs IQueryable C#

 IQerable:data will be filtered at sql server side.then it will return






IEnumarable :Data is filtered at client side means all data send from sql to clinet after that it will be filtered



Saturday, 28 December 2024

best css

 https://materializecss.com/mobile.html


https://getcssscan.com/css-box-shadow-examples



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>

dotnet errors

 

for static class we can't use this keyword.

Must c

 https://learn.microsoft.com/en-us/dotnet/aspire/

Thursday, 26 December 2024

Microservices

 backend communication pattern 

https://github.com/kova98/BackendCommunicationPatterns.NET/tree/master.



Monday, 23 December 2024

best ui

 https://fullstack-ecommerce.netlify.app/products/category/670f5477e86c762e3cad6c9f


Saturday, 21 December 2024

free host

 https://backend.back4app.com/apps/d72c8f58-9e83-4510-975b-850b093093a2/browser/_User

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



flutter ecom

 https://www.flutterlibrary.com/templates/e-commerce-app

Friday, 13 December 2024

azure

 AZURE RESources

https://1drv.ms/b/s!Aj1KEkZwAEVqhPNWh4DZD0IQN1pY5w?e=QgjyYh

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