Related resources for CTS
  • Learn $http Service In AngularJS4/22/2024 6:58:58 AM. Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
  • Explain Sorting Data In AngularJS4/22/2024 6:38:44 AM. Sorting data in AngularJS involves using the orderBy filter to arrange items based on specific criteria such as alphabetical order, numerical order, or custom sorting functions. This allows for dynami
  • What are SQL dialects with Example?4/19/2024 4:09:17 AM. SQL dialects are versions of SQL tailored to specific database systems. Each dialect has its syntax and features while adhering to SQL's core principles. Understanding dialects is essential for wr
  • Deploying Windows Applications using Visual Studio 20104/18/2024 1:29:16 PM. In this article, we'll Learn how to deploy your Windows applications efficiently with Visual Studio 2010. Explore ClickOnce deployment, setup projects, MSI installers, and best practices for packa
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • A Guide To Crafting Immutable Objects With C# 10's Init-Only Properties4/16/2024 10:51:36 AM. Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates ho
  • A simplified approach to serializing and deserializing objects in C# 104/16/2024 10:48:12 AM. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • Easily Share Data Between Two Unrelated Components In Angular 4/15/2024 11:54:15 AM. In Angular, data sharing between unrelated components can be achieved using services and observables. Services act as intermediaries, while observables facilitate seamless communication, enabling effi
  • Difference Between Class and Struct in C#4/15/2024 8:48:47 AM. Struct and Class in C# are integral components for creating and managing objects, but they differ in fundamental ways. Understanding the difference between struct and class in C# empowe
  • Understanding Structs(Structure) in C# With Employee Example4/13/2024 5:19:00 PM. In C#, a struct (short for structure) is a value type that encapsulates data and behavior related to a single concept. Structs are used to represent lightweight objects that typically contain a small
  • Properly Setting Up .NET Core Projects4/11/2024 6:20:44 AM. Properly Setting Up .NET Core Projects involves configuring project structure, managing dependencies via NuGet packages, selecting appropriate SDK versions and target frameworks, and adhering to best
  • CLI Implementation in .NET Core: Create MVC Projects Easily4/11/2024 6:15:58 AM. The dotnet CLI is a vital cross-platform tool for .NET Core development. It offers basic, project modification, and advanced commands, simplifying tasks like SDK listing, project creation, build, and
  • Source Control (3-1), DevOps And Different Products4/10/2024 8:33:21 AM. Source Control (3-1), DevOps And Different Products" explores the integration of source control systems like Git within the DevOps framework. It delves into practices such as Continuous Integrati
  • Add Reactstrap Components In ReactJS4/5/2024 11:20:12 AM. In this article, we will learn to Integrate Reactstrap into ReactJS for enhanced UI components. Utilize Bootstrap's pre-designed elements for responsive and stylish interfaces. Simplify frontend d
  • Use Wikipedia As A Data Source To Prepare Power BI Report4/4/2024 8:55:41 AM. Power BI is a business intelligence tool. It supports so many data sources to prepare a report. As we all know Wikipedia is a very good resource of useful information. We can consume Wikipedia data as
  • SharePoint Permissions - Important Aspects4/4/2024 8:52:33 AM. In this article I am trying to reveal the important permissions aspects of SharePoint 2010. Please note that this will be a subset of Security.
  • What is Record Keyword/Function in C#?4/3/2024 10:37:44 AM. Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, and
  • Load Balancers Explained for Developers and Architects4/3/2024 8:59:54 AM. Understand the types of load balancers and their use in application architecture. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple
  • The Best Decentralized Apps of 20244/3/2024 8:30:18 AM. Explore the world of decentralized applications (DApps) and their impact on various industries. Learn about the benefits of DApps, including privacy, security, and cost-effective transactions. Discove
  • C# Structs: Performance Benefits, Usage, and Best Practices4/1/2024 4:25:28 AM. This article provides an insightful overview of structs in C#, detailing their value type nature, stack allocation, and key characteristics. It includes examples and considerations for when to use str
  • User Defined Objects in JavaScript3/29/2024 4:17:24 AM. JavaScript provides a number of pre-defined objects like Array, String, Image, Date etc. which are very useful in web development.
  • Azure DevOps: Resolve Merge Conflicts with Pull Request Extension3/27/2024 8:21:22 AM. In this article, we are going to learn how to resolve git merge conflicts within Azure DevOps by using an Azure DevOps Marketplace extension called Pull Request Merge Conflicts.
  • How to Customize Blogger Cursor3/21/2024 8:39:36 AM. Learn how to add a personal touch to your Blogger blog by customizing the cursor. Explore CSS techniques and HTML coding to create unique cursor effects that match your blog's theme and style.
  • How to Use GUIDs in C#?3/20/2024 4:42:11 PM. We are discussing GUIDs (Globally Unique Identifiers) which are commonly used in C# to create unique identifiers for objects, entities, and resources in a system. In this article, Ziggy Rafiq will tak
  • Folder Structure of .NET Projects3/20/2024 7:12:51 AM. The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, having a
  • How to Split VCF File to Multiple Contacts3/19/2024 7:41:59 AM. Explore methods to split VCF (vCard) files into multiple contacts. Get the best solutions to easily split vCard files into multiple contacts on Windows and Mac.
  • Exaplain about Devin AI & Its Impacts3/18/2024 5:24:57 AM. Devin AI features, impact on software developers, responsibility for layoffs in big companies, future implications, and the potential job displacement of developers by Devin AI.
  • Implementing AI and ML in C# Projects3/14/2024 9:35:14 AM. Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# application
  • Build A PoC Blockchain Application Using Hyperledger Fabric3/6/2024 10:25:30 AM. In this article, we will explore building a Proof of Concept (PoC) blockchain application with Hyperledger Fabric. Learn to develop decentralized solutions, utilize smart contracts, and deploy prototy
  • Fundamentals of Unit Testing: Unit Testing of IOC Code3/5/2024 10:35:53 AM. Learn essential unit testing principles applied to the Inversion of Control (IoC) code. Master techniques for testing IoC setup, dependencies, and configurations. Boost software quality with robust te
  • SQL CTE to Rank Sales by Products using Fabric Data Warehouse3/5/2024 5:03:37 AM. This video shows how to author Common Table Expressions in Fabric Data Warehouse to Rank Sales by Products.
  • How to Create CSV File from Excel Spreadsheet 2/27/2024 4:16:16 AM. Explore methods to Create CSV File from Excel Spreadsheet. Get the best solutions to carte or save CSV files from Excel Spreadsheet in easy steps.
  • Usage of Classes, Structs, and Records in C#2/26/2024 10:34:08 AM. In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we'll delve into the nuances of each const
  • Securing Your .NET Projects: Simple Strategies and Real Examples2/18/2024 4:46:27 AM. In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make sur
  • How to Play Flash in Windows Forms Application Using C#2/16/2024 9:14:59 AM. Learn how to integrate and play Flash (.swf) files in Windows Forms apps. Explore two methods: Shockwave Flash Object and WebBrowser control.
  • 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
  • Working With Contacts List In SharePoint2/8/2024 9:34:14 AM. This article is part 38 of a comprehensive SharePoint series, covering topics from web applications to custom lists. It delves into Contact Lists in SharePoint, explaining their creation process, adva
  • COM Interoperability Part 1: Using COM Components in .NET Framework2/6/2024 11:08:45 AM. In this article, we review the concepts & walk through an example that demonstrates COM interoperability in the .NET framework. Learn about the Component Object Model (COM) and the Runtime Callabl
  • Show Dynamics 365 Account Contacts in Side Panel HTML Table2/5/2024 6:33:49 AM. In the Account Entity Form, we are showing the Account Related Contact in the Side Pane using an HTML Page. Learn how to create a JavaScript web resource to load promotions in Microsoft Dynamics 365 u
  • Creating and Sharing .NET Assemblies For a .NET Application Projects2/1/2024 11:13:07 AM. This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications. It covers assembly creation, referencing, and deployment to the Global Assembly Cache (GAC).
  • Creating A Dynamic Progress Bar In Power Apps - Part One1/31/2024 11:35:27 AM. In this article, you will learn how to create a Dynamic Progress Bar in Power Apps. You can make it as a custom component as well in case you have to use the progress bar in multiple places in the sam
  • JavaScript Destructuring: Arrays, Functions, and Objects1/31/2024 6:50:31 AM. Destructuring is a powerful feature in JavaScript that allows you to extract values from arrays, objects, and function parameters easily.
  • Scrum : An Introduction to Agile Development1/17/2024 10:35:40 AM. In this article, we will see the scrum process in agile development. Scrum, a key framework in Agile development, emphasizes collaboration and iterative delivery. Explore its process, roles (Product O
  • All about Solidity Arrays1/15/2024 11:15:03 AM. Unlock the world of Solidity arrays in blockchain. From basics to pro tips, your complete guide for mastering this key element in smart contract coding.
  • Deep Dive into Classes and Objects1/10/2024 7:09:53 AM. Welcome, fellow programmers! Here, we will dive into the world of classes and objects. Classes and objects are fundamental in programming. This post unravels the essence of classes, abstract data type
  • What are Solidity Modifiers and How do they boost the security of Smart Contracts?12/28/2023 5:42:54 AM. Explore the power of Solidity modifiers! From basic syntax to advanced implementations, learn how these tools enhance security, reusability, and efficiency in smart contract development.
  • How to Add Christmas Effects to Your Website12/21/2023 4:23:18 AM. Add a visual effect of falling snowflakes to your website. Unlock the festive spirit on your website! Learn the hassle-free method to add Christmas effects to your Google Blogger site. Follow six simp
  • 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.
  • Promises vs Observables vs Subjects12/19/2023 7:07:57 AM. Promises vs Observables vs Subjects
  • Intune Policy Conflicts11/28/2023 4:47:40 AM. In this article, we will learn about the basics of Intune Policy Conflicts, how they occur, and tips to avoid them. Explore insights into Configuration Service Providers (CSPs) and understand conflict
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs11/17/2023 5:40:18 AM. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
  • What are Non Fungible Tokens? How to create NFTs?11/17/2023 4:50:46 AM. Unlock the world of NFTs! This guide walks you through creating unique digital assets step-by-step.
  • Using Objects Comparer To Compare Complex Objects In C#11/16/2023 11:00:30 AM. Objects Comparer framework provides a mechanism to compare complex objects, and allows us to override comparison rules for specific properties and types.
  • How To Use Dynamic To Return Different Objects On Runtime In C#11/7/2023 11:29:41 AM. A lot of time you get a requirement to return different kind of object from a single method. Is it possible? Yes there are ways by which you can deliver different objects on run time and dynamic is on
  • 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
  • Bioinformatics Goals, Experts, and Prospects10/27/2023 7:45:38 AM. The promising future opportunities in this intersection of biology and technology
  • Using Records In C# 9.010/20/2023 7:26:18 AM. C# 9.0 introduced a significant language feature known as records, which simplifies the creation of classes for immutable data. Records provide a concise and elegant way to define classes for storing
  • Effective QA Strategy for Software Success10/19/2023 11:20:11 AM. Crafting a Kickass QA Strategy A Recipe for Software Success" is a title that suggests the development of a comprehensive and effective Quality Assurance (QA) strategy to ensure the success of so
  • Structs In C#10/17/2023 10:06:13 AM. This article introduces struct types in C# and .NET Framework.
  • Serializing Objects In C#10/16/2023 5:55:56 AM. Serialization in C# is the process of converting an object into a stream of bytes to store the object to memory, a database, or a file. Its main purpose is to save the state of an object in order to b
  • Serialize And Deserialize Objects By Using BinaryFormatter10/10/2023 11:26:52 AM. Serializing and deserializing objects using BinaryFormatter in C# is a powerful technique for converting complex objects into a binary format for storage, transmission, or deep cloning. This process a
  • How Can You Interact with Smart Contracts Using Safe{Wallet}10/10/2023 6:40:08 AM. Learn how to securely manage digital assets with Safe{Wallet}'s user-friendly interface for interacting with smart contracts on the blockchain. #BlockchainSecurity
  • How Can You Ensure Secure Smart Contract Development?9/26/2023 4:51:14 AM. Learn essential Solidity best practices for writing secure, efficient, and reliable smart contracts on the Ethereum blockchain.
  • Real-Time Insights with Azure Stream Analytics in IoT Projects9/25/2023 8:29:56 AM. Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices
  • How to Use Remix IDE to Create and Deploy Smart Contracts?9/25/2023 6:06:07 AM. Smart contracts are self-executing digital agreements on blockchain, automating transactions and ensuring trust without intermediaries.
  • C# Reflection With Code Example9/21/2023 10:21:08 AM. In this article, I will discuss about C# Reflection with a code example.
  • Using Microsoft Agent With C#9/20/2023 6:37:49 AM. This article explains how to include MS Agent into an simple Windows Form based application using C#.
  • Why is Smart Contract Auditing Important for Blockchain Security?9/20/2023 4:52:47 AM. Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
  • Data Transfer Objects (DTOs) in C#9/19/2023 8:15:06 AM. In the world of software development, Data Transfer Objects (DTOs) are vital for efficient data communication and manipulation. This article explains DTOs in C#, their importance, and practical usage.
  • Comparing Objects In C#9/18/2023 5:31:07 AM. In this article, we are going to compare two objects of the same class having collection property or multiple collection properties.
  • Deconstruction In C#9/17/2023 10:48:34 PM. In this article, you will learn about Deconstruction in C# 7.0.
  • Object Instantiation in C#. Part V Just Don't Do It9/17/2023 10:01:27 PM. There are many ways to approach object instantiation. In this article we'll cover a few of the patterns used to instantiate objects. In this final article in the series, we'll be looking
  • Catching Defects Early with Code Review9/15/2023 8:48:35 AM. An article about how working closely with developers helps us nip problems in the bud.
  • 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
  • Why String Is Immutable9/12/2023 4:49:40 AM. A string is a reference data type in C#. A string is a sequential collection of characters that is used to represent text. The value of the String object is the content of the sequential collection of
  • Generic Extension Method To Map Objects From One Type To Another 9/10/2023 9:35:13 PM. In this article, we will learn about Generic Extension method to map objects from one type to another.
  • How to Write an Article That Attracts More Viewers?9/9/2023 12:09:32 PM. This article will explain how you can write a better article that attracts more viewers.
  • Determine the Time since the Last Boot Up in C#9/5/2023 5:26:06 AM. This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
  • Creating a Lookup From a List of Objects Using Lambda Expression9/1/2023 9:55:50 AM. In this article, I describe how to convert a list of objects into a lookup collection.
  • Boosting IoT Projects with Cloud Storage and Azure IoT9/1/2023 8:33:27 AM. In the era of IoT-driven digital transformation, efficient data storage is paramount. Cloud storage, particularly Microsoft Azure IoT's solution, empowers IoT projects with scalability, accessibil
  • Introduction to C# Methods - Part19/1/2023 4:14:25 AM. In this article, you will learn about C# methods and how to implement and use methods in a class.
  • Exploring C# Tuples: Simplifying Data Structures with Examples8/31/2023 9:57:47 AM. Discover the Power of C# Tuples: Simplifying Data Structures. Learn how Microsoft's C# language utilizes lightweight Tuples for efficient data grouping, enhancing code clarity, and improving perfo
  • Access .NET Projects via LAN8/31/2023 4:29:44 AM. How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any
  • Will Swap Work If C# Manipulates Objects By Reference?8/29/2023 4:39:38 AM. C# does manipulate objects by reference, and all object variables are references. On the other hand, C# does not pass method arguments by reference; it passes them by value. Thus, a regular swap metho
  • 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
  • Structs in C#8/28/2023 4:25:02 AM. Discover the significance of C# structs - lightweight alternatives to classes. Efficiently manage memory and enhance performance with value types while considering scenarios and pitfalls for optimal i
  • Simplifying Data Transfer Objects (DTOs) in C# with Records8/27/2023 12:46:29 PM. C# records provide a more elegant and succinct way to define DTOs. In this article, we will explore the benefits of using C# records for DTOs with a concrete example.
  • How to Verify Your Smart Contract on PolygonScan?8/27/2023 2:11:36 AM. Discover Polygon's world of smart contracts. Verify and publish with PolygonScan for transparent, secure DApps. Boost trust, and open doors to transparency.
  • Using PnP SPFx Yeoman Generator For Creating SPFx Projects8/25/2023 9:33:47 AM. In this article, you will learn how to use PnP SPFx Yeoman Generator for Creating SPFx Projects.
  • Introduction to Solidity8/25/2023 8:34:13 AM. It was first mentioned by Gavin Wood and developed by Christian Reitwiessner in 2014. The language is statically typed, meaning that variable types must be declared before they are used. It is also ca
  • Exploring the Diverse Flavors of LINQ with Examples8/22/2023 11:52:01 AM. LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
  • String Methods in JavaScript8/22/2023 5:48:12 AM. Explore essential JavaScript string methods in this guide. Learn to manipulate, extract, and transform strings using functions like charAt, concat, includes, indexOf, and more. Start mastering JavaScr
  • Generate SQL Statements With Objects, Attributes and Reflection8/21/2023 7:14:45 AM. Create a SQL Command with SQL Statement and Parameters dynamically.
  • How to Create Records for Salesforce SObjects using SOAP API?8/14/2023 10:09:42 AM. In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
  • Smart Contracts Testing using Mocha.js and Chai.js8/7/2023 5:26:47 AM. In this article, we will learn how we can write test cases for solidity smart contracts.
  • Observable and Subjects in Angular8/5/2023 10:12:30 AM. In this article, we are going to discuss the basics of observable and subject. Also, the difference between them is explained with the help of practical examples and the different types of subjects.
  • Object Relational Mapping (ORM) Using NHibernate - Part 8 of 88/1/2023 5:52:48 AM. In this article we clear the question from the end of the first article, How do we manage a persistent object across sessions? .
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]7/30/2023 5:23:49 AM. In this article, we will discuss the detailed steps on executing SOQL queries for Custom Salesforce SObjects using SOAP API. In this demo, we will look into how to query fields with lookup relationshi
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]7/27/2023 11:11:56 AM. In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.