C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Richa Garg(2)
Vishal Gami(1)
Sreekanth Reddy(1)
Rajeev Ranjan(1)
Sonia Bhadouria Vishvkarma(1)
Vijai Anand Ramalingam(1)
Diptimaya Patra(1)
Alexis Chan Gridel(1)
Dhiraj Poojary(1)
Harpreet Singh(1)
Rahul Singh(1)
Riya Patel(1)
Dashrath Hapani(1)
Muhammad Talha(1)
Arindam Dawn(1)
Priti Kumari(1)
Mike Gold(1)
Resources
No resource found
Content Projection and ViewContainerRef in Angular — A Practical Developer Deep Dive
Nov 25, 2025.
Master Angular's content projection & ViewContainerRef! Build reusable UI components, dynamic forms, and modals. Learn practical techniques with examples & best practices.
Content Projection In Angular
Mar 06, 2020.
In this article I explain about the concept content projection in angular.
Restriction and Projection Operator in LINQ
Jun 23, 2014.
In this article we will learn about the Restriction and Projection operators in LINQ, their syntax and their functionality with examples.
LocalOffset In 3-D Projection Using Windows Store Apps
Sep 06, 2012.
In this article I will explain how to use LocalOffset to move an object in the X,Y and Z axes using Windows Store apps.
Rotation In 3-D Projection Using Windows Store App
Sep 05, 2012.
In this article I will explain how to use 3-D Projection in Windows Store apps and how to use the slider control in it. The sample application performs rotation in the X, Y and Z axes using the slider control.
Draw a Origami Cat Using Pentagon Shape and Projection Transform Property
Jul 30, 2012.
Today we are going to see the use of the pentagon shape and Projection Transform Property of Transform Property from the Property Panel in Expression Blend 4.
Silverlight Plane Projection Example
Nov 01, 2010.
In this article we will be seeing how to create Silverlight Plane Projection using Visual studio 2010.
Plane Projection in Silverlight 3
Aug 05, 2009.
This article describes about Plane Projection in Silverlight 3.
MAPIG: My Method for Analysis, Projection, and Global Integration for technology strategy
Jul 17, 2024.
MAPIG (Method for Analysis, Projection, and Global Integration) is a comprehensive tech leadership framework designed by Alexis Chân Gridel. It integrates historical analysis, strategic alignment, tech audit, team assessment, and ethical considerations to bridge IT operations with business goals, fostering innovation and sustainable growth.
Angular Content Projection: UI Flexibility and Reusability
Jan 31, 2024.
Angular's content projection, also known as transclusion, elevates UI flexibility and reusability within the framework. By enabling the injection of content from a parent component into designated slots within a child component's template, Angular facilitates the creation of versatile and reusable components.
Projection Operators in LINQ
Mar 03, 2015.
In this article we will learn about Project Operators in LINQ.
Understanding Projections In LINQ With Select & SelectMany Enumerable Methods
Jan 02, 2015.
In this article I will try to explain how to use projections in LINQ with a collection of objects.
Event Sourcing Explained: Building Audit-Friendly and Scalable Applications
Jul 15, 2026.
Learn Event Sourcing with practical examples. Understand event stores, CQRS, projections, snapshots, and how to build scalable audit-friendly applications.
Entity Framework Core - Deep Performance Optimization Guide
Apr 16, 2025.
Optimize your Entity Framework Core apps with proven performance tips: use AsNoTracking, prevent N+1 issues, project only needed fields, leverage caching, compiled queries, and bulk operations for faster, memory-efficient data access.
Optimizing LINQ Queries in C# and .NET Core Web APIs
Jun 21, 2024.
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. Deferred execution via IQueryable delays query execution, optimizing database interactions.
Angular ngTemplateOutlet - The Power of Customization
May 03, 2023.
This article explains how developers can use a directive called ngTemplateOutlet in Angular to customize the appearance of a component's content. The article provides examples of how to use this directive to create reusable and customizable components for Angular projects. By the end of the article, readers will have a good understanding of how to use ngTemplateOutlet in their own projects.
How to Use LINQ To DataSet
Mar 03, 2014.
Here I would like to describe how to use a LINQ query and describe how to query dataset data.
Writing Equivalent LINQ Expressions in F#
Jun 07, 2010.
In this article we will compare LINQ expressions to the equivalent F# expressions for an F# List and show how to use projection, filtering, and other LINQ goodies in F#.