Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Rikam Palkar(10)
Mahesh Chand(2)
Adarsh Nigam(1)
Mohamed Azarudeen Z(1)
Jay Krishna Reddy (1)
Gaurav Jain(1)
Shantanu (1)
Sravan Kumar Reddy Dudyalu(1)
Kannan Sudhakaran(1)
Rinki (1)
Satheesh Elumalai(1)
Sam Hobbs(1)
Resources
No resource found
Create React TS Apps with CRA & Vite
May 22, 2025.
Learn how to set up your first React + TypeScript apps in VSCode using CRA and Vite. Follow simple steps to get started fast with both popular tools.
Building and Reusing Components in React with Props
May 07, 2025.
In React, components are the building blocks of your application. They help you break down the UI into manageable pieces. To make these components reusable and dynamic, React uses something called props. Let's understand props.
JavaScript vs TypeScript File Extensions: .js .jsx .ts .tsx
Aug 08, 2024.
Unlock the mysteries behind JavaScript and TypeScript file extensions with this comprehensive guide. Learn the differences between .js, .jsx, .ts, and .tsx files, and understand how each plays a crucial role in modern web development.
Azure AI content safety - Do's and Don'ts
May 21, 2024.
This article provides an overview of Azure AI Content Safety, a suite of AI-powered tools designed to enhance online safety by detecting and mitigating harmful content. It highlights key features such as real-time content moderation, multi-language support, and customizable policies.
Avoiding Common C# Coding Mistakes - Do's And Don'ts To Remember
Apr 06, 2023.
Here I'm explaining about the common mistakes that we must avoid while performing coding
10 Dos And Don'ts Of Copying And Pasting Code
Oct 04, 2021.
In this article, you will learn about 10 Dos and Don’ts of Copy and Paste Code.
Top 10 LinkedIn Dos And Don'ts
Apr 12, 2020.
In this article, you will learn about top 10 linkedIn dos and don'ts.
10 Do's And Don'ts For SQL Server Developers
Jan 27, 2020.
In this article, you will learn about 10 do's and don'ts for SQL Server.
ts.validator.fluent - TypeScript Based Generic, Fluent Validation Framework
Apr 10, 2018.
I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 6 CLI app which uses the framework for client-side form validation.
Separate TypeScript (TS) And JavaScript (JS) Files In Different Folders In Angular 2
Dec 12, 2016.
In this article, we will learn how to separate TypeScript and JavaScript files in different folders in Angular 2 applications, using Visual Studio.
TypeScript (TS) Anatomy: Part 1
Jun 02, 2015.
In this article you will learn the anatomy of TypeScript (TS).
Next.js App Router Explained: The Modern Way to Build Routes
Jun 27, 2025.
Learn how to use Next.js App Router—a modern routing system using the `/app` directory. It supports layouts, nested routes, loading states, dynamic paths, and more for scalable, organized applications.
Understanding useState in React
Jun 04, 2025.
How React hooks really work, and how to use them like someone who knows what they're doing. From basics to real-world cases.
React Children! Yeah, That’s What They Called
Jun 01, 2025.
You’ve seen children all over React code, but no one told you how to actually use it well. This is your real-world guide to doing it right, less theory, more code you’d actually ship.
Interfaces vs Types in TypeScript
May 29, 2025.
Don’t waste another hour arguing over type vs interface. Here's what matters, what doesn't, and how to pick the right one without overthinking it.
How to Pass Functions & Params in React + TypeScript
May 27, 2025.
You’re passing functions around like candy in your React app, but when TypeScript throws a tantrum, you start hacking with any or begging Google for help. Let’s fix that.
Sir, This Is a TypeScript Function
May 21, 2025.
Functions are one of the most fundamental concepts in programming. They’re where your application’s logic lives and in TypeScript, they’re even more powerful thanks to static typing.
TypeScript: Strong Types and Where to Find Them?
May 09, 2025.
TypeScript is a typed version of JavaScript that helps catch errors early and improve code quality. Let me explains what it is, why it’s useful, and how to get started.
Using children in React?
May 07, 2025.
Learn how to use `props.children` in React to pass elements, text, or components between tags. Enhance flexibility, create reusable layouts, and apply styles or logic using `cloneElement` and fallbacks.
Rendering Dynamic Content with JavaScript Expressions in React
May 06, 2025.
How React updates the UI when your data changes? Let's explore how to use variables, props, state, and expressions to display dynamic values, all with practical examples.
Learn About Angular Karma Test Cases Using GitHub Copilot
Jul 12, 2024.
Learn how to create and execute Angular Karma test cases using GitHub Copilot. Start by creating components and corresponding test files like device.ts and device.test.ts. Add functions such as pushToDevice and sendToBackend, then use Copilot to generate multiple test cases. Run tests with npm run test and view results in Chrome.
TypeScript With Visual Studio 2010
Oct 06, 2012.
This article provides a crude yet effective way to use TypeScript in Visual Studio 2010 and prior versions.