Related resources for T&C
  • Patching .NET Binary Code by CFF Explorer4/24/2024 1:52:11 PM. Discover how to modify .NET binary code using CFF Explorer. This tutorial explores the process of patching executable files, enabling alterations to functionality or behavior.
  • Django Bootcamp - FrontEnd (Bootstrap, Javascript, DOM, jQuery)4/24/2024 7:32:39 AM. Dive into the Django Bootcamp focusing on FrontEnd development, covering Bootstrap, JavaScript, DOM manipulation, and jQuery. Master essential skills to enhance user interfaces, create dynamic web pag
  • Binary Cracking and Byte Patching With IDA Pro4/23/2024 8:31:51 AM. This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching,
  • Applied Reverse Engineering With OllyDbg4/23/2024 8:25:53 AM. This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods include
  • Learn Patterns and Matching in Rust4/22/2024 9:00:33 AM. In this article, we will explore the pattern syntax of Rust Programming Language. Patterns and matching in Rust streamline data handling and control flow. With various pattern types and exhaustive mat
  • 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
  • Best Practices for Handling Exceptions in C# 4/16/2024 10:49:46 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
  • Record and Pattern Matching in C# 94/16/2024 10:08:20 AM. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • How To Create An Azure WebJob For SharePoint Online4/16/2024 7:01:54 AM. Learn how to migrate custom apps to SharePoint Online using Remote Timer Jobs. Utilize Azure WebJob for seamless integration, manage ClientContext authentication, configure CRON schedules, and registe
  • Set Default Value To Person Or Group Field In PowerApps4/15/2024 11:45:53 AM. Learn how to set default values for Person and Group fields in PowerApps. Use Patch function to update SharePoint list items with person or group field values. Understand the required data format for
  • Pattern Matching In C#4/15/2024 8:53:28 AM. Pattern matching in C# is a powerful feature allowing concise and expressive code for conditional statements and type checking. It enables matching based on various patterns like types, constants, pro
  • Page Life Cycle in ASP.NET4/13/2024 6:15:29 PM. Learn about the ASP.NET page life cycle events including preinit, init, preload, load, prerender, and savestatecomplete. Understand their order of execution and their significance in web development.
  • Health Checks in .NET Core with AspNetCore.HealthCheck.UI.Client4/13/2024 5:37:03 PM. Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for en
  • What Is Swagger In .NET Core And Its Implementation?4/11/2024 6:11:19 AM. Swagger in .NET Core simplifies API documentation by generating interactive documentation from code annotations. It enables developers to visualize, test, and interact with API endpoints effortlessly.
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • Best Practices for Working with DateTime, UTC, and Offset in C#4/9/2024 5:50:01 PM. Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
  • Difference between break and continue in Java4/4/2024 10:38:03 AM. In Java break and continue statements are known as Jump Statements. In this article, you will learn about the break and continue statements in Java and how we can use these statements in Java with cod
  • Table View In Xamarin iOS - Part Two🚀4/3/2024 9:38:56 AM. Part Two of Xamarin.iOS TableView series explores TableViewSource and its methods like GetCell and RowsInSection, essential for populating and managing table view data. Dive into Model-View-ViewModel
  • Display Mode Provider in MVC 5 Application4/1/2024 8:19:20 AM. Display Mode Provider in MVC 5 Application facilitates adaptive rendering based on user agents. It utilizes DefaultDisplayMode and ContextCondition to insert modes for specific devices like Windows Ph
  • Deletion of Record using Power Shell Script with FetchXML Query in D3653/23/2024 4:14:02 PM. Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
  • Why GraphQL Is An Alternative Over React API3/21/2024 6:26:24 AM. GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
  • Namespace for Authentication Routes in MVC and Its Importance3/19/2024 1:18:38 PM. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
  • Establishing Communication Between Executable Files Using TCP/IP3/19/2024 5:29:21 AM. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Step
  • PowerApps Canvas Patch Upsert Dynamics 365 Records3/15/2024 8:34:51 AM. Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record mana
  • Display API Data on List Using SwiftUI3/15/2024 4:44:39 AM. In this article, we will fetch and display data on a list using SwiftUI. Learn to fetch and display data in a list using SwiftUI. Set up a SwiftUI project in Xcode, create a struct conforming to Codab
  • How to Fetch Daily, Weekly, Monthly, and Yearly based Data in SQL3/12/2024 10:59:03 AM. In SQL, fetching data based on specific time intervals like day, week, month, and year is essential for meaningful analysis.
  • Fetch Data From Nested JSON In API3/12/2024 6:08:31 AM. In this article, we will learn to fetch data from nested JSON in API using URLSession in Swift programming language.
  • Fetch Data From API Using URLSession3/10/2024 7:14:51 AM. This article contains simple demo on how to fetch data from API using URLSession in Swift Programming Language.
  • Asynchronous Programming in Angular Promises vs. Observables3/6/2024 4:33:48 AM. Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b
  • Fundamentals of Unit Testing: Understand CollectionAssert() in Unit Testing3/5/2024 10:37:39 AM. In this article we will talk about one important function of unit testing called CollectionAssert().
  • Developer Productivity By Visual Studio Shortcuts3/5/2024 10:31:36 AM. Boost your coding efficiency with Visual Studio shortcuts! Navigate, edit, and debug your code like a pro using time-saving keyboard commands. Accelerate your development workflow and enhance producti
  • Reactivity with Vue.js Watchers3/4/2024 5:24:10 AM. In the world of Vue.js, watchers stand as vigilant guardians, monitoring specific data properties for any signs of change. When a change is detected, they leap into action, executing custom logic to c
  • TCP Client and Server3/1/2024 11:10:46 AM. It guides users through compiling separate server and client programs, emphasizing the importance of adjusting the IP address to match the machine's configuration. Upon running the server program,
  • What are Virtual Switches and Standard Switches?3/1/2024 10:32:11 AM. In this article, we will explore the distinction between Virtual Switches and Standard Switches in networking for virtualized environments. Dive into their roles in managing network traffic, configuri
  • Exception Handling in C#2/29/2024 10:09:08 AM. In this article, we will learn Exception handling in C# is a mechanism in .NET to detect and handle run-time errors. This article teaches you everything about exception handing in C#.
  • What is Vue.js Watch Property?2/29/2024 5:17:56 AM. Learn Vue.js's watch property, a powerful feature allowing custom logic reactions to changes in data, computed properties, or reactive values. Utilize object-based and immediate watchers for effic
  • Learn Exception Handling in C#2/28/2024 11:14:25 AM. Exception Handling in C# is crucial for robust code. Using try-catch blocks, catch blocks, and finally blocks, developers manage unexpected issues gracefully, ensuring dependable and solid application
  • Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps2/28/2024 8:59:24 AM. Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and c
  • Detecting File Changes using FileSystemWatcher2/28/2024 7:12:07 AM. This article is about detecting file changes like file renaming, file creation, deletion and changes in a folder using FileSystemWatcher class.
  • Mastering Pattern Matching in C#2/28/2024 5:30:16 AM. Mastering Pattern Matching in C# provides comprehensive insights into leveraging pattern matching techniques to enhance code readability and efficiency. From type patterns to constant patterns, proper
  • Launch Startup Settings in Windows 82/26/2024 9:34:35 AM. This article provides a detailed guide on how to access Startup Settings in Windows 8, essential for advanced troubleshooting and problem-solving on PCs.
  • Reset Internet Protocol (TCP/IP) in Windows 82/26/2024 8:25:23 AM. In this article, Learn how to reset the Internet Protocol (TCP/IP) settings in Windows 8 to troubleshoot network connectivity issues. This guide walks you through the process using Command Prompt, pro
  • An in-depth look at C# 10 and performance improvements2/25/2024 2:25:50 AM. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memo
  • How to Take Screenshots in Windows 102/23/2024 6:52:59 AM. In this tutorial, I discuss how to Discover various methods to effortlessly capture screenshots in Windows 10. From utilizing keyboard shortcuts like Print Screen to leveraging built-in tools like Sni
  • How To Create Custom Task Outcomes In SharePoint 2013 Designer Workflow And How To Use It2/21/2024 8:28:08 AM. In a SharePoint 2013 designer workflow, we possibly have only two outcomes by default viz. “Approve” and “Reject”. Here we will see how to create any no of custom outcomes in a workflow. Creating cust
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShell2/20/2024 6:08:48 AM. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned fo
  • Azure Update Manager - Patch Management2/19/2024 7:01:09 AM. Azure Update Manager is a Software as a Service (SaaS) solution by Microsoft designed to simplify and automate software update management for Windows and Linux machines.
  • Learn SharePoint In Series - Part Twenty Six - Task Outcome And External Data Column Type In SharePoint2/15/2024 9:26:33 AM. Part 26 of the SharePoint series delves into Task Outcome columns, crucial for customizing approval workflows. Learn their setup and functionalities. Additionally, discover External Data columns, faci
  • Date and Time Column Behavior in SharePoint List/Library2/13/2024 6:45:33 AM. In this article, we will learn how managing date and time column conversions in applications becomes challenging when your organization spans multiple offices across different time zones.
  • Switch Between Directories in Power BI Service2/12/2024 11:53:56 AM. This content discusses the issue of switching between directories (tenants) within Power BI, highlighting the lack of a direct option to do so in the Power BI portal. It offers a solution involving th
  • Duplicate Detection within Dynamics 365 using PowerApps2/9/2024 7:22:50 AM. Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establ
  • Dynamics 365 - Execute Multiple Requests2/9/2024 6:57:33 AM. Sometimes, in projects, we have a requirement where we need to undertake the actions at once on numerous records in the system over an entity. In this article, we will see how to achieve that.
  • What Are Navigation Guards in Vue Router2/8/2024 11:33:26 AM. Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authori
  • Creating Keystore to Publish MAUI App from Scratch to End2/7/2024 11:00:43 AM. When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it&#39
  • Multithreading in C#: Processes, Threads, and Performance Optimization2/7/2024 10:06:03 AM. In this article, we will learn to Explore how threads are managed, synchronized, and executed at the kernel level, shedding light on the core mechanisms of concurrency and parallelism.
  • Get Items Action Fetching Few Records from SharePoint Online2/5/2024 10:12:12 AM. Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem b
  • React Design Pattern Series: Mastering Hooks Pattern2/5/2024 8:25:20 AM. This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind R
  • Custom Events in C# for Enhanced Communication and Flexibility1/31/2024 8:33:20 AM. In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
  • 5 Ways To Handle Rest API Request In React Using CRUD Functions1/31/2024 8:28:26 AM. Manage REST API requests in React using CRUD operations. Vanilla JS employs Fetch API, useState, and useEffect. Axios library offers cleaner syntax with interceptors. Extend Axios for CRUD operations.
  • WebSocket Communication Using Python1/30/2024 11:19:07 AM. In this article, we will create and understand WebSocket communication. WebSockets facilitate bidirectional communication in contrast to traditional REST APIs, enabling multiple messages over a single
  • Create Shortcuts to AWS S3 from Fabric Lakehouse1/29/2024 9:38:11 AM. In this video, I demo how to create Shortcuts in Fabric Lakehouse from AWS s3 service. If you enjoy this video, give it a thumps up, comment and share with your friends and connection
  • Difference between split(), match(), splice(), substring(), and substr() in JavaScript1/24/2024 5:48:33 AM. The article gives a brief idea about various string operations like split(), match(), splice(), substring(), and substr() in JavaScript.
  • Creating Custom User Authentication using AbstractBaseUser in Django1/18/2024 9:58:23 AM. This article explains the complete process of how one can create and use custom user models. The AbstractBaseUser class in Django is a fundamental component of the authentication system.
  • How to Create Reusable Confirmation Modals in Blazor Server1/17/2024 1:39:29 PM. In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
  • JavaScript Try-Catch for Effective Error Handling1/17/2024 9:26:57 AM. In JavaScript, try-catch blocks handle errors during code execution, preventing program crashes. The example demonstrates catching a division by zero error, ensuring smoother program flow, and providi
  • Minimal API in .NET 8: A Simplfied Approach to Build Web APIs1/17/2024 9:20:50 AM. Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
  • If-Else vs Switch Statement in C#1/16/2024 6:21:55 AM. Navigate the decision-making landscape in C# with clarity. Delve into the distinctions between if-else and switch statements, understanding their pros, cons, and optimal use cases for efficient code.
  • Handling HTTP Patch Method in AngularJS Frontend and C# Backend1/12/2024 7:14:11 AM. Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A
  • What Is Route Matching Priority in Vue.js1/10/2024 8:32:11 AM. In Vue.js, route matching priority determines the order in which routes are evaluated. Proper order in the routes array ensures the correct route is matched, impacting navigation behavior.
  • Automatic Batching in React JS1/9/2024 10:42:03 AM. In React, automatic batching optimizes performance by grouping consecutive state updates within the same event or React flow, reducing unnecessary re-renders and enhancing DOM updates for improved app
  • Explain Batch Processing in MuleSoft1/3/2024 9:10:10 AM. Continue your MuleSoft journey with this comprehensive guide on batch processing. Learn the key features, benefits, and architecture of MuleSoft's batch processing, and follow a step-by-step examp
  • How to Create Stored Procedures for CRUD?12/20/2023 11:13:05 AM. In this article, we will learn how we can create Stored Procedures for CRUD operations in SQL Server.
  • Building a Multithreaded Web Server in Rust from Scratch12/19/2023 8:58:32 AM. This article will explore how to build a multithreaded web server in Rust.
  • Using Azure OpenAI As Your Code-Buddy12/18/2023 11:13:45 AM. Using Azure OpenAI's LLM Intelligence to refine your codes and improve your efficiency
  • Source Control (4-9), Git --- Merge: Fetch, Pull, Push and Sync12/8/2023 4:48:07 AM. This article discusses DevOps Merge: Fetch, Pull, Push and Sync
  • Efficient Data Fetching Techniques in SQL Server12/5/2023 5:24:30 AM. This article combines theory and hands-on SQL examples to showcase efficient data retrieval techniques in SQL Server. From indexing strategies to query optimization, it offers actionable insights for
  • Understanding LIKE vs ILIKE in PostgreSQL12/5/2023 5:14:46 AM. In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
  • Angular CLI: Your Shortcut to Angular Development11/29/2023 6:17:19 AM. Angular CLI, a commanding tool in front-end development, simplifies Angular app creation, testing, and deployment. From installation to production build, its commands streamline processes, letting dev
  • Service Management in C#.NET11/24/2023 7:21:13 AM. This article discusses how to create a Web Application to manage the services running on our system.
  • 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 Create Virtual Switch in Hyper–V Manager11/15/2023 4:44:13 AM. Virtual Switch in Hyper-V Manager is a software-based network switch that enables the communication between virtual machines, the host system, and other physical or virtual devices on the network. It
  • Fetch Data from Azure Data Explorer of the Kusto Microsoft Fabric Database in Excel11/7/2023 5:19:43 AM. In this video, I demo how to fetch data from azure data explorer of the kusto Microsoft Fabric database in Excel.
  • Simplify Your Code with Switch Expressions: Patterns and Examples11/6/2023 10:45:23 AM. In C#8 switch statement enhanced with powerful feature that can simplyfy your code and make it more readable and maintainable. In this article We will explore into C# 8 switch expression and how to us
  • How to make an API call in JavaScript11/5/2023 1:43:25 PM. JavaScript provides a few built-in methods and external open-source libraries to create and interact with the API. A few possible methods to make an API call in JavaScript are explained in the article
  • Java 21: New Features and Examples11/2/2023 10:48:59 AM. Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
  • Create Excel Charts (Waterfall, Funnel, Treemap, etc) with Java10/30/2023 5:31:52 AM. This article explains how to create waterfall chart, funnel chart, treemap chart, box and whisker chart, sunburst chart, and histogram chart in Excel with Java.
  • Resolve Error 40: Could Not Open a Connection to SQL Server10/27/2023 7:14:46 AM. In this article we will discuss about various reasons and solutions to resolve error : 40 related to SQL Server connection.
  • Exception Handling in Power Automate Using Try Catch Scope Action10/20/2023 11:02:20 AM. Exception Handling in Power Automate involves the use of Try Catch Scope Action, allowing users to gracefully handle errors and exceptions that may occur during the execution of automated workflows. B
  • Delegates In C#10/18/2023 5:47:20 AM. Delegates in C# are a fundamental concept in the language. They are used to create reference types that can encapsulate methods with a specific signature, allowing you to treat methods as objects. Del
  • Pagination In SQL Server10/9/2023 8:51:10 AM. Pagination in SQL Server refers to the practice of dividing a large set of query results into smaller, manageable subsets, or "pages," to improve performance and user experience. This techni
  • Pagination in SQL Server10/9/2023 7:17:18 AM. Pagination is the process of dividing large data into smaller data sets in discrete pages. It is widely used in web applications.
  • Page Life Cycle In ASP.NET10/5/2023 12:08:06 PM. This article describes various stages or events of an ASP.NET page life cycle. ASP.NET Page Life Cycle includes events PreInit, Init, InitComplete, OnPreLoad, Load, PostBack, LoadComplete, OnPreRender
  • C#.NET - Generate An API Key Using Nuget Library10/5/2023 6:47:45 AM. This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
  • Control Statements In C#10/3/2023 9:50:27 AM. In this article I will explain you about different control statements in c#.
  • Catching Exceptions in C#9/25/2023 10:14:01 AM. This article explains you about exceptional handling in C#. How to use try, catch, finally block to handle exception handling. Here I have listed all types of Exception Class.
  • C# 8.0 Switch Expression9/25/2023 4:41:58 AM. In this article, we are going to learn what Switch Expressions in C# and how to use switch expressions in C# 8.
  • Use of Stopwatch Class in C#9/21/2023 11:35:05 AM. This article shows how to use the Stopwatch class in your application.
  • Working With Switch Expressions And Pattern Matching In C# 8.09/21/2023 9:58:05 AM. This article explains how to work with Switch expressions and Pattern matching in C# 8.0 and demonstrates how to use it in application development.
  • C# 9 Cheat Sheet9/18/2023 7:19:17 AM. C# 9 Cheat Sheet with code examples and pros and cons.C# 9 introduced several new language features and enhancements, making it easier to write clean and concise code. Some key features include.