TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Type
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (5)
Chetan Sanghani (4)
Ayush Gupta (3)
Ajay Kumar (3)
Farhan Ahmed (3)
Vijay Yadav (3)
Jitendra Mesavaniya (3)
Mohamed Shifan (2)
Jin Necesario (2)
Jignesh Trivedi (2)
Harieswaran D (2)
Gunasekaran Palani (2)
Sanjay Kumar (2)
Sudhir Vaghela (2)
Sreenath Kappoor (2)
Dharmeshwaran S (2)
Aayushi B (1)
Vijay Pratap Singh (1)
Bohdan Stupak (1)
Nitin Bhardwaj (1)
Sreeparna Sreejay (1)
Aiswarya E V (1)
Amol Sarkate (1)
Harminder Singh (1)
Vinay Ayinapurapu (1)
Dhruvin Shah (1)
Kautilya Utkarsh (1)
Sravan Kumar Reddy Dudyalu (1)
Ashish Bhatnagar (1)
Vignesh Kumar (1)
Muhammad Aqib Shehzad (1)
Uday Dodiya (1)
Satheesh Elumalai (1)
Madhukar Krishna (1)
Vishal Joshi (1)
Akshay Phadke (1)
Baibhav Kumar (1)
Amar Srivastava (1)
Rupenkumar Anjaria (1)
Geo J Thachankary (1)
Waqas Sarwar (1)
Adarsh Nigam (1)
Abhishek Saini (1)
Manoj Kalla (1)
Pradeep Yadav (1)
Shilpa Tanwar (1)
Aditya Gaur (1)
Yadagiri Reddy (1)
Hussain Patel (1)
Lokendra Singh (1)
Reena Bhalerao (1)
Aman Gupta (1)
Jaimin Shethiya (1)
Mark Pelf (1)
George (1)
Rikam Palkar (1)
Keyur Pandya (1)
Gurpreet Arora (1)
Sigar Dave (1)
Swati Gupta (1)
Pankaj Kumar Choudhary (1)
Imtiaz Alam (1)
Anjaiah Keesari (1)
Vinodh Narayanan (1)
Amit Kumar (1)
Siddhesh Chavan (1)
Ravi Kiran Chanduri (1)
Pankaj Patel (1)
Rupesh Kahane (1)
Mahesh Alle (1)
Guest User (1)
Ramaprasad Upadhyaya (1)
Vikas Gupta (1)
Abhimanyu K Vatsa (1)
Related resources for Type
No resource found
Understanding Dataverse Text Fields
10/30/2024 6:51:35 AM.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Map, Filter and Reduce in TypeScript with Examples
10/30/2024 5:47:41 AM.
This guide provides a comprehensive overview of these essential functions, complete with practical examples to illustrate their use in real-world applications. Enhance your coding skills and streamlin
Understanding the Role of Servers in Modern Networking
10/25/2024 4:56:40 AM.
Servers play a crucial role in modern networking by managing data storage, processing, and communications across networks. From web hosting and cloud computing to secure data transfer, servers enable
TypeScript for advanced type inference in React
10/24/2024 4:43:27 AM.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
Redis: RedisString and RedisJSON
10/23/2024 8:19:31 AM.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
Vertical Slice Architecture with Code Examples in C# 12
10/22/2024 5:02:12 AM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Using Span<T> To Improve Performance Of C# Code
10/21/2024 10:13:00 AM.
To enhance application performance, reducing IO calls and utilizing stack allocation is crucial. Leveraging value types and the Span<T> structure in C# allows efficient memory management and imp
Types in TypeScript
10/21/2024 9:56:16 AM.
TypeScript is a superset of JavaScript that introduces optional static types, enhancing code reliability and maintainability. It allows developers to define types for variables, functions, and objects
Using Attributes and Metadata in C# 12
10/21/2024 5:38:45 AM.
Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
Introduction to SharePoint and Steps Creating Lists
10/15/2024 11:12:19 AM.
Learn how to create and manage lists effectively, enhancing your team's collaboration and productivity. With step-by-step instructions and best practices, this resource is perfect for beginners a
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
Multiple File Upload in ASP.NET With Example
10/11/2024 12:25:08 PM.
The FileUpload control in ASP.NET enables users to upload files to the server easily. It features a text box and a browse button for file selection. The control supports multiple file uploads when set
TypeScript Object Spread
10/10/2024 5:33:56 AM.
Object spread in TypeScript allows for copying properties of objects or arrays using the spread operator (...), with later objects overwriting properties with the same name, and it can also be used to
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
10/8/2024 9:03:31 AM.
The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, and
TypeScript Essential Features
10/7/2024 4:39:58 AM.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and m
IoC Providers in Angular Dependency Injection useClass
10/3/2024 6:59:29 AM.
This article dives into Angular's Dependency Injection, focusing on the use of IoC and providers with useClass. Learn how to manually inject classes, define tokens with InjectionToken, and configu
Types of Keys in SQL
10/1/2024 6:09:16 AM.
In SQL, keys play a crucial role in maintaining data integrity and defining relationships between tables. Common types include the Primary Key, which uniquely identifies records; the Foreign Key, link
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
10/1/2024 5:33:32 AM.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in
Different Network Types and Standards.
9/29/2024 5:47:07 AM.
Different network types, such as LANs, WANs, and wireless networks, provide various benefits like speed and flexibility while also posing constraints like cost and security risks, and understanding th
How To Create A Sparklines In Power BI Tables And Matrix Visual?
9/24/2024 12:01:28 PM.
This article explores the new "Sparklines" feature in Power BI as of December 2021, which allows users to visualize trends within table and matrix visuals. Sparklines provide a compact way t
How C# Generics is different from Java Generics
9/24/2024 11:29:42 AM.
In this article, we explore the distinctive features of C# generics and how they enhance programming efficiency. We compare generics with non-generic types, focusing on benefits like type safety, code
Getting Started With Angular 2 Application Using Visual Studio
9/24/2024 9:13:16 AM.
This article provides a step-by-step guide for developing Angular 2 applications using Visual Studio 2015. It covers prerequisites such as installing Visual Studio, Node.js, and TypeScript, along with
Explaning Wrapper Classes in Java
9/23/2024 8:49:27 AM.
This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper class
Download Multiple Excel Files via Web API .NET and Angular
9/20/2024 6:02:37 AM.
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files.
Resolve "Member Name Cannot Be the Same as Enclosing Type" Error
9/18/2024 12:23:37 PM.
A colleague faced a build error in Visual Studio when naming a file Profile.aspx, which conflicted with the System.Web.Profile type. The error "member name cannot be the same as enclosing type&qu
Prototype Pattern: Cloning Objects in C#
9/18/2024 7:52:32 AM.
The Prototype Pattern is a creational design pattern that simplifies object creation by cloning existing instances instead of starting from scratch. Ideal for complex objects, it reduces initializatio
How To Use Ngx-slider With A Different Type Of Style In Angular
9/17/2024 11:02:12 AM.
Learn how to integrate ngx-slider in Angular to create versatile sliders. This guide covers installing the package, configuring single, range, tick-marked, customized, and vertical sliders. You'll
Type In Hindi Or Any Other Language Using Google Translate
9/17/2024 10:41:53 AM.
With Google Translate, you can easily type in Hindi or any other language without needing a specialized keyboard. Just enter text in your preferred language, and Google will translate or convert it in
Create a Desktop Application with Angular Electron Framework
9/17/2024 4:56:42 AM.
Learn how to create or convert an existing application to a Desktop application with the Electron framework. Convert an Angular application into a cross-platform desktop app using the Electron framewo
Entity Framework Core Feature - Global Query Filters
9/12/2024 5:59:39 AM.
Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
Build Microsoft Teams Bot Extension Using TypeScript
9/11/2024 9:36:55 AM.
Learn to build a Microsoft Teams Bot Extension with TypeScript in this guide. You'll set up your environment using Node.js and Visual Studio Code, create a bot with Teams Toolkit, and deploy it us
Detailed use of Action Delegate in C#
9/11/2024 6:46:49 AM.
In C#, the Action delegate represents a method that does not return a value and can accept up to 16 parameters. It's useful for passing methods as arguments, callbacks, and event handling. It sup
Types of components selectors in Angular with examples
9/6/2024 8:22:59 AM.
Angular offers various component selectors: Type Selector (e.g., app-root), Attribute Selector (e.g., [app-attribute-selector]), Attribute Selector with Value (e.g., [app-attribute-selector-with-value
Site Column & List Column and Site Content Type
9/3/2024 9:41:08 AM.
This article covers SharePoint's Site Columns, List Columns, and Site Content Types. It explains the differences between Site and List Columns, including their scope, reusability, and management.
Learn about Different Type of Triggers in Oracle
8/23/2024 8:02:40 AM.
In this article, you will learn about different type of triggers in Oracle.
Python Data Types and Collections
8/22/2024 5:29:00 AM.
Explore Python's essential data types and collections in this comprehensive guide. Learn about fundamental types like integers, floats, and strings, as well as advanced collections such as lists,
Type Of Functions In Javascript
8/21/2024 10:46:06 AM.
This content explores various types of functions, including function declarations, expressions, arrow functions, and callbacks, offering insights into their usage, syntax, and differences in JavaScrip
Brief Overview of Collection Types in C#
8/20/2024 7:10:00 AM.
Learn how each collection type is used in C# programming for efficient data storage and manipulation. Perfect for beginners and developers looking to strengthen their .NET skills.
Understanding the Record in C#
8/16/2024 5:53:13 AM.
Learn how records differ from classes, their advantages in creating immutable types, and how they enhance object initialization, equality checks, and more in .NET applications.
Understanding the Open/Closed Principle (OCP) with C#
8/12/2024 8:46:10 AM.
The Open/Closed Principle (OCP) states that software entities should be open for extension but closed for modification. This principle helps in creating flexible and maintainable code by allowing new
SharePoint 2016 Central Admin - Upgrade And Migration - Convert Farm License Type
8/9/2024 9:47:09 AM.
Learn how to change your SharePoint license type from Standard to Enterprise or from Trial to Regular without reinstalling. Use the Central Admin page to update your product key directly. Note that yo
JavaScript vs TypeScript File Extensions: .js .jsx .ts .tsx
8/8/2024 10:13:15 AM.
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 cruci
Routing in React JS with TypeScript
8/8/2024 5:52:19 AM.
Routing is a crucial feature for single-page applications (SPA) as it allows navigation between different views or pages without reloading the entire application. React Router is the most popular libr
Tips to Learn Angular Quickly
8/8/2024 5:50:23 AM.
To learn Angular quickly, leverage your existing knowledge of HTML, CSS, and JavaScript. Focus on core Angular concepts like Components, Routing, Guards, Data Binding, Template Forms, and Services. Ut
Using Peek And Keep In TempData In ASP.NET MVC
8/7/2024 10:48:09 AM.
TempData in ASP.NET MVC is used to pass data between actions or controllers and can persist data across requests. Unlike ViewData and ViewBag, which only last for a single request, TempData can mainta
Using Next.js with TypeScript
8/7/2024 7:29:18 AM.
Integrating TypeScript with Next.js enhances code quality by adding static types. Start by creating a Next.js project, then install TypeScript and necessary type definitions. Configure tsconfig.json,
Learn about HTML5 Input Types
8/7/2024 5:22:37 AM.
In this article we learn about HTML5 Input Types, Form Elements and Form Attributes. First we learn each of them then with the help of an example we use all of them together.
Abstract Data Types(ADT)
8/6/2024 3:46:21 AM.
Abstract Data Types (ADTs) are a fundamental concept in computer science, representing data structures defined by their behavior rather than their implementation. ADTs provide a way to model data and
What Is Javascript Executor In Selenium WebDriver
7/30/2024 3:44:53 AM.
JavaScriptExecutor in Selenium WebDriver allows executing JavaScript code within a web browser. It's useful when WebDriver’s native commands fail, such as manipulating web elements or triggering b
Overview Of Strongly Type HTML Helpers In MVC
7/29/2024 8:24:22 AM.
Learn how these helpers enhance type safety and streamline the generation of HTML elements in Razor views, leveraging view models and data annotations for robust, dynamic web forms and UI components.
Data Structures and Algorithms (DSA) using C# .NET Core — Binary Trees and Binary Tree Types II
7/29/2024 6:12:25 AM.
This article explores various types of binary trees, including Full, Perfect, Complete, Balanced, Skewed, and Degenerate Binary Trees. It explains their properties and distinctions, such as how Full a
How to Show and Hide Password in Angular
7/25/2024 5:18:10 AM.
Enhance your Angular forms by adding a show/hide password toggle feature. Just like a light switch that lets you see if a room is lit or dark, this feature allows users to reveal or hide their passwor
Machine Learning and Its types
7/24/2024 4:45:59 AM.
Machine Learning (ML) is a subset of artificial intelligence (AI) focusing on the development of algorithms that allow computers to learn from and make predictions based on data.
ASP.NET C# Display Bootstrap Bar Chart from Database Values
7/22/2024 5:58:27 AM.
Create a stored procedure in SQL to fetch monthly audit data and display it in an ASP.NET application. Use Visual Studio to create a master page with jQuery and Flot libraries. Serialize the data to J
Prototype Design Pattern
7/18/2024 2:51:17 PM.
Learn about the Prototype design pattern in Java, a creational pattern that enables object cloning for efficient instantiation. Explore cloneable interfaces, deep vs. shallow copying, and how to imple
Custom Formatter with Content Negotiation in .NET Core Web API
7/17/2024 12:00:32 PM.
The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature of H
Exploring Advanced Error Handling Techniques in C#
7/15/2024 6:52:14 PM.
Error handling is a crucial aspect of software development, ensuring that applications can gracefully handle unexpected situations and maintain robust functionality. In C#, error handling is typically
Angular vs. AngularJS: Key Differences and Syntax Changes
7/15/2024 5:02:27 AM.
AngularJS revolutionized web development with two-way data binding and a modular approach. Angular (2+) addresses performance issues, offering a modern framework with enhanced features like robust dep
JavaScript – Prototypal Inheritance – Illustrated
7/12/2024 7:06:15 AM.
JavaScript – Prototypal Inheritance – Illustrated" is an in-depth guide that explores the concept of prototypal inheritance in JavaScript. This illustrated tutorial simplifies complex topics like
C# Discriminated Unions and .NET Channels
7/11/2024 3:00:02 AM.
Explore the advanced features of C# with a focus on Discriminated Unions and .NET Channels. Learn how Discriminated Unions enhance type safety and pattern matching, and how .NET Channels facilitate co
Creating a complete CRUD (Create, Read, Update, Delete) application in Angular
7/10/2024 5:14:12 AM.
Build a CRUD application in Angular using Angular CLI for setup, components for UI, services for data management with HttpClient for API interactions. Implement CRUD operations (Create, Read, Update,
Controller Action Result (1), In ASP.NET MVC
7/3/2024 9:38:15 AM.
This article discuss the various types of Controller Action Results in ASP.MVC.
Types of Blazor Components Routable Non-Routable Templated Dynamic
7/3/2024 7:45:51 AM.
At the heart of Blazor applications are components, which encapsulate UI and logic, making it easier to build and maintain large web applications. In this article, we'll explore four types of comp
Mastering Nested Types in C#: Best Practices and Common Pitfalls
7/3/2024 6:31:39 AM.
Nested types in C# allow developers to define a type within another type, such as a class, struct, interface, enum, or delegate. This feature helps in organizing related types, encapsulating implement
Dataverse Multi Choice Columns in PowerApps
7/2/2024 7:04:34 AM.
Discover how to efficiently work with PowerApps and Dataverse, specifically focusing on handling Multi Choice Columns. Learn how to use the Concat function to display multi-choice values in a label wi
Understanding C# Records with Example
7/2/2024 5:32:48 AM.
This article delves into the syntax and usage of records, comparing them with classes, and demonstrates how records can simplify code while improving performance and maintainability in .NET applicatio
Understanding Structs In C# with Example
7/1/2024 6:26:12 AM.
Structs in C# provide a lightweight alternative to classes, ideal for representing small, immutable data structures. Unlike classes, structs are value types stored on the stack, enhancing performance
SQL Command Types
6/28/2024 9:08:22 AM.
SQL, or Structured Query Language, is essential for managing data in relational databases (RDBMS). It enables tasks like retrieving, updating, inserting, and deleting data. SQL commands are categorize
Styling in React with Styled Components and TypeScript
6/27/2024 4:54:20 AM.
Using Styled Components and TypeScript, Ziggy Rafiq illustrates how to enhance the styling of React applications. With Styled Components, you can write CSS in JavaScript, simplifying the management of
Channel Types in Microsoft Teams: Public, Private, and Shared
6/26/2024 6:39:55 AM.
Microsoft Teams offers Standard, Private, and Shared Channels to meet various communication needs. Standard Channels are open to all team members for general discussions. Shared Channels enable cross
Different Types Of Templates In WPF
6/25/2024 10:05:32 AM.
Explore the diverse world of templates in WPF (Windows Presentation Foundation) with this comprehensive guide. From Control and Data Templates to Item and Custom Templates, delve into how each type en
Type-Safe Routing in React with React Router and TypeScript
6/25/2024 4:54:16 AM.
This insightful guide by Ziggy Rafiq explains how React Router and TypeScript can be used to achieve type-safe routing in React applications. Set up static routes using TypeScript's robust type sy
Types Of Relationships In Object Oriented Programming (OOPS)
6/24/2024 9:01:53 AM.
This article explores the key relationships in Object-Oriented Programming (OOP), including inheritance, association, composition, and aggregation. These relationships enable code reuse and flexibilit
Overview Of Filters And Their Types In ASP.NET MVC 5
6/19/2024 11:56:14 AM.
MVC filters provide a mechanism in ASP.NET MVC to execute custom logic before or after an action method executes. They include action, authentication, authorization, result, and exception filters, ea
Creating your own Web Server using C#
6/19/2024 9:54:35 AM.
C# and .NET form the backbone of a simple web server application described in this article. Using TcpListener, the application listens on a specified port for incoming HTTP requests, handling them usi
Reflection In .NET
6/19/2024 9:34:31 AM.
Explore .NET Reflection, a powerful API for runtime type introspection in .NET Framework. Learn about key classes like System.Reflection.Assembly and System.Type, essential for dynamic type loading an
Backing Up and Restoring a SQL Database
6/19/2024 7:31:50 AM.
In database management, ensuring data integrity and availability is paramount. Regularly backing up your database is crucial to mitigate risks such as hardware failures, software issues, or accidental
Understanding SQL Triggers: Types, Uses, and Examples
6/17/2024 4:52:25 AM.
SQL triggers are powerful database objects that automatically execute in response to specific events occurring within a database. They enable developers to automate tasks, enforce data integrity, and
Retrieve Mailbox Folders Using Microsoft Graph API
6/14/2024 10:40:21 AM.
Learn to interact with Office 365 mail folders programmatically using Microsoft Graph API. Start by fetching an access token for authentication, then use AJAX requests in JavaScript to retrieve specif
Different Types Of Constructor In C#
6/13/2024 10:35:41 AM.
Constructors in C# initialize objects upon creation. They ensure objects start in a defined state by setting initial values or performing necessary setup. Types include default (without parameters), p
Creating a Web Resource Based on React TypeScript in Dynamics 365
6/13/2024 8:02:59 AM.
Integrating React and TypeScript with Dynamics 365 enables developers to build responsive and maintainable user interfaces. This approach leverages modern web practices for enhanced performance, reusa
@Input() And @Output() Decorator In Angular
6/12/2024 9:24:18 AM.
Learn how to efficiently exchange data between components in Angular using @Input and @Output decorators. Master component communication for seamless parent-to-child and child-to-parent data transfer.
Learn SharePoint FrameWork (SPFx)
6/12/2024 5:44:15 AM.
Explore the power of SharePoint Framework (SPFx) for modern web development. Learn to leverage JavaScript and TypeScript to create customizable web parts and extensions for SharePoint Online.
Understanding Different Types of SQL Triggers in SQL Server
6/11/2024 9:14:12 AM.
SQL Server triggers are powerful tools that allow the automatic execution of SQL code in response to specific events on a table or view. They play a crucial role in maintaining data integrity, enforci
Interface In TypeScript / Complex Types In TypeScript
6/10/2024 11:01:43 AM.
In TypeScript, using interfaces helps define complex types, providing clarity and preventing runtime issues. Unlike JavaScript's var/let, interfaces explicitly outline object properties. This appr
A Step-by-Step Guide to Creating a Chrome Extension with React
6/9/2024 5:14:15 PM.
Building a Chrome extension using a React app developed with TypeScript and bundled with Webpack offers a modern approach to browser extension development. In this blog, I will guide you through the s
Stack Vs Heap Memory - C#
6/7/2024 10:28:14 AM.
Explore the nuances of memory management in C# programming, distinguishing between value types and reference types, understanding dynamic and static memory allocation, evaluating access efficiency, r
Comparing PostgreSQL and SQL Server: Benefits of PostgreSQL
6/7/2024 7:27:17 AM.
Comparing PostgreSQL and SQL Server reveals distinct advantages of PostgreSQL. PostgreSQL offers cost-effectiveness, flexibility, and extensive community support. It excels in advanced features, cross
Exploring PostgreSQL: Datatypes and Clauses
6/7/2024 4:45:18 AM.
PostgreSQL, often referred to as Postgres, is a powerful open-source relational database management system known for its extensibility, reliability, and adherence to SQL standards.
Exploring PostgreSQL: The Powerhouse of Open-Source Databases
6/7/2024 4:30:18 AM.
PostgreSQL, often hailed as the powerhouse of open-source databases, is a robust and versatile relational database management system. Known for its advanced features, such as ACID compliance, extensib
Enum In Typescript
6/6/2024 7:44:24 AM.
Enum in Typescript defines a set of named constants, either numeric or string-based. It simplifies code readability and maintenance by providing a distinct set of values. Types of enums include Numeri
Just-In-Time (JIT) Compiler in C#
6/5/2024 5:37:18 AM.
The JIT compiler in C# converts MSIL code to native code for execution, ensuring type safety. Types of JIT compilation include Pre-JIT, Econo-JIT, and Normal-JIT. Pre-JIT compiles all code at deployme
Create Immutable Type In C#
6/4/2024 9:52:32 AM.
A public constructor that accepts initialization data is required so that the client can pass-in minimum state for the type to be valid. Private constructor, on the other hand, is used by methods to c
Typed DataSets in .NET
6/4/2024 9:50:30 AM.
ADO.NET provides typed DataSets for enhanced data access and type safety. Unlike untyped DataSets, typed DataSets leverage the database schema to generate strongly-typed classes.Data type mismatches a
Why Choose TypeScript Over JavaScript for Better Development
6/3/2024 5:44:49 AM.
Explore JavaScript's journey from its inception at Netscape to its standardization by ECMA. Discover Angular's evolution as a modern front-end framework and its synergy with TypeScript for enh
The Is and As Operators in C#
5/31/2024 10:06:34 AM.
In C#, the "is" operator checks if an object is of a specified type, returning a boolean. The "as" operator attempts to cast an object to a specified type, returning null if the ca
Connect to SQL Server with SSMS Methods and Authentication Types
5/31/2024 5:51:14 AM.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Understanding OAuth 2.0 Authorization Code Grant Types
5/31/2024 5:31:24 AM.
In this article, we will learn OAuth 2.0's Authorization Code Grant Type, a core component for securing web applications. Learn how this protocol facilitates secure token exchange between clients
Difference Between "is" And "as" Operator in C#
5/31/2024 4:38:54 AM.
The is and as operators in C# have distinct behaviors and serve different purposes. The is operator is used for type checking, while the as operator is used for casting.
Automate Placeholder Replacement with Custom Data Models
5/30/2024 8:52:48 AM.
Discover how to dynamically generate text content by replacing placeholders with actual data using a versatile TypeScript function. Enhance user engagement through personalized content delivery, appli