Related resources for GIN
  • Getting Started With Angular4/19/2024 10:50:55 AM. In this article, we will Discover the fundamentals of Angular with our comprehensive beginner's guide. Get started on your journey to mastering this powerful JavaScript framework.
  • .NET Binary Reverse Engineering: Part 14/19/2024 10:41:26 AM. This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
  • .NET Reverse Engineering: Part 24/19/2024 10:37:50 AM. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
  • .NET Reverse Engineering: Part 34/19/2024 10:37:22 AM. In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
  • Services in AngularJS For Beginners4/19/2024 10:31:05 AM. Explore the essentials of AngularJS services in this beginner-friendly tutorial. Learn how services facilitate data sharing and encapsulation, enhancing your understanding of AngularJS fundamentals.
  • Streamlining Security: Managing Inactive Users in Microsoft 3654/19/2024 9:55:36 AM. In this edition, we'll guide you through Streamlining Security: Managing Inactive Users in Microsoft 365. Supercharge your team's collaboration with our curated insights, expert tips, and the
  • Keeping Your .NET Core API Safe and Sound4/19/2024 4:57:22 AM. In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve
  • Alibaba Cloud IoT: Connecting Devices and Managing Data4/19/2024 4:52:48 AM. Alibaba Cloud IoT connects devices & manages data for businesses, enabling them to unlock the power of #IoT & gain valuable insights.
  • 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
  • Make Your Debugging Easier With 'Login As' Design Pattern4/18/2024 1:16:39 PM. Streamline debugging with the 'Login As' design pattern, enabling authorized users to temporarily access accounts for testing purposes. Enhance development efficiency and ensure thorough testi
  • Bug Fixing: .NET Reverse Engineering: Part 44/18/2024 1:15:09 PM. Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
  • Select and Insert Data With Reverse Engineering Via EDM Framework4/18/2024 1:11:53 PM. Employ the Entity Data Model (EDM) framework's reverse engineering for seamless data selection and insertion. Generate code from an existing database schema, enabling efficient data access and man
  • Select and Insert Data With Entity State (Unchanged) Via EDF Framework4/18/2024 10:44:37 AM. Utilize Entity Data Framework (EDF) to select and insert data with Entity State (Unchanged) for efficient data manipulation. Leverage EDF's change tracking mechanisms to maintain object state, ens
  • Learn Angular 8 Step By Step in 10 Days – Directives (Day 4)4/17/2024 9:35:03 AM. In this article, As we all know Angular 8 has already been released. Now, in this article series, we will discuss a different aspect of Angular 8 for all types of users.
  • Learn Angular 8 Step By Step in 10 Days – Day 14/17/2024 8:20:40 AM. Embark on a 10-day journey to master Angular 8 step by step. Day 1 focuses on laying a strong foundation, covering Angular basics, components, and directives, setting you on the path to becoming a pro
  • How To Integrate Application Insights Into Azure Functions4/17/2024 8:06:12 AM. Learn the seamless integration process of Application Insights into Azure Functions. Enhance monitoring, logging, and performance tracking capabilities effortlessly. Harness the power of Azure service
  • How To Easily Create Azure Functions Using Azure Portal4/17/2024 8:04:43 AM. Learn to effortlessly build Azure Functions via Azure Portal. Explore serverless computing, diverse triggers like HTTP or Timer, bindings for seamless data integration, and easy deployment. Monitor, s
  • Plant Disease Classifier with Azure AI Custom Vision and Blazor4/17/2024 8:02:26 AM. This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highligh
  • How To Integrate Azure Application Insights Service To An Angular4/17/2024 8:00:08 AM. Elevate your Angular app's performance and monitoring capabilities by seamlessly integrating Azure Application Insights service. Track and optimize user experiences with advanced logging and monit
  • Creating Azure Service Bus Queues And Sending Messages To Queues4/17/2024 7:45:35 AM. Service buses facilitate decoupling of applications/services via messaging queues. Queues created through Azure Portal or Service Bus Explorer. Settings like Enable Sessions and Dead Lettering enhance
  • 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
  • Abstracting Azure Service Bus And Azure Queues To Send Messages4/16/2024 8:51:29 AM. Abstracting Azure Service Bus and Azure Queues simplify message sending by providing high-level interfaces. This allows seamless integration with Azure's messaging infrastructure, enabling efficie
  • Queue-Based Messaging in Windows Azure4/16/2024 8:40:51 AM. This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solut
  • Implement Azure Queue Using ASP.NET Core Console Application4/16/2024 8:39:11 AM. Learn to utilize Azure Queue Storage for efficient message queuing in cloud applications. Explore Azure Queue's RESTful interface, its advantages like cost-effectiveness and security, along with d
  • Create A Blazor App With Google ☁️Cloud SQL Using MySQL Engine4/16/2024 5:36:00 AM. Learn how to integrate cloud-based databases seamlessly into your web application, harnessing the power of Blazor's dynamic UI and Google Cloud's robust infrastructure for efficient data manag
  • Pagination in a .NET with EF Core4/15/2024 5:20:15 AM. Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination in a
  • Microsoft Fabric: A Comprehensive Overview4/15/2024 4:04:10 AM. Microsoft Fabric is a powerful cloud based SaaS platform that revolutionizes the world of data analytics. With end-to-end capabilities spanning data lakes, data engineering, data analytics, data integ
  • Create an Interactive Flower Using HTML54/12/2024 8:17:56 AM. Learn how to create an interactive flower using HTML5 canvas. Follow beginner-friendly steps, from setting up an HTML editor to defining functions and adding interactivity. Utilize KineticJS for graph
  • REST API to Send Messages to Azure Service Bus Topic Subscription4/12/2024 6:42:12 AM. Utilize a REST API to send messages to Azure Service Bus Topic Subscriptions swiftly. Implement efficient communication between components in your application, leveraging Azure's robust infrastruc
  • Prompt Engineering for Generative AI: Tips and Tricks4/12/2024 6:16:23 AM. In this session, you will learn the patterns and approaches for writing effective prompts for large language models.
  • Create A 3D Login Form In HTML 54/12/2024 5:56:50 AM. In this article, you will learn to Create an immersive 3D login experience with this HTML5 form. Utilize CSS animations for dynamic visuals and JavaScript for interactive functionality. Enhance user e
  • Create a Transparency in Image Using HTML54/12/2024 5:52:48 AM. Learn how to create a transparent photo using HTML5 canvas and JavaScript. This beginner-friendly tutorial guides you through setting up the project in Visual Studio, creating HTML files, and adding i
  • Mastering the Art of Debugging in Your ASP.NET Project4/12/2024 5:05:51 AM. Delving into the realm of maintaining and improving an existing ASP.NET project feels like embarking on a journey through a maze of challenges and prospects. As developers, we regularly encounter the
  • Consuming Web Service In Windows Application4/11/2024 10:51:06 AM. This tutorial guides beginners on consuming a Web Service in an ASP.Net Windows Application step-by-step, from adding a service reference to calling methods. It emphasizes simplicity and clarity for e
  • Using Scriban to Render Templates in .NET Core4/11/2024 6:13:19 AM. This article shows that the template engine is helpful when we want to render something and also introduces the basic functions of Scriban.
  • Leveraging Server-Sent Events (SSE) with Angular and Node.js4/11/2024 5:25:47 AM. Server-Sent Events (SSE) is a powerful technology that enables servers to push real-time updates to web clients over HTTP.
  • Boosting Azure Function Performance with Isolated .NET Core4/9/2024 5:45:41 PM. In the article "Boosting Azure Function Performance with Isolated .NET Core," written by Ziggy Rafiq, readers learn about how Isolated .NET Core empowers Azure Functions. This piece explores
  • Creating DNS Zones and Changing Name Servers from Public DNS4/8/2024 10:40:25 AM. This comprehensive guide walks you through the fundamentals of DNS zones, setting up Azure DNS, and integrating it with popular domain registrars like GoDaddy. With Azure DNS Zones, you can optimize y
  • Global Error Handling In ASP.NET Core App Using NLog 4/8/2024 8:44:06 AM. In this post, we will see how to create an error handling middleware in ASP.NET Core application and handle all the exceptions in the app globally. We will write the error log details into a text file
  • What Is Lean Framework, Origin Of Lean And The 5S Tool For Improvement💫4/8/2024 8:36:44 AM. The Lean framework, originating from the Toyota Production System, emphasizes waste reduction and efficiency. The 5S tool—Sort, Set in Order, Shine, Standardize, Sustain—improves workplace organizatio
  • Employee Salary Updates Using SQL Update with Inner Join Query4/5/2024 9:16:51 AM. Explore how to update employee salaries while ensuring that each employee has only one salary per job. We'll accomplish this task using the UPDATE statement with INNER JOIN in SQL. Let's dive
  • Using .NET Core With RabbitMQ For Async Operations4/5/2024 5:43:09 AM. In this article, we will learn to leverage the power of .NET Core and RabbitMQ for asynchronous operations. Explore seamless integration to enhance messaging middleware, facilitating efficient communi
  • Implementing RabbitMQ🐰, For Point to Point Communication 🚀4/5/2024 5:35:51 AM. Implement RabbitMQ for efficient point-to-point communication, utilizing asynchronous messaging with . NET. Utilize RabbitMQ.Client library to create a ConnectionFactory, manage channels, declare queu
  • Consuming RabbitMQ Messages In ASP.NET Core4/5/2024 5:35:21 AM. In this article, I’d like to present how to implement RabbitMQ message consumption in ASP.NET Core. Explore asynchronous messaging patterns using RabbitMQ, a robust message broker, for inter-service c
  • Asynchronous Communications Using RabbitMQ Message Broker4/4/2024 11:37:39 AM. In this article, we will explore asynchronous communication techniques leveraging RabbitMQ, a powerful message broker. Discover how RabbitMQ facilitates reliable, scalable message routing in distribut
  • .NET Core Web API Logging Using NLog In RabbitMQ4/4/2024 10:27:32 AM. This comprehensive guide explores setting up NLog for efficient logging, configuring RabbitMQ for asynchronous message handling, and integrating both into your Web API for centralized logging.
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • Grid View In Xamarin.Forms Using FlowListView4/4/2024 9:10:03 AM. Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
  • Console Based Chat4/3/2024 9:38:27 AM. Experience real-time text-based communication with a console-based chat application. This C# program offers a simple yet effective way to chat with others through the command line interface.
  • Create Your First ASP.Net MVC Application4/3/2024 9:06:45 AM. Embark on your web development journey by creating your first ASP.Net MVC application. This beginner-friendly tutorial guides you through the process of setting up, coding, and deploying a basic MVC w
  • Fabric Lakehouse to Snowflake: Seamless Data Integration Pipeline4/3/2024 4:05:53 AM. Explore seamless data integration from Fabric Lakehouse to Snowflake Database using a robust data pipeline. This process involves extracting, transforming, and loading data efficiently, ensuring smoot
  • Exploring the Contrasts: Azure Service Bus vs. RabbitMQ4/2/2024 11:11:33 AM. Azure Service Bus and RabbitMQ are messaging systems, but differ in deployment (cloud vs self-hosted), protocol support, and feature set. Azure Service Bus is fully managed and integrated with Azure,
  • Getting Started with Razor View Engine in MVC 34/2/2024 9:08:59 AM. Learn about the Razor View Engine in MVC 3 through this beginner-level article, covering syntax basics, creating a User Registration Application, and utilizing Data Annotation Validator Attributes fo
  • OpenAI Tests Voice Cloning Program4/2/2024 4:32:10 AM. OpenAI Tests Voice Cloning Program to create AI-based voices. OpenAI ventures into voice cloning with "Voice Engine," a powerful tool utilizing deep learning to mimic real voices. While prom
  • .NET API Login and Registration using Identity4/1/2024 9:00:00 AM. Secure your .NET web applications with Microsoft Identity for seamless authentication and authorization. Follow this guide to implement user registration and login functionalities effectively, enhanci
  • ASPX View Engine VS Razor View Engine4/1/2024 8:27:59 AM. View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a
  • Form Authentication in MVC 5: Part 14/1/2024 8:18:03 AM. In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
  • Attribute Based Routing In ASP.NET MVC 54/1/2024 8:15:42 AM. Explore ASP.NET MVC 5's attribute-based routing, offering debugging ease, decoupling benefits, and flexible route configuration. Learn to optimize routing with RoutePrefix, Route Constraints, and
  • Introduction to Microsoft ASP.NET MVC 3 Razor View Engine4/1/2024 7:03:26 AM. In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
  • Information Computation Mastery: Serialization4/1/2024 5:04:20 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. We need bitstreams to be handled using files to preserve the data. The transition
  • Medallion Architecture: A Framework for Data Organization4/1/2024 4:37:18 AM. The Medallion Architecture is a powerful data design pattern that provides a structured approach to organizing data within a Lakehouse. In this article, we’ll explore the key components of the Medall
  • How to Enable and Disable Plugin in D365 using Power Shell Script 3/31/2024 3:49:45 AM. Learn to control Dynamics 365 (D365) plugins effortlessly with PowerShell scripting. This guide demonstrates enabling and disabling plugins seamlessly. Harness Invoke-RestMethod to manage SDK Message
  • Managing Vue.js Environment Configurations Effectively3/30/2024 7:30:58 AM. Managing environment configurations in Vue.js is crucial for handling settings like API endpoints across deployment environments. This article explores methods including environment variables, Vue CLI
  • Cyber Defense Using Artificial Intelligence3/29/2024 6:31:13 AM. Cyber Defense involves safeguarding data from unauthorized access through various techniques such as Machine Learning and Deep Learning. The application of Machine Learning using Random Forest classif
  • Activate & Deactivate Account Record in Dynamic 365 with PowerShell 3/28/2024 10:51:22 AM. InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using spe
  • Contained Database - No Need For Server Level Logins Anymore3/28/2024 10:34:38 AM. Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL
  • Overview Of Cycle Error Logs3/28/2024 6:34:11 AM. I saw this again recently and see it too often in environments so wanted to take a second to remind everyone to cycle their error logs on a regular basis. SQL Server keeps error logs and when you rebo
  • How To Get Started With Always Encrypted For Beginners - Part One3/28/2024 6:27:34 AM. Encryption has always been intriguing to me but seemed like it could be a very complex process to set up. However, SQL Server made it very simple when they introduced Always Encrypted (AE) into SQL Se
  • How To Get Started With Always Encrypted For Beginners - Part Three3/28/2024 6:26:32 AM. Discover advanced techniques in data security with Always Encrypted in Microsoft SQL Server. Part Three of our beginner's guide delves deeper into encryption keys, transparent data encryption, and
  • How To Get Started With Always Encrypted For Beginners - Part Two3/28/2024 6:26:09 AM. In this post we will pick up where we left off in Part 1, if you haven’t read that please go back and do so. Now that we have encrypted our columns, it’s time to take a look at how we decrypt them ins
  • Echo Chat Bot In Facebook Messenger Using Microsoft Bot Framework 3/28/2024 6:25:31 AM. In this article, we will learn about an Echo bot configuration for the Facebook messenger channel and its required resource list.
  • Information Computation Mastery: Challenges, Concepts, Implementation3/28/2024 4:53:53 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • Application Insights In MVC Core, Web API Core And Entity Framework Core3/27/2024 9:34:04 AM. Explore comprehensive monitoring and performance tracking with Application Insights in MVC Core, Web API Core, and Entity Framework Core. Gain insights into application behavior, error logging, and da
  • Managing .NET Solution Files with dotnet sln3/27/2024 4:52:41 AM. The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file manageme
  • A Comprehensive Guide to Utilizing the MQTT Protocol3/26/2024 3:07:06 PM. MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly usefu
  • Passing Values Between Tasks in Azure DevOps Pipeline3/26/2024 10:39:12 AM. In this article, we will learn efficient inter-task communication in Azure DevOps pipelines. Discover how to pass values between tasks using the task.setvariable logging command, streamlining your pip
  • Building a Logging Proxy in C#3/26/2024 8:09:28 AM. In this article, we build a practical reusable Logging Proxy in C#. This article elucidates the creation of a Logging-Proxy, vital for logging calls and data transfers over specified interfaces, aidin
  • Visual Studio 2017 Overview And New Features3/21/2024 6:48:14 AM. Explore Visual Studio 2017's comprehensive IDE with enhanced features for efficient software development. Discover updates in debugging, coding, and collaboration, empowering developers with impro
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • Learning New Features And Installation Way Of Visual Studio3/20/2024 11:40:24 AM. Discover the latest features of Visual Studio 2017 and streamline your development process. Learn efficient installation methods to set up the IDE for your programming needs. Enhance your coding exper
  • Logging And Tracing With Post Sharp3/19/2024 11:58:46 AM. Learn how to implement logging and tracing in .NET applications using PostSharp. Utilize aspect-oriented programming to inject logging behavior into methods, simplifying code maintenance and enhancing
  • Sequence Classification Using Hugging Face Transformers Library3/15/2024 6:40:24 AM. In the area of natural language processing (NLP), understanding sequence classification is key to unlocking the potential of machine learning models. The concept of sequence classification, particular
  • Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details3/15/2024 6:16:24 AM. Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
  • English as a New Programming Language: Bridging the Gap Between Code and Language3/15/2024 4:18:56 AM. Explore the concept of using English as a programming language, with examples and explanations for better understanding.
  • 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
  • How to Create an Instant Plugin in the Dataverse Environment?3/14/2024 4:26:01 AM. Create instant plugins in Dataverse for Dynamics 365 using Power Platform. Customize business logic, automate processes, and integrate seamlessly with real-time event-driven actions. Simplify developm
  • Managing Storage Spaces with File Server Resource Manager (FSRM)3/13/2024 11:28:50 AM. FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
  • Changing the Site URL in SharePoint Online3/13/2024 9:07:23 AM. In this edition, we'll guide you through the steps to accomplish Changing site Url effortlessly. Don't miss out on the SharePoint revolution!
  • A Simple Guide to Creating an Azure Databricks Workspace3/12/2024 10:40:28 AM. Learn how to set up your own Azure Databricks workspace with this easy step-by-step guide. Whether you're new to Databricks or looking to create a collaborative environment for big data analytics,
  • How to Group API Endpoints in FastAPI: Diverse Approaches3/12/2024 6:03:34 AM. This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes
  • A Seamless Debugging Experience with Source Link in .NET 83/12/2024 5:48:06 AM. Discover how to enhance your debugging experience in .NET 8 with Source Link, authored by Ziggy Rafiq. This article guides about the efficient use of Source Link for debugging, providing invaluable in
  • From Script to Screen in Seconds: OpenAI's Sora Reimagines Video Creation3/11/2024 11:58:48 AM. OpenAI has unveiled a new tool called Sora that promises to shake up video creation. Imagine describing a scene and having it come to life as a video! This AI-powered tech could revolutionize everyth
  • Leveraging Azure OpenAI with .NET Core3/11/2024 4:21:51 AM. This article discusses leveraging Azure OpenAI with .NET Core. Discover the synergy of Microsoft Azure and OpenAI with .NET Core. This guide unveils the seamless integration, empowering developers to
  • What is Prompt Engineering and Why Do We Care?3/10/2024 9:45:39 AM. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • Azure Monitoring Services Guide: Implementation and Examples3/10/2024 7:27:11 AM. This article is a comprehensive guide to Azure monitoring services, with implementation steps and examples. Real-world examples illustrate effective monitoring of Azure resources for optimal performan
  • Leveraging Compiled Queries for Enhanced Performance in LINQ3/9/2024 9:17:22 AM. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution pl
  • Trigger a Journey when a record is updated using Plugin C# Code3/8/2024 2:06:06 PM. To trigger a journey when a record is updated using C# plugin code.
  • Shadow Properties In Entity Framework Core3/7/2024 11:32:17 AM. Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The featur
  • ASP.NET MVC Tooltip with Web API, Bootstrap Popover, jQuery UI Dialog3/7/2024 8:41:29 AM. This article provides a detailed guide on dynamically adding help/tooltip icons to form elements using jQuery UI modal or Bootstrap popover. The tooltips are fetched from a centralized location via We
  • Essential DAX Formulas for Power BI Beginners3/7/2024 4:45:28 AM. Master essential DAX formulas in Power BI for effective data analysis. Learn fundamental functions like SUM, CALCULATE, RELATED, AVERAGEX, and IF with illustrative examples for actionable insights.