Related resources for CC
  • Azure Storage Account And Storage Container For Blob Storage4/16/2024 8:57:20 AM. Learn how to create Azure Storage Account & Containers for Blob Storage. Explore steps to set up storage accounts, create containers, and manage blob storage efficiently in the Azure Portal.
  • Installing EF Core with Empty Template in ASP.NET MVC Core 3.04/15/2024 11:49:21 AM. Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
  • Upload And Download Files From Blob Storage Using C#4/15/2024 11:47:42 AM. Learn to upload and download files programmatically to Azure Blob storage using C#. Understand creating Azure storage accounts, containers. Step-by-step guide to access Azure storage with code snippet
  • Using Dapper For Data Access In ASP.NET Core Applications4/15/2024 11:46:45 AM. Dapper is a lightweight ORM for ASP.NET Core, offering efficient data access with minimal overhead. It simplifies database interactions by mapping query results to objects, enhancing performance in we
  • Token Based Authentication using Web API 2, Owin, and Identity4/15/2024 11:45:24 AM. Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
  • Combine ADO.NET, EF Core And Dapper In Same Blazor App 4/15/2024 11:09:08 AM. Discover the power of combining ADO.NET, EF Core, and Dapper within a single Blazor application. Seamlessly integrate these data access technologies to leverage the strengths of each, enhancing perfor
  • Alibaba Cloud Security Best Practices for Safeguarding Your Data4/14/2024 5:24:57 AM. Secure your data on Alibaba Cloud! Learn best practices for encryption, access control, & threat detection to ensure data security & compliance. #AlibabaCloudSecurity
  • Creating an Accounting Application With C# - Part Four4/13/2024 6:12:49 PM. Learn about building an accounting app in C#, covering various forms like splash, activation, and login windows. Understand activation methods, including serial key, webservice, and custom activation
  • CRUD Operation with Dapper Using ASP.NET Core4/13/2024 5:08:16 PM. Using Dapper for CRUD operations in ASP.NET Core is straightforward and efficient. Dapper is a micro ORM that provides simple methods to execute SQL queries and map results to objects. Here's a ba
  • Sign-In Page Customization for Specific Branding in Azure4/11/2024 6:12:27 AM. Customize sign-in pages in Azure to reflect your brand identity. Tailor visual elements, like logos and colors, for a seamless user experience. Enhance security and brand consistency while ensuring a
  • Using HTML5, CSS3, and JavaScript to their full potential4/9/2024 6:29:38 PM. Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>,
  • 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
  • DataList Tag in HTML 54/9/2024 9:13:46 AM. The <datalist> tag in HTML5 provides an auto-suggest feature for input fields, offering a list of predefined options. It enhances user experience by simplifying data entry and providing suggesti
  • Azure NFS Snapshot Automation - Deletion4/9/2024 7:32:19 AM. Discover how to automate Azure NFS snapshot deletion efficiently. Learn scripting techniques and orchestration methods to manage cloud data with precision, ensuring streamlined operations and optimize
  • Enable Remote Desktop Connection in Windows 84/8/2024 11:48:12 AM. To enable Remote Desktop Connection in Windows 8, navigate to System Settings or Control Panel, locate Remote Desktop settings, enable Remote Desktop, configure network settings, adjust firewall setti
  • Sign-In Process Of Microsoft Power BI4/8/2024 8:35:58 AM. The sign-in process of Microsoft Power BI involves authentication via Microsoft Account or Azure Active Directory, granting access to Power BI Service. Users provide credentials, potentially undergo m
  • Microsoft Entra ID: Implementing Global Secure Access4/6/2024 6:11:00 AM. Safeguarding internet access is vital for businesses. Microsoft Entra ID offers a robust solution for global secure access, ensuring protection against cyber threats while enabling seamless connectivi
  • Rename the "Related" entities in Dynamics 3654/6/2024 5:47:51 AM. Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "C
  • 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
  • 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.
  • Manage Permission And Giving Access To Power BI Reports And Dashboards4/4/2024 6:37:26 AM. Learn how to manage permissions and grant users direct access to Power BI reports and dashboards. Methods include direct access from manage permissions and advanced options. Explore steps to share rep
  • SharePoint Permissions: Part 2 of 34/3/2024 11:03:39 AM. SharePoint Permissions: Part 2 of 3 covers access control, user roles, list and document library permissions, item-level permissions, inheritance, and management of SharePoint groups for effective gov
  • SQL Server: Grant Permission To A Particular Table4/3/2024 10:47:46 AM. In this article, we will learn how to manage database security in SQL Server by granting permissions to specific tables. Safeguard sensitive data and control access with precise authorization settings
  • Auth0 App Registration - JWT Generation & Validation with Public Key4/3/2024 4:19:56 AM. Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them using
  • Model in ASP.Net MVC : Part 14/2/2024 9:15:36 AM. The Model in MVC encapsulates application logic, excluding view and controller logic. It manages data and performs operations. This article guides through creating and utilizing a Model class in an MV
  • What is Public Methods or Public Keyword in C#?4/2/2024 6:41:24 AM. Access modifiers play a crucial role in object-oriented programming languages like C#. They dictate the accessibility of classes, methods, properties, and other members within a program. In this artic
  • Activate Classic Build and Release Pipelines in DevOps Trial4/1/2024 9:42:31 AM. To enable classic build and release pipelines in your Azure DevOps trial account, navigate to project settings or organization settings. Then configure pipelines under the Pipelines section, choosing
  • What Are Access Modifiers In C#3/29/2024 6:45:30 AM. Access modifiers in C# regulate the accessibility of class members, impacting encapsulation and object-oriented principles. They control the visibility and accessibility of members within classes and
  • Working with Arrays in C#3/29/2024 6:39:03 AM. In this article, we will discover the essence of handling arrays in C#. Learn how to initialize, manipulate, and iterate through arrays efficiently. Explore techniques for clearing, copying, and acces
  • C# Propertie Implementation, Types, Examples, and Best Practices3/29/2024 6:38:03 AM. C# property is a member of a class that allows the class to expose some functionality without exposing the implementation details. This article explains what a property is in C#, why we need properti
  • 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
  • Keeping Large Table Statistics Current - TF23713/28/2024 6:33:21 AM. Statistics are the magic ingredient that helps the query optimizer create its best guess for generating an execution plan. Keeping statistics as accurate as possible will give the optimizer the inform
  • 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
  • Copying Files from Git Repository to Azure Storage in Azure DevOps3/28/2024 6:00:15 AM. Automate file copying from a Git repository to an Azure Storage Account with Azure DevOps. Utilize CI/CD pipelines to streamline the process, employing AzureCLI tasks and inline scripts to ensure seam
  • What Are EOAs and How to Create Ethereum Wallets Using C#?3/22/2024 4:48:38 AM. Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
  • 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
  • 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
  • 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
  • Alert on Saving Email Attachment to Blob Storage Account3/17/2024 9:38:44 AM. How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments ar
  • 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
  • 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
  • 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
  • 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
  • Enable Outlook for D365 Trial Account3/14/2024 6:59:11 AM. Enabling Outlook for your D365 trial account seamlessly integrates email functionalities with Microsoft Dynamics, streamlining communication and data management. Configure integration settings to sync
  • 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
  • How to Create Microsoft 365 E3 Trial for 30 days?3/7/2024 8:21:24 AM. In this article, we will learn how to set up a Microsoft 365 E3 trial for 30 days and explore its powerful productivity tools and cloud services it covers account creation, trial activation, and acces
  • Practical Introduction To Entity Framework: Day 13/6/2024 10:29:58 AM. In this article, we will discover the fundamentals of Entity Framework in this practical introduction. Learn about ORM concepts, database operations, and CRUD operations through hands-on examples.
  • Importing Access Database into SQL Server 20123/5/2024 10:40:07 AM. Destructuring simplifies value extraction from objects/arrays. React's event handling enables dynamic responses to user interactions, crucial for interactive UIs. Components manage state/props, fa
  • 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
  • Securing Remote Access to SQL Server3/5/2024 4:16:02 AM. Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protec
  • AI Builder Platform for Effortless Resume and Invoice Handling3/4/2024 11:29:05 AM. The AI Builder platform streamlines resume and invoice handling by automating data extraction and analysis. It boosts efficiency and accuracy, enabling effortless processing of documents for enhanced
  • What are Properties in C#? 3/4/2024 6:00:37 AM. In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way
  • How Much C# Development can Dynamics 365 Accommodate3/4/2024 5:33:09 AM. In this presentation, we will unravel the capabilities and possibilities that arise when marrying C# with Dynamics 365.
  • MSAL for Vanilla JS SPA: Get JWT Access & ID Tokens3/1/2024 9:53:46 AM. This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the
  • How to Create a Simple Screen Sharing Application in C#3/1/2024 9:36:09 AM. In this article, we will learn to develop a basic screen-sharing app in C#. Explore real-time collaboration, network communication, and user interface design. Create seamless remote access for sharing
  • Understanding and Managing Access Control in SharePoint2/29/2024 9:20:32 AM. Understanding and Managing Access Control in SharePoint in detail step by step , such as Grant Permissions, Create Group ,Grant/Edit User Permissions ,Remove User Permissions , Modify Permissions ,Che
  • Accelerometer and Location service in Windows Phone 7 2/28/2024 11:34:29 AM. Accelerometer and location service in Windows Phone 7 enable motion sensing and precise positioning for applications. Utilizing sensor APIs, developers access acceleration data and GPS information, fa
  • Access Windows Accessories Tools In Windows 102/28/2024 9:48:17 AM. This article provides a comprehensive guide on how to easily find the Accessories folder in Windows 10, which contains useful tools like the Snipping Tool, Character Map, and Steps Recorder.
  • Accessing Network Drive in C#2/28/2024 7:10:13 AM. Network Drives are those locations that are mapped to a drive or folder in another system that can be accessed over a network. I will show you how to access the network drives.
  • How To Lock File And Folder Using Command Prompt (CMD) In Windows 102/27/2024 11:56:01 AM. In this article, I have described how to Lock and Unlock any file and folder using the command prompt (Cmd) in windows 10.
  • Rename or Delete User Account in Windows 82/27/2024 11:17:07 AM. To rename or delete a user account in Windows 8, navigate to Control Panel, then User Accounts. From there, you can select the account you wish to modify and choose the option to rename or delete it.
  • Create New Microsoft Account In Windows 82/27/2024 11:05:46 AM. This article guides users through the process of creating a new Microsoft Live ID in Windows 8. It emphasizes the importance of a Microsoft account for accessing the Windows Store and utilizing additi
  • Access Website Hosted In IIS On Windows 10 From Any PC On LAN2/27/2024 10:46:46 AM. In this article, Learn how to access a website hosted on IIS in Windows 10 from any PC on your LAN. Configure network settings, ensure proper IIS setup and access the site seamlessly across your local
  • Block a Program's Internet Access in Windows 82/26/2024 9:30:35 AM. This article provides a guide on how to block a program's internet access using the Windows Firewall in Windows 8 for security purposes.
  • Logout From Microsoft Account in Windows 82/26/2024 9:29:43 AM. This article provides instructions on how to disconnect or remove a Microsoft account from a Windows 8 PC to stop all Microsoft online services for security reasons.
  • Add Facebook Account to Windows 8 People App2/26/2024 9:25:56 AM. This article provides step-by-step instructions on how to connect a Facebook account to the People app in Windows 8. The People app in Windows 8 allows users to integrate their social media accounts,
  • Get Power Option on Start Screen in Windows 82/26/2024 9:25:31 AM. In this article, we are explaining how to Access power options directly from your Windows 8 Start Screen for enhanced convenience and efficiency. Easily manage your device's power settings with a
  • What Is File Explorer In Windows 102/23/2024 9:46:32 AM. This article will show that File Explorer in Windows 10 is a built-in file management tool, serving as a central hub for navigating, organizing, and accessing files and folders on your computer.
  • How to Create a New User Account in Windows 72/23/2024 9:43:57 AM. This article provides a comprehensive guide on creating a new user account in Windows 7. It explains the benefits of having multiple user accounts on a single computer and outlines the process step by
  • How To Use Magnifier In Windows 102/22/2024 11:26:46 AM. The Magnifier in Windows 10 offers accessibility features for zooming in on your screen. It provides various modes like full screen, lens, or docked, adjustable magnification levels, and shortcuts for
  • How To Calibrate Your Monitor Color In Windows 102/22/2024 6:38:39 AM. Calibrating your monitor color in Windows 10 ensures accurate display representation. Navigate to display settings, access the color calibration tool, and adjust gamma, contrast, and brightness. Utili
  • Fix Popup - OneDrive Isn’t Signed In2/22/2024 6:37:18 AM. Learn how Encountering a 'OneDrive Isn’t Signed In' popup can disrupt workflow. Troubleshoot by ensuring proper sign-in to your Microsoft account, verifying internet connectivity, checking acc
  • How to Remove Your Gmail Account from Unwanted Website2/21/2024 5:54:57 AM. Once you've removed a website's access to your Email account, they will no longer be able to access your email.
  • Publish And Deploy .NET 6 Web Application on IIS and Access using Ngrok2/20/2024 10:15:44 AM. Publish & Deploy .NET 6 Web Application on IIS and Access it through Internet using Ngrok. Enabling Tunneling using Ngrok and access locally Deployed Web Application through Internet
  • Integrating Azure Blob Storage with .NET 2/19/2024 7:19:29 AM. In this article, we'll explore how to integrate Azure Blob Storage with an ASP.NET Core 8 MVC application. We'll focus on creating a dedicated BlobStorageController to perform all blob-related
  • Cloud Security: Secure Access from your Applications to Azure SQL2/19/2024 4:47:28 AM. In this session, you will discover the differences between authentication on-premises and in the cloud and learn how to go way beyond the basic user/password for authentication.
  • AccessToken Vs ID Token Vs Refresh Token - What? Why?When?2/16/2024 6:33:16 AM. This article elucidates various token types in OpenID Connect, including JSON Web Tokens (JWT), Access Tokens, ID Tokens, and Refresh Tokens. It discusses their significance, structure, and usage in a
  • Understanding Workflow Of OAuth2.0 Authorization Grant Types2/16/2024 6:28:57 AM. In this article, you will learn about the workflow Of OAuth 2.0 Authorization Grant Types and define the workflow for obtaining access tokens, crucial for securing API access.
  • SharePoint Online List JSON View Formatting - Video Thumbnail2/13/2024 9:38:59 AM. Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails alon
  • Understanding and Creation of Azure Storage Account2/12/2024 6:02:57 AM. In this guide, we'll delve into Azure Storage Accounts, which are like secure digital lockers for storing files and data in the cloud. Just as we keep our valuables Cloud, safe, Azure Storage Acco
  • How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment?2/8/2024 8:52:16 AM. Follow our guide to install the Dataverse Accelerator App step-by-step. Ensure you have set up a Microsoft Edge or Google Chrome profile and created a Power Apps trial.
  • How to Create Dynamics 365 Trial Account2/8/2024 7:15:22 AM. Learn how to set up your Dynamics 365 trial account with our comprehensive guide. Follow step-by-step instructions to register for a free trial, create your account, and explore the powerful features
  • Create New Records in Account Entity using PowerShell Script in D3652/6/2024 10:24:55 AM. Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
  • Integration Guide: Effortless Microsoft Graph API Access SSO2/6/2024 5:50:23 AM. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly ret
  • Integration Guide for Effortless Microsoft Graph API Access2/5/2024 9:49:25 AM. Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly ret
  • How to Do Account Lockout Policy on Server2/5/2024 8:22:08 AM. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • 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 Azure Resource Groups, Advantages and Disadvantages1/31/2024 7:14:38 AM. Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource man
  • Goal-Based Software Engineering for Successful Development1/29/2024 8:27:16 AM. Software development is becoming increasingly complex. With the growing demands for sophisticated and user-centric applications, traditional approaches to software engineering are no longer sufficient
  • Rockin’ The Code World with David McCarter & Brady Gaster - Ep. 951/25/2024 2:30:32 PM. In this episode, you will learn about .NET Aspire.
  • Caching Strategies Blueprint: Accelerate Data Retrieval Performance1/24/2024 6:47:14 AM. This article explores the significance of caching in software development, emphasizing its role in enhancing data retrieval efficiency. It covers caching principles, trade-offs, cache hierarchy, hits
  • KAFKA for Mere Mortals : Topics and Partitions1/23/2024 4:55:10 AM. This article describes what is topic and partition and how partitions are split across the brokers
  • ChatGPT and Startups: Leveraging Smart Strategies for Success1/19/2024 4:51:26 AM. The startup landscape has been captivated by the emergence of Large Language Models (LLMs) such as ChatGPT. However, relying exclusively on AI for core startup functionalities presents significant tec
  • How to Active Azure Account Using Azure Pass1/15/2024 5:00:13 AM. Azure Pass is a coupon code that provides a certain amount of Azure credits.
  • Mastering Permissions and Access Control in SharePoint1/12/2024 10:37:35 AM. Unlock the full potential of SharePoint permissions with this comprehensive guide. Dive deep into principles, strategies, and best practices for effective access control, ensuring a secure and organiz
  • External Data - Attributes - Profiling Data Access1/6/2024 6:20:56 AM. The external data is recognized as the data we must pull or push from outside of a boundary of the process hosting the computer program. A very important kind of external data is streaming data. Usual
  • Cloning Repository from Github portal using PAT1/4/2024 10:04:58 AM. The article explains the steps on how to configure PAT and use PAT to clone the repository. Clone a GitHub repository securely using a Personal Access Token (PAT). Learn to generate a PAT in GitHub se
  • Agile Testing Power for Rapid Product Success 1/2/2024 9:28:11 AM. In today's fast-paced business environment, speed to market is often the key differentiator between success and obscurity. Rapid product launches are crucial for staying ahead of the competition a
  • What is Dataverse Low Code Plugin?1/2/2024 5:10:29 AM. The power of Low Code Plugins in Dataverse—no .Net custom code needed. Explore Instant and Automated plugins for seamless server-side business logic. Transform data effortlessly with Dataverse Accele