Jeetendra Gund, C# Corner

Jeetendra Gund

C# Corner

Contact Jeetendra

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Jeetendra:

C# 8.0 New Feature Switch Expressions

In this article, we are going to learn what Switch Expressions are in C# and how to use switch expressions in C# 8. → Read More

Code Examples of C# Static

This blog shows how to use the static keyword in C#. The static keyword is used to create static classes and static members in C#. → Read More

React States

In React, each component has a state. A state is an object with values. It determines components rendering and behavior. Used when a component needs to change independently of its parent. Components with the state have more complexity. → Read More

React JSX Props

JSX is known for being a language that lets you "write HTML inside JavaScript." JSX is an external, domain-specific language that is optimized for generating XML-like documents. JSX stands for JavaScript XML. Makes HTML easy to understand. → Read More

Creating And Using React Components

The most important concept to understand in React is the component. A React application is a composed set of components. In React, each component is a bundle of HTML, CSS and JavaScript code which identifies one particular block of your application. → Read More

React Introduction

In the third day of the React article series, we are going to learn about React Fundamentals. → Read More

React Introduction

In the second day of React article series, we are going to learn how to setup React development environment → Read More

React Introduction

I am going to write a series of articles on React. On the first day of learning, we are going to see the basics of React. → Read More

A Day with HTML5

Baramati, Maharashtra 413102 Baramati Maharashtra INDIA → Read More

Introduction To AngularJS

In this 13th day of AngularJS article series, we are going to learn next key players/concept of AngularJS, understanding the concept of Routing in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * You can download it and include as follows: * You can directly use CDN as follows: * ng-view directives The dynamically loaded views are injected into… → Read More

Introduction To AngularJS

In the 12th day of AngularJS article series, we are going to learn the next key players/concept of AngularJS, understanding the concept of $scope in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 *… → Read More

Jeetendra Gund

I have 4 years of work experience on Microsoft Technologies and working as Senior Analyst in IT Company based out in Pune. Working on .Net Web Technology and have an experience in C#.Net, MVC.NET, WCF and SQL Server, Entity Framework, AngularJS, JavaScript, HTML and WebFOCUS. → Read More

Introduction To AngularJS

In the 10th day of AngularJS article series, we are going to learn next key players/concept of AngularJS, understanding the concept of Custom Filters in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 *… → Read More

Introduction To AngularJS

In the 10th day of AngularJS article series, we are going to learning next key players/concept of AngularJS, understanding the concept of custom filters in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 *… → Read More

Introduction To AngularJS – Day 9

In the 9th day of AngularJS article series, we are going to learn next key players/concept of AngularJS, understanding the concept of Filters in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 *… → Read More

Introduction to AngularJS – Day 8

In the 8th day of AngularJS article series, we are going to learning next key players/concept of AngularJS, understanding the concept of Filters in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 *… → Read More

Introduction to AngularJS – Day 7

In the 7th day of AngularJS article series, we are going to learn next key players/concept of AngularJS that is understanding the concept of Custom Directives in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles, * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS –… → Read More

Introduction To AngularJS – Day 6

Before moving to key players/concepts of AngularJS, please read my previous articles, * Introduction to AngularJS – Day 1 * Introduction to AngularJS – Day 2 * Introduction to AngularJS – Day 3 * Introduction to AngularJS – Day 4 * Introduction to AngularJS – Day 5 Directives Directives teach HTML new tricks. Today we are discussing remaining AngularJS directives and how to create custom… → Read More

Introduction To AngularJS

In the 5th day of AngularJS article series, we are going to learning next key players/concept of AngularJS, understanding the concept of Directives in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: Directives Directives teach HTML new tricks. A directive is an extension of HTML that allows us to create new behaviors. This technology lets the… → Read More

Introduction To AngularJS

In the 4th day of AngularJS article series, we are going to learn next concept of AngularJS, that is understanding the concept of Views in AngularJS. Before moving to key players/concepts of AngularJS, please read my previous articles: Views View is nothing but what user sees means user interface (UI). View is HTML template, it render the user interface. It contains HTML and CSS and binds data… → Read More