Related resources for ss
  • What is a Sealed Classes in C#?3/28/2024 6:49:58 AM. In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. Howeve
  • Automated VMware Cloud Foundation Host commission using ESXi3/28/2024 6:42:16 AM. Learn how to automate ESXi host provisioning with Kickstart and streamline VMware Cloud Foundation host commissioning workflows.
  • SQL Server Vulnerability Assessment3/28/2024 6:33:00 AM. SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012
  • SQL Data Discovery And Classification In SSMS3/28/2024 6:32:31 AM. SQL Data Discovery and Classification in SSMS allows users to identify and categorize sensitive data within databases, aiding in compliance with regulations like GDPR. Enhance data security and govern
  • Static Data Masking (SSMS 18.0 Preview)3/28/2024 6:31:38 AM. Static Data Masking in SSMS 18.0 Preview enhances data security by obscuring sensitive information in databases. It safeguards privacy during testing by replacing real data with masked values, ensurin
  • Hide And Group Columns In SSRS Using A Parameter3/28/2024 6:28:15 AM. Learn how to enhance reports without creating multiple versions. Utilize SSRS features like parameters, expressions, and visibility settings to dynamically adjust data presentation, catering to user r
  • 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.
  • How Do You Implement Number Localization in Vue.js3/28/2024 6:16:08 AM. In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format number
  • Create Service Connections in Azure DevOps3/28/2024 6:02:21 AM. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Applic
  • Why the Component Data Must be a Function in Vue.js3/28/2024 5:14:25 AM. In Vue.js, component data must be returned by a function to ensure data isolation and reactivity. This prevents shared data issues between instances, maintaining code modularity and reliability in com
  • Explain Vue.js Conditions & Loops3/27/2024 9:42:23 AM. In Vue.js, conditionally render elements with v-if, v-else, v-show, and iterate data using v-for. Detailed explanations and code examples illustrate each aspect of dynamic UIs.
  • Synchronous VS Asynchronous Statistics Updates3/27/2024 9:36:27 AM. In this article, we will explore the impact of synchronous and asynchronous statistics updates on system performance and data processing. Analyze real-time updates versus delayed processing, consideri
  • Azure DevOps: Classic Editor for Azure Build & Release Pipelines3/27/2024 9:25:28 AM. Learn to create Build and Release Pipelines in DevOps for Azure Repos Git. Configure tasks for Power Platform tools like solution export and import. Use Service Principle for authentication and define
  • What is Animations in Vue.js?3/27/2024 8:15:34 AM. Animations in Vue.js can be achieved through built-in transition components, CSS animations, JavaScript libraries like GSAP, Vue Router transitions, and Vue-specific plugins for engaging user experien
  • Convert Attachment to Base64 in Power Apps for Email Attachments3/27/2024 8:05:57 AM. Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment han
  • What is the Abstract Class in C#?3/27/2024 6:45:19 AM. The abstract class is a special privileged class in the C#, this will provide a blueprint for the derived classes with a setup of rules and instructions to be derived. The abstract class contains both
  • Automate Candidate Screening with ChatGPT AI in Process Automation 3/27/2024 4:30:29 AM. Microsoft introduces the ChatGPT model, revolutionizing customer interactions and internal communication. Businesses adopt ChatGPT for automated tasks, enhancing productivity and personalized experien
  • 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
  • Difference Between Kafka vs RabbitMQ3/26/2024 11:36:29 AM. Apache Kafka is an open-source platform built for handling real-time data streams efficiently. RedditMQ does not exist as a real technology or platform but could hypothetically refer to a messaging sy
  • 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
  • .NET MAUI - Root/Jail Broken Detection3/26/2024 9:37:20 AM. Learn how to secure your .NET MAUI app by detecting rooted/jailbroken devices, preventing security breaches. Follow steps to set up the project, install plugins, and implement detection in your app.
  • What is the Virtual Method in C#?3/26/2024 9:03:13 AM. In this article, we will provide an explanation about the virtual method with consise answer, which is help full for the people who wants to attends the C# with opps interview.
  • Create Web Roles and Assign Them to Contact in Power Pages3/26/2024 7:28:37 AM. Creating and assigning web roles in Power Pages is a process that plays a fundamental role in securing your site and managing user access efficiently. By carefully planning your web roles and permissi
  • Seamless Database Integration with C#3/26/2024 5:50:08 AM. Efficiently integrating databases with C# applications is crucial for managing data seamlessly. Explore various approaches like ADO.NET, Entity Framework Core, and Dapper along with best practices for
  • Class vs. Record vs. Struct in C#3/26/2024 4:15:44 AM. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweig
  • What is Blazor WebAssembly?3/26/2024 4:05:36 AM. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explor
  • Harnessing Power BI to analyze Azure monthly expenditure3/23/2024 6:31:44 AM. Cloud cost management, a component of FinOps, presents a complex challenging exercise. In this article I will show how to use Power BI to analyze an Azure invoice.
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • How to Create Calculated Column in SharePoint Online3/22/2024 5:40:34 AM. SharePoint Online offers robust tools for collaboration and data organization. Learn how to update calculated column formulas to adapt to evolving business needs seamlessly. Follow a step-by-step guid
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Code First Migrations In Entity Framework Step By Step3/21/2024 7:25:30 AM. Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
  • Learn Everything About REST API3/21/2024 6:31:08 AM. This tutorial covers building a full-fledged application with WPF, REST API, and Entity Framework. It emphasizes the importance and implementation of REST APIs, discussing CRUD operations and their re
  • Learn about Hydration in Angular3/21/2024 5:35:17 AM. In Angular, hydration transforms server-side rendered HTML into an interactive application on the client-side, initializing components, binding data, and enabling change detection for seamless user in
  • Important PySpark Import Statements3/21/2024 5:28:24 AM. PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import stateme
  • What is Dynamic CSS Binding in Vue.js 3/21/2024 5:22:54 AM. Vue.js allows dynamic CSS binding using directives like v-bind:class or :class for class binding, and v-bind:style or :style for inline style binding. Code examples demonstrate these techniques effect
  • Passing Data from ASP.NET Core MVC to JavaScript: A Guide to Using ViewBag and ViewData3/20/2024 4:23:08 PM. Get ready to learn how to pass data from ASP.NET MVC to JavaScript with ease. In this comprehensive guide, Ziggy Rafiq will show you exactly how to use ViewBag and ViewData to make the process seamles
  • The Cloud Show with Magnus Mårtensson ft. Mads Torgersen - Ep. 213/20/2024 12:55:14 PM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Enable Copilot for App Users in Model-Driven Apps3/20/2024 12:05:44 PM. Empower app users with Copilot in model-driven apps for Dynamics 365. Enhance productivity and user experience by enabling AI-driven assistance, contextual help, and guided support, streamlining decis
  • Step By Step Guide To Create SSRS Reports App In SharePoint3/20/2024 11:51:58 AM. Learn step-by-step how to integrate SSRS, utilize SharePoint lists as data sources, and deploy reports seamlessly. Achieve effective data visualization and enhance business intelligence within your Sh
  • Working With Circular Progress Bar In Visual Studio 20173/20/2024 11:47:17 AM. In this article, I will explain how to integrate and customize circular progress bars in your Visual Studio 2017 projects. Enhance user experience with dynamic progress indicators, suitable for WinFor
  • Explain Floating Labels Animation in Bootstrap3/20/2024 10:32:11 AM. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels a
  • Learn about Asynchronous Events in C#3/20/2024 5:49:33 AM. Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP. Id
  • Exploring Inter-Process Communication in WPF Using Named Pipes3/19/2024 12:09:55 PM. In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on th
  • "pip" Commands Every Python Developer Should Know3/19/2024 11:59:10 AM. In this article, we will discover the essential "pip" commands crucial for Python developers. This guide unveils fundamental operations, empowering developers with indispensable knowledge fo
  • 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
  • How to Configure Permission For the Website on IIS3/19/2024 11:55:53 AM. In this article, you will learn the essential steps to configure website permissions on IIS, ensuring secure access control. Explore settings in IIS Manager to manage authentication methods, authoriza
  • Simulating Multiple Inheritance in C#: Part I3/19/2024 6:16:39 AM. In this article, we will explore techniques for simulating multiple inheritance in C#. Discover how to leverage interfaces, composition, and class hierarchies to mimic this powerful feature, enhancing
  • Media Queries in CSS3/19/2024 6:12:44 AM. This article elucidates the significance and functionalities of media queries, a prominent module of CSS3. It highlights how CSS3 introduces a plethora of built-in modules, including media queries, th
  • Media Queries For Mobile, Laptop, Desktop And iPad For Making Responsive Website Design3/19/2024 6:11:59 AM. Media queries enable responsive web design by adapting layouts based on device characteristics like screen size. Tailoring designs for mobile, laptop, desktop, and iPad ensures optimal user experience
  • Responsive Web Design Using Media Queries3/19/2024 6:11:25 AM. Responsive web design utilizes media queries to adapt layouts and styles based on the user's device characteristics, such as screen size and orientation. This ensures optimal viewing experience ac
  • Effective Communication Between Executable Files Using Shared Memory3/19/2024 5:55:09 AM. In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separ
  • Essential JavaScript Array Methods: 10 Filters Every Developer Should Know3/19/2024 5:53:50 AM. Explore 10 essential JavaScript array methods including map, filter, reduce, forEach, find, some, every, sort, slice, and concat. Learn how to efficiently manipulate and organize data in web developm
  • Selecting multiple Checkboxes inside multiple GridViews3/19/2024 5:47:34 AM. Learn how to handle multiple checkboxes in a GridView within ASP.NET, including scenarios with multiple GridViews, user controls, and master pages. JavaScript functions are provided for checkbox mani
  • Create Your First Application With ASP.NET Core 3.13/19/2024 5:46:50 AM. Learn to create your first ASP.NET Core application using Visual Studio 2019 and .NET Core 3.1. Explore ASP.NET Core's features like cross-platform support, built-in dependency injection, Kestral
  • Migrate From ASP.NET Core 2.x Web API To .Net Core 3.13/19/2024 5:32:47 AM. In this article, you will learn to Upgrade your ASP.NET Core 2. x Web API to .NET Core 3.1 for enhanced performance, new features, and improved compatibility. Migrate seamlessly with Visual Studio too
  • Building a Responsive Website Template: HTML5 & CSS3 Media Queries3/19/2024 5:20:40 AM. In this article, I'll explain the nuts and bolts of responsive web designing and media queries. What? When? Why? I'll explain these questions in this article.
  • Getting Started with Cypress.io3/19/2024 5:04:59 AM. Cypress.io offers an intuitive end-to-end testing framework for web applications. This beginner's guide covers setup, writing tests, and running them with Cypress's powerful features.
  • Enabling Nested Virtualization on VMware ESXi VMs3/19/2024 4:49:36 AM. Enabling nested virtualization on VMware ESXi VMs allows you to run hypervisors within virtual machines, thereby providing a testing and development environment within your existing virtualized infras
  • A Comprehensive Guide to Secure Coding in C#3/19/2024 3:19:28 AM. A Comprehensive Guide to Secure Coding in C# by Ziggy Rafiq. Learn how to write robust and secure C# applications by implementing input validation, encryption, authentication, and error handling. This
  • Mastering Data Mining Techniques 3/18/2024 5:29:30 AM. Data mining uncovers hidden patterns in vast data reserves, guiding decision-making. Key preprocessing steps ensure data quality, from collection to transformation, optimizing insights for impactful a
  • Access Entity Based On N:N Relationship For Dynamics 365 Portal3/15/2024 11:08:51 AM. Securely access entities based on N: N relationships in Dynamics 365 Portals by configuring appropriate security roles and permissions. Customize relationship behavior to ensure efficient data managem
  • Best Practices To Make Responsive Website Design (RWD)3/15/2024 11:07:00 AM. Employ a mobile-first approach, utilizing flexible grids, media queries, and fluid layouts. Implement breakpoints, optimize images, and prioritize content for performance. Focus on enhancing user expe
  • Common Approaches To Responsive Design3/15/2024 11:02:24 AM. This article, Explores various strategies for responsive design, including CSS media queries, flexible layouts, and mobile-first approaches. Adapt your website's design to different devices seamle
  • Change ‘The Form Could Not Be Submitted..’ Message In Dynamics 365 Portal3/15/2024 10:42:33 AM. In my earlier article, we discussed how to implement a custom JavaScript validation message, now let’s say we want to change the title of the validator.
  • Display Success Message With Back Button On Dynamics 365 Portal3/15/2024 9:01:33 AM. In this article, we will learn to enhance the Dynamics 365 Portal experience by displaying success messages with a convenient back button. Empower users with clear feedback and seamless navigation, op
  • Dynamic Redirect URL/ Wildcard URL in Azure App Registration3/15/2024 8:28:39 AM. Learn how to configure dynamic redirect URLs or wildcard URLs in Azure App Registration for enhanced flexibility and scalability. By leveraging this feature, you can dynamically handle various callbac
  • 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
  • How To Create A Publisher In Dynamics 365 CRM Using Classic Mode And Power Apps Maker Portal3/15/2024 6:23:38 AM. Learn to set up a Publisher in Dynamics 365 CRM using both Classic Mode and the Power Apps Maker Portal. Explore customization options, solution management, and app development to tailor Dynamics 365
  • How to Pass Credentials as Parameters in PowerShell3/15/2024 3:52:04 AM. In this article we will learn how to pass credentials as parameters in PowerShell. Learn how to pass credentials as parameters in PowerShell using PS objects. Follow step-by-step instructions to updat
  • Configure Inherited Processes in Azure DevOps3/14/2024 7:02:34 AM. In this article we will discuss how we can configure inherited processes in Azure DevOps and use them in our projects. We will also discuss some use cases related to inherited processes.
  • Provide Security Role Access for D365 Outlook3/14/2024 7:00:05 AM. In this article, we will customize permissions, manage user access, and enforce Role-Based Access Control (RBAC). Optimize Microsoft 365 settings to tailor access rights, enhancing data protection and
  • Understanding CSS Grid: Building a Responsive Layout3/14/2024 5:19:45 AM. Illustrating the application of CSS Grid to construct a responsive webpage layout. Through precise grid definitions and item placements, it delineates sections like header, sidebar, content, and foote
  • 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.
  • 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
  • Understanding the .NET Internal Compile Process3/11/2024 11:16:32 AM. In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated in
  • Local Authentication Using Node.js3/11/2024 9:26:51 AM. Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confide
  • REST API Using Node.js, MongoDB, And Express3/11/2024 9:24:27 AM. Build a robust REST API with Node.js, MongoDB, and Express. Utilize Express for easy routing, MongoDB for database operations, and Node.js for server-side logic. Implement CRUD functionality, handle a
  • Introduction of Power Apps3/11/2024 9:02:53 AM. Explore the fundamentals of Power Apps in this introductory series. Learn how Microsoft's low-code platform empowers users to create custom business solutions with ease. Dive into interface design
  • Top 10 VPNs in 20243/11/2024 5:31:11 AM. While some VPNs excel in speed, others prioritize features or affordability. Here's a list of some of the top contenders in 2024.
  • Copilot in Dynamics 365 CRM Sales - Microsoft Business Application Live Show Ep.183/11/2024 4:53:32 AM. In this episode of Microsoft Business Application Live Show, you will learn about Copilot in Dynamics 365 CRM Sales.
  • Component Reusability, Virtual DOM & Seamless Integration in ReactJS3/11/2024 4:10:44 AM. The hype around React seems to never get down. Many developers jump right into the codes without having a clear picture of what it actually is. In this article, I will expose that I have learnt and ex
  • 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.
  • Creating Custom NuGet Packages in C#3/10/2024 9:32:06 AM. Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
  • 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.
  • 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
  • Password Strength Filter in Vue.js3/8/2024 1:26:55 PM. Creating a password strength indicator in Vue.js involves calculating the strength of a password based on certain criteria and then displaying it to the user.
  • Decoding Expression Trees in C#3/8/2024 1:21:48 PM. This article contains the details of how to Decoding Expression Trees in C#.
  • 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
  • Creating A Chat Application In Node.js With Express, MongoDB, Mongoose And Socket.io3/7/2024 8:59:37 AM. This article guides you through the process of creating a chat application in NodeJS with MongoDB as the backend, utilizing Mongoose for MongoDB models and Socket.io for real-time communication betwee
  • 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
  • Remote Access Of The Database Using SQL Server 3/7/2024 8:36:49 AM. Remote access to SQL Server databases enables users to connect to and manage databases from a location outside the physical server. It involves configuring network settings, security measures like aut
  • Dynamic Theme Change Across Canvas App Screens3/7/2024 8:33:35 AM. This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and outpu
  • Understanding Classic Page in SharePoint3/7/2024 8:30:36 AM. Classic pages in SharePoint refer to the traditional layout and design structure used for creating and managing content. These pages typically utilize web parts, customizable layouts, and the ribbon i
  • Using MongoDB On Node.js Application Using Mongoose3/7/2024 8:17:55 AM. We are going to see how we can use MongoDB on our Node JS application with the help of the package Mongoose. We will also be covering some facts about MongoDB so that as a reader, you will understand
  • Creating Custom Attribute Directives in Angular3/7/2024 5:38:16 AM. Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to exte
  • 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.
  • Exploring AI-Driven C# Development with GitHub Copilot3/7/2024 4:00:58 AM. One of the most exciting advancements in this space is GitHub Copilot, an AI-powered coding assistant specifically designed to streamline the development process for C# programmers. This article delve
  • How To Secure PII Data In SQL Server Using .NET Assembly3/6/2024 10:46:18 AM. In this article, we will learn PII (Personally Identifiable Information) is used to identify individual identity markers such as SSN, DOB, Bank Account Number, etc. When you are working with financial