Related resources for types
  • Boxing and Unboxing in C#3/28/2024 10:40:41 AM. In this article, we will learn Boxing and unboxing in C# allow conversion from value types to reference types and vice versa. This article explains boxing and unboxing in C#.
  • Explain Null Handling in TypeScript3/21/2024 6:13:26 AM. Null handling in TypeScript involves managing null and undefined values effectively to prevent runtime errors. Techniques like nullable types, optional chaining, type guards, and non-null assertion op
  • Creating Contact Record in Dynamics 365 with PowerShell Attributes3/20/2024 10:21:52 AM. Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing
  • Filter An Array of Different Data Types by Array Filter Method3/13/2024 8:44:17 AM. Learn to efficiently filter arrays containing various data types using JavaScript's Array Filter method. Enhance your understanding of functional programming techniques as you manipulate arrays ba
  • Create And Deploy Outlook Add-Ins Using SPFx 1.103/13/2024 8:32:55 AM. Create And Deploy Outlook Add-Ins Using SPFx 1.10" is a guide for integrating custom functionalities into Microsoft Outlook using SharePoint Framework (SPFx) version 1.10. It offers insights into
  • JavaScript WeakMap in ES8 and TypeScript3/11/2024 9:41:30 AM. WeakMap object stands out as a specialized entity, closely related to the Map object but with a unique twist. In this article, we'll unravel the syntax, characteristics, and methods of the JavaScr
  • A Comprehensive Guide to Nullable Reference Types in C# 103/8/2024 2:55:22 AM. Explore a comprehensive guide to leveraging nullable reference types in C# 10 by Ziggy Rafiq, providing detailed explanations, code examples, and best practices for improving code safety and robustnes
  • JavaScript Date Formats in TypeScript3/7/2024 5:03:38 AM. When it comes to handling dates in JavaScript, understanding various date formats is essential for creating dynamic and user-friendly applications. The JavaScript Date object empowers developers to wo
  • Practical Introduction To Entity Framework: Day 23/6/2024 10:30:54 AM. This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
  • Boosting Web Page Performance with the Defer Attribute3/6/2024 5:59:51 AM. JavaScript plays a vital role in enhancing the interactivity and functionality of web pages. However, the way scripts are loaded can significantly impact the user experience and overall performance of
  • Power of Typescript Scroll Events3/6/2024 4:42:22 AM. The onscroll event in JavaScript is a powerful tool that gets triggered when a scrollbar is used for an element. This event is particularly useful for creating dynamic and interactive web experiences,
  • Best Practices for Handling Exceptions in C# 3/6/2024 2:44:55 AM. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
  • Master Scroll Events: ECMAScript 8 (ES8) and TypeScript3/5/2024 11:33:16 AM. We'll explore how to adapt and extend the scroll event examples using ECMAScript 8 (ES8) features and the TypeScript language. These advanced techniques provide developers with additional tools an
  • How To Create A Form Using Microsoft Forms3/4/2024 11:49:31 AM. Create custom forms effortlessly with Microsoft Forms. Gather data, conduct surveys, and streamline feedback collection. Customize questions, share forms easily, and analyze responses seamlessly withi
  • Reactive Forms In Angular with Practical Example 3/1/2024 6:05:44 AM. Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive fo
  • SharePoint Content Types In PowerApps Form - A Workaround!2/29/2024 9:17:03 AM. In this article, you will learn about a workaround for SharePoint Content Types in a PowerApps Form.
  • SQL Server Data Types for Performance, Memory Efficiency2/28/2024 6:49:09 AM. "Embark on a journey to unlock SQL Server's full potential through savvy data type selection. Enhance performance and streamline operations with optimal choices.
  • Understanding SharePoint Content Types: Organizing Your Content Effectively2/26/2024 11:47:19 AM. Explore the significance of SharePoint content types for efficient content organization. Learn how to leverage metadata and structured data to customize and manage documents effectively within your Sh
  • Bicep Data Types Explained2/25/2024 4:54:53 AM. Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
  • How to Create a New User Account in Windows 72/23/2024 9:43:57 AM. This article provides a comprehensive guide on creating a new user account in Windows 7. It explains the benefits of having multiple user accounts on a single computer and outlines the process step by
  • Auto Detect Responsive Screen Sizes Using Angular and Bootstrap2/22/2024 4:57:24 AM. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
  • What is Reflection In C#2/20/2024 6:02:24 AM. Introduction to reflection: Reflection is a powerful feature in C# that allows developers to inspect and manipulate types, methods, properties, and other elements of code dynamically at runtime. It en
  • Learn SharePoint In Series - Part Seventeen - List Columns In SharePoint2/16/2024 6:39:34 AM. Delve into list columns in SharePoint, covering data types, customization, and metadata management. Learn how to optimize content organization and ensure efficient data validation for enhanced collabo
  • Understanding Workflow Of OAuth2.0 Authorization Grant Types2/16/2024 6:28:57 AM. In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
  • Learn SharePoint In Series - Part Eleven - Form Settings In List Settings2/15/2024 12:06:20 PM. Explore the power of concurrency in Flutter with isolates. Delve into Dart's multithreading capabilities, harnessing parallelism for efficient background tasks in mobile app development, optimizin
  • Learn SharePoint Series - Part Seven - Advanced Setting In List Settings2/15/2024 9:58:03 AM. In the previous articles, I have described basic level information about SharePoint Introduction, SharePoint Web Application, Site Collections, Subsites, SharePoint Lists and its versioning power So,
  • Learn about Reflection in C#2/13/2024 6:39:35 AM. Reflection is a powerful feature in C# that enables you to inspect and interact with types, assemblies, and objects at runtime. It provides a way to dynamically discover and use information about type
  • Understanding Activity Types in Azure Data Factory2/12/2024 4:20:14 AM. Azure Data Factory is a powerful tool for orchestrating data workflows in the cloud. Understanding its activity types such as Data Movement, Data Transformation, and Control is crucial for efficient d
  • How To Handle Null Values In C#2/8/2024 4:08:34 AM. In C#, NULL values are handled differently for value types and reference types. Value types cannot be assigned NULL values directly, but reference types can. Nullable types provide a solution for assi
  • Null Coalescing (??) Operator in C#2/7/2024 11:29:43 AM. In this article, we will learn about Null Coalescing (??) Operator in C# programming. Explore the Null Coalescing (??) Operator in C#, a versatile tool for handling null values. Learn its syntax, usag
  • Supported File Types for Data Ingestion into KQL Database in Fabric2/6/2024 10:04:20 AM. This article is about Understanding the Supported File Types for Data Ingestion into the KQL Database in Fabric Real-time Analytics. Supported file types include JSON, CSV, XML, & Text. Note: XLSX
  • Target Typing And Shared Types In C# 9.02/6/2024 6:12:26 AM. C# 9.0 introduces Target Typing and Shared Types, enhancing coding flexibility. Prior versions flagged errors when return types differed, even with shared types. With C# 9.0, if return values share a
  • What is List Rendering in Vue.js?1/23/2024 4:30:43 AM. Vue.js provides an elegant and powerful way to render lists of data dynamically with the v-for directive. This feature allows you to iterate over an array or an object, creating and updating HTML elem
  • 🖥️ Incident Handling: Common Domain Attack Types1/22/2024 7:18:18 AM. In this article, we will go through different types of Domain Attacks. Domain attacks, including Typosquatting, Domain Hijacking, Pass the Hash, Pass the Ticket, LDAP Reconnaissance, and Brute Force,
  • Simulating Sleep/Wait Functionality in TypeScript1/21/2024 1:12:19 PM. In many programming languages, developers often utilize a sleep or wait function to introduce a pause in the execution of a program for a specific duration.
  • TypeScript Odyssey Through Global, Local, and Block Scopes1/20/2024 11:06:49 AM. JavaScript scope is a fundamental concept that defines the region of execution where variables, expressions, and values can be referenced. There are two main scopes in JavaScript: global and local.
  • Understanding Page Redirection in TypeScript1/20/2024 11:01:41 AM. Page redirection is a crucial mechanism in web development that involves directing search engines and users to a different URL from the original one. This process can occur within the same server, acr
  • What are JavaScript Closures?1/18/2024 5:21:56 AM. JavaScript closures are a powerful and often misunderstood feature that plays a pivotal role in creating flexible and efficient code. In this comprehensive guide, we will delve into the depths of clos
  • Power of Callbacks in ES8 and TypeScript1/17/2024 5:33:22 AM. Callbacks in JavaScript play a pivotal role in handling asynchronous operations, enabling developers to execute code after the completion of a specific task. In this article, we'll explore the con
  • Date Differences in JavaScript1/17/2024 5:30:43 AM. In JavaScript, calculating the difference between two dates is a common task that arises in various scenarios, ranging from determining the duration between events to computing age. This comprehensive
  • Set Object in ES7 and TypeScript1/16/2024 11:05:22 AM. The JavaScript Set object is a versatile tool for managing collections with unique values, accommodating various data types, including both primitive values and object references. In this article, we&
  • JavaScript Map Object in ES7 and TypeScript1/16/2024 11:01:03 AM. The JavaScript Map object is a versatile tool for mapping keys to values, offering efficient operations for searching, updating, and deleting elements based on specified keys. In this article, we will
  • WeakSet Object in ES7 and TypeScript1/16/2024 10:50:54 AM. The WeakSet object emerges as a unique entity designed specifically for storing weakly held objects. Unlike its counterpart, Set, WeakSet exclusively deals with objects, offering distinct advantages.
  • TypedArray in ES7 and TypeScript1/16/2024 10:40:33 AM. JavaScript TypedArray objects provide a fascinating way to work with binary data buffers. In this article, we'll delve into the intricacies of TypedArray and its various types, and methods, and ho
  • A Symphony of ES7 Features and TypeScript Elegance1/16/2024 10:18:52 AM. JavaScript strings are fundamental components in web development, representing sequences of characters. This article explores advanced string manipulation using ES7 features and TypeScript, enhancing
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions1/16/2024 9:01:09 AM. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions
  • Understanding Collection Types in C#1/9/2024 4:35:29 AM. Delving into collection types like IEnumerable and IQueryable in C# unveils their impact on data querying efficiency. While IEnumerable offers simplicity for in-memory operations, it might load unnece
  • How to Create a Vue Project?1/7/2024 5:55:34 AM. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js appli
  • Immutability: Creating Custom Immutable Types in C#1/4/2024 10:41:56 AM. In this article we will discuss about how to create custom immutable type in c#
  • RxJS Observables, Subjects, and BehaviorSubjects in Angular12/20/2023 9:01:44 AM. In this article we will learn what are the ways of doing asynchronous programming in angular with the help of RxJS library. And the difference among them and there use cases.
  • NodaTime Vs System.Datetime Types in .Net12/13/2023 10:49:45 AM. This Article gives the comparison between NodaTime and System.datetime types in .NET. Discover the differences between NodaTime and System.DateTime in .NET, from handling time zones to serialization.
  • Enabling GitHub CoPilot in Visual Studio Code12/7/2023 7:08:50 AM. Generative AI, GitHub Co PIlot, VS Code, Python, C#, typescript, Devops, Code Generation. Code debugging, Code Refactoring, Code Cleanup
  • What Are The Types of Classes in C#?12/2/2023 12:32:45 PM. types of classes in c#
  • Data Types In JavaScript 12/1/2023 5:05:33 AM. Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.
  • Value Types vs Reference Types in C#11/19/2023 6:02:26 AM. This comprehensive guide delves into the fundamental concepts of C# data types, distinguishing between value types and reference types. Covering characteristics, pros and cons, key differences, and be
  • Types Of Web API Action Results11/17/2023 5:19:10 AM. This article explains about Web API action results and explanation of REST result.
  • How To Use Query Parameters In Angular11/15/2023 11:26:44 AM. In this tutorial, we'll be looking at Query Parameters feature in Angular which lets you pass data from one route to another.
  • What is BSON and Data Types in MongoDB?11/15/2023 7:17:36 AM. Choose the best BSON DataTypes with C# and phyton Samples. MongoDB stores and exchanges data in a format known as BSON (Binary JSON), a binary equivalent of the JSON data format.
  • Different Types of Comments in C# and Their Usages11/6/2023 9:21:50 AM. This article will explain the different types of comments in C# and why should we use comments.
  • Filters and Types of Filtering in Power BI11/3/2023 6:16:25 AM. Power BI filters are useful tools for organizing data, visualizing and comparing your data visualizations and creating reports.
  • New Features of Rust 1.7311/2/2023 7:18:05 AM. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make R
  • Types of Crypto Wallets11/1/2023 5:45:42 AM. Explore the world of cryptocurrency wallets, from convenient hot wallets for daily transactions to ultra-secure cold wallets for long-term storage. Choose wisely for a balanced approach to digital ass
  • Types of Testing in Software Development11/1/2023 4:48:01 AM. This comprehensive article delves into the intricacies of software testing, outlining various types and their purposes. From unit testing to compliance testing, the piece provides insights into differ
  • C# 9.0 - Introduction To Init-Only Property10/30/2023 9:02:09 AM. C# 9.0 introduced a new feature called Init-Only Properties, enhancing the language's capabilities for defining immutable types. Init-only properties allow you to create read-only properties that
  • Types of Errors in Javascript10/26/2023 9:03:15 AM. Explore the diverse landscape of JavaScript errors, from syntax and reference issues to type, range, and logical errors, in this comprehensive guide to better understand, identify, and address coding
  • Types of Delegates in C#10/25/2023 5:09:37 AM. Here in this article, I am going to explain the types of delegates in C# along with the example.
  • User Defined Table Types And Table Valued Parameters10/13/2023 8:36:41 AM. In this article you will learn about User Defined Table Types and Table-Valued Parameters. The concepts of User-Defined Table Types (UDTTs) and Table-Valued Parameters (TVPs) were introduced in SQL Se
  • C# 9.0 - Record Types 10/12/2023 6:54:36 AM. In this article, you will learn about C# 9.0 - Record Types.
  • C# 9.0 - Introduction To Record Types10/12/2023 5:31:51 AM. In this article, you will learn about C# record type.the article explains the introduction of Record Types in C# 9.0. Record Types are a new feature in the C# programming language, designed to simplif
  • What is Action, Non-Action Methods and Types of Action Results10/10/2023 5:31:57 AM. In ASP.NET Core, actions are the methods within a controller that handle HTTP requests and produce HTTP responses. These actions can return different types of action results, which determine how the r
  • Types Of Polymorphism10/5/2023 11:33:21 AM. In this article you will learn about Polymorphism and types of polymorphism.Polymorphism is one of the fundamental principles in object-oriented programming (OOP). It allows objects of different class
  • Debug Angular In VS Code10/4/2023 10:13:33 AM. Describe how to debug in VS Code, and give some basic discussion
  • Software Architecture Types9/26/2023 4:42:06 AM. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
  • C# Built in Data Types9/25/2023 4:19:44 AM. We will discuss the different built-in types that are available in c#.
  • Types Of Properties In C# Programming9/22/2023 7:28:05 AM. This article explains the types of properties in C# programming.Learn about the various types of properties in C# programming, including read-write properties, read-only properties, and write-only pro
  • R Programming9/20/2023 6:20:53 AM. In this article, we'll take you through the basics of R programming, providing examples to help you get started on your journey to mastering this language.
  • Types Of Classes And Their Characteristics9/15/2023 6:38:29 AM. In this article, you will learn about the types of classes and their characteristics.
  • How To Return Different Types Of Objects In C# Based On A Input Parameter Type9/14/2023 11:42:52 AM. Requirements come like this that you have multiple roles in an organization. Now based on the role you want to return different profiles of same data like for some user you want to show Full data and
  • Sorting List Of Complex Types In C#9/12/2023 10:52:25 AM. Sorting a list of complex types in C# involves arranging the elements of a list or collection based on specific criteria within the complex type. Complex types typically consist of multiple properties
  • Understanding Generic Type in C#9/12/2023 5:07:25 AM. Before we start tampering around the code, lets understand why we need a generic type?
  • JavaScript Basics9/5/2023 11:42:31 AM. JavaScript is an object-based computer programming language commonly used to create interactive effects within web browsers.
  • Oracle Data Provider for .NET : Part VI9/5/2023 6:06:08 AM. Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
  • React (1) - Installation and Environment Setup9/5/2023 5:54:41 AM. This series of articles delves into React, a popular choice for Single Page Applications (SPAs). As a former Angular developer, I found React's training courses beneficial in understanding key con
  • How And When To Use Delegates In Your Project9/1/2023 11:10:06 AM. In this article, you will learn how and when to use delegates in your project.
  • Learn Iteration Statements In C#8/28/2023 10:40:11 AM. In this article, we will learn about some iteration statements in C#.Iteration statements, also known as loops, are essential programming constructs that allow you to execute a block of code repeatedl
  • Normalization and its Types8/28/2023 6:50:10 AM. Normalization is the process of organizing data into a related table; it also eliminates redundancy and increases the integrity which improves performance of the query.
  • Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP.NET8/27/2023 12:09:49 PM. In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is ap
  • What are forms in Angular?8/26/2023 7:23:04 AM. In this article, we will learn about angular forms.
  • What is the Basics of Angular?8/25/2023 11:17:38 AM. Discover the complete journey of Angular development with this in-depth guide. From building a strong foundation in Angular basics to delving into advanced topics like state management, authentication
  • CSS in SPFx8/25/2023 5:27:57 AM. In this article, we will learn how to easily consume CSS in our typescript file without errors.
  • Object Initializer in C#8/24/2023 4:56:28 AM. What is the Object Initializer in C#. Object initializers is the easiest and fastest way to assign values of an object's properties and fields. An object can be initialized without explicitly call
  • Agents In LangChain8/23/2023 11:01:14 AM. In this article, we will discuss the agents of langchain and their different types on langchain with example
  • Auth Guards in Angular8/21/2023 9:32:38 AM. Discover Angular's auth guards basics and their step-by-step implementation through diverse use cases. Explore routing protection and authentication nuances for robust web applications.
  • Different Ways To Create Delegates In C#8/21/2023 6:06:47 AM. This article is intended to explain the idea and concept to create Delegate with different approach.
  • Types of Functions in JavaScript8/17/2023 7:16:19 AM. Explore various JavaScript functions in this article: Named, Anonymous, Arrow, IIFE (Immediately Invoked Function Expression), Higher-Order, and Constructor Functions. Simplified explanations and exam
  • Joins in SQL Server8/17/2023 5:53:14 AM. Understanding of various joins in SQL Server with examples and SQL Script for self learning.
  • Numeric Data Types in Microsoft SQL Server8/14/2023 6:20:02 AM. Numeric data types are a crucial part of any database system, providing the foundation for storing numerical values accurately and efficiently. In Microsoft SQL Server (MSSQL), developers have the cho
  • HTTP Interceptors in Angular8/12/2023 1:26:06 PM. Explore the essential concepts of HTTP Interceptors in Angular, their benefits, and practical applications using step-by-step examples with Angular 15, improving HTTP request handling and enhancing fu
  • Types of Databases8/10/2023 7:09:16 AM. There are multiple types of databases, such as relational database management systems, object databases, graph databases, network databases, and document db. In this article, we discuss the types of D
  • Introduction of Stored Procedures8/9/2023 11:01:58 AM. A stored procedure is a set of precompiled SQL statements that are stored in a database. It is designed to perform a specific task or a series of tasks and can be executed by calling its name rather t