Related resources for INI
  • 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
  • Delete a Site Collection in SharePoint4/18/2024 8:18:38 AM. In this article I would like to share the procedure to delete a site collection using Central Administration in a SharePoint 2013 web application.
  • Create Site Collection in SharePoint 2013 Online4/17/2024 8:05:45 AM. Learn to swiftly create site collections in SharePoint 2013 Online using SharePoint Online Admin Center. Customize with various templates, manage permissions, and configure settings effortlessly. Acce
  • How Cloud, Edge, & Fog Computing are Redefining Data Processing4/17/2024 7:49:58 AM. Discover the dynamic interplay of Cloud, Edge, and Fog Computing in reshaping data processing. Explore how these technologies converge to optimize workflows, enhance scalability, and redefine the boun
  • Singleton vs. Static Class in C# - Choosing the Right Approach4/17/2024 4:54:57 AM. Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
  • Singleton Vs Static Classes in C#4/17/2024 4:49:59 AM. Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
  • A Guide To Crafting Immutable Objects With C# 10's Init-Only Properties4/16/2024 10:51:36 AM. Discover how C# 10's init-only properties empower developers to craft immutable objects with precision, enhancing code readability and maintainability. In this article, Ziggy Rafiq demonstrates ho
  • 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
  • C# Out Parameter: Usage, Syntax, and Updates4/15/2024 11:31:21 AM. C# out parameters facilitate passing method arguments' references. Unlike ref, they need not be initialized. With C# 7.0, parameters can be directly defined in the method, streamlining code. A wi
  • 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.
  • How To Use FilePicker Control Of PnP In SPFx Webpart4/13/2024 6:06:58 PM. Learn to integrate the File Picker control from the PnP initiative into your SPFx web part for advanced file selection. Utilize npm packages, pass SharePoint site context to React components, and cust
  • Unveiling the Secrets: Data Mining and Data Warehousing4/13/2024 6:04:01 PM. Want to uncover hidden insights in your data? Explore data warehousing & data mining - powerful tools for business intelligence & informed decision-making. #data #analytics
  • Sending Recurring Emails Using HangFire in .NET Core Minimal APIs4/11/2024 10:46:17 AM. Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena
  • Enhance SQL Server Queries with OPTION(RECOMPILE) Hint4/11/2024 6:56:49 AM. This article provides an in-depth exploration of the OPTION(RECOMPILE) hint in SQL Server, offering developers and database administrators a thorough understanding of its functionality, practical appl
  • Bundling And Minification In ASP.NET Core 3.04/10/2024 9:37:40 AM. In this article, we will learn how to optimize your web application's performance with bundling and minification in ASP.NET Core 3.0.
  • What is Tree Shaking In Angular?4/10/2024 4:10:19 AM. Tree shaking in Angular optimizes web apps by removing unused code, enhancing performance. Through Ahead-of-Time compilation and Webpack, Angular CLI eliminates dead code, resulting in smaller bundles
  • 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
  • Streamlining Data Transfer with DTOs in .NET Core - C#4/9/2024 11:40:48 AM. Streamline data transfer in .NET Core with Data Transfer Objects (DTOs). Simplify and optimize application layers for enhanced performance and scalability.
  • How to Take an Ownership on Windows 84/9/2024 9:14:45 AM. To take ownership in Windows 8, access file/folder properties, go to Security tab, click Advanced, then Change Owner. Choose desired user/account and grant full control for administrative privileges.
  • Top 4 Essential Qualities Of A Good Trainer4/8/2024 8:43:14 AM. In this article, you will learn to Discover the key traits of effective trainers. Learn about their expertise, communication, adaptability, and motivational skills. Explore how empathy, organization,
  • Determining New VVF & VCF License Usage in vSphere 8.0 Update 2b4/7/2024 7:49:57 AM. Explore the new VMware vSphere Foundation (VVF) & VMware Cloud Foundation (VCF) license usage in vSphere 8.0 Update 2b for efficient virtualization.
  • 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
  • Joining Three Or More Tables In SQL Server 20174/3/2024 10:45:07 AM. Joining three or more tables in SQL Server 2017 involves using various types of joins such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and CROSS JOIN. These joins combine rows from multiple tables based on
  • Viewstart Page in ASP.NET MVC 34/2/2024 9:06:50 AM. The Viewstart page in ASP.NET MVC 3, denoted as _ViewStart.cshtml, sets the default layout and global settings for views. It initializes layout pages, enabling uniform structure and design across mult
  • Bundling and Minification in Visual Studio 2012 or Migrate Existing Website4/1/2024 11:52:23 AM. Bundling and Minification in Visual Studio 2012 offers efficient resource management for web development. It optimizes code by consolidating and compressing JavaScript and CSS files, enhancing website
  • Streamlining Security: A Guide to Certificate Management in VCF4/1/2024 10:02:49 AM. Learn how to enhance security in VMware Cloud Foundation through effective certificate management. Step-by-step guide and best practices included.
  • Tame the Randomness: Master Gen AI Text3/29/2024 9:02:55 AM. Discover the power of Gemini, an advanced AI model by Google, capable of generating text, code, images, and more. Explore how fine-tuning the generation_config parameters, particularly the temperature
  • Avoid Combining 'if' and 'for' Directives in Vue.js Components3/29/2024 8:54:11 AM. Combining v-if and v-for directives on the same element in Vue.js is discouraged due to ambiguity, performance, and maintainability concerns. This article explores alternatives for clearer, more effic
  • Gemini Pro Text: Flawless Formatting with markdown23/29/2024 4:29:10 AM. This guide explores the integration of Gemini Pro AI output with markdown2 for HTML rendering in Django web apps. It details the challenges of formatting symbols, offers practical solutions, and empow
  • The "this" Keyword in C#3/28/2024 10:38:53 AM. The "this" keyword in C# is a reference to a class or a struct itself. In this article, you'll learn what the C# "this" keyword is, and how and when to use the "this"
  • Be Careful With Your SQL Server Max Memory Settings3/28/2024 6:35:24 AM. Quite often, I see database administrators set SQL Server Max Server Memory thinking that only everything related to SQL Server uses this shared memory pool. This is a mistake. There are many things t
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Ensuring Secure Coding in C#: Maintaining Security 3/22/2024 10:11:52 AM. The article on secure coding in C# applications, written by Ziggy Rafiq, is a must-read for developers who want to fortify their applications against potential vulnerabilities and security threats. By
  • Capturing Survey Response For Grid Questions - Voice Of The Customer3/21/2024 9:42:08 AM. Learn to capture training feedback survey responses in Dynamics 365 using Voice of the Customer. Create a workflow to send emails based on dissatisfied responses. Navigate through workflow creation, c
  • Simplifying File Uploads with .NET Core 7 Minimal APIs3/21/2024 8:59:44 AM. Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli
  • Explain Null Handling in TypeScript3/21/2024 6:13:26 AM. Null handling in TypeScript involves managing null and undefined values effectively to prevent runtime errors. Techniques like nullable types, optional chaining, type guards, and non-null assertion op
  • Unlocking the Power of Django Admin3/18/2024 6:38:10 AM. We'll use the Django Admin site to add some "real" book data. First we'll show you how to register the models with the admin site, then we'll show you how to login and create som
  • 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
  • How to Install the Windows Server Update Services?3/15/2024 8:52:45 AM. In this article, we will learn how to deploy and configure Windows Server Update Services (WSUS) on your Windows Server 2012 system with this comprehensive guide.
  • Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details3/15/2024 6:14:41 AM. In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
  • Installing File Server Resource Manager on Windows Server3/11/2024 11:26:52 AM. In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to&#16
  • Code Only Design using ADO.NET Entity Framework 4.0 3/7/2024 8:43:43 AM. This code snippet implements Code Only Design in ADO.NET Entity Framework 4.0, connecting to a SQL Server database, configuring entities, and binding data to a GridView with exception handling.
  • Implementing Broadcasting in Blazor3/7/2024 4:31:21 AM. Blazor inherently doesn't have a broadcasting model. To address this limitation, we need to implement a broadcasting model within Blazor. Broadcasting allows components to exchange information reg
  • React State: Managing Dynamic UI with setState() and Props3/6/2024 9:29:14 AM. In React, "state" represents the internal data of a component, which can change over time due to user interactions or other factors. It's managed using the setState method, allowing comp
  • How to Extract Initials from a String in Vue.js3/6/2024 7:16:41 AM. To extract initials from a string in Vue.js, you can create a custom filter or method. Define a filter or method to process the string and return the initials, providing flexibility in implementation.
  • Test Initialize and Test Setup3/5/2024 10:34:22 AM. In this article, we will explain the uses of two very important attributes called TestInitialize and TestCleanup. Both attributes are useful at the time of unit test setup.
  • How to Publish a Content Type in SharePoint2/29/2024 10:17:36 AM. In this article, we will learn how to effectively publish content types in SharePoint 2010 for streamlined content management. Explore step-by-step guides and best practices for maximizing your ShareP
  • 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
  • AI Magic in Your Flutter Apps with the Gemini API2/28/2024 6:35:30 AM. The Gemini API can help you boost the power of generative AI in your Flutter apps. Learn how to effortlessly incorporate text summarisation, chatbot generation, and more into your projects.
  • Windows Defender - Virus and Spyware Definitions Update Failed2/26/2024 9:33:23 AM. Encounter a problem in Windows 8 where Windows Defender fails to update virus and spyware definitions. Troubleshoot by checking internet connection, updating settings, and ensuring compatibility. Reso
  • 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
  • Will Windows 8 Sink the Microsoft Ship?2/23/2024 9:30:42 AM. It has been more than a year since Windows 8 was introduced to the consumers. The date was Oct 26, 2012 to be exact. And here we are, still debating if Windows 8 is a failure.
  • Build a Storytelling App with Flutter and Gemini AI2/23/2024 8:30:27 AM. Learn how to build a storytelling application in Flutter using the Google Generative AI package. Building a storytelling application in Flutter using the Google Generative AI package. Explore the step
  • How To Pin Command Prompt (Administrator) In Windows 102/23/2024 6:51:28 AM. Learn how to pin the Command Prompt (Cmd) as an administrator (Admin) to the start screen, desktop, and taskbar in Windows 10. Pinning allows for quick access to frequently used applications and setti
  • Rate limiting in Minimal APIs with .NET 82/20/2024 4:10:02 AM. Explore rate limiting in .NET Core to manage incoming traffic, enhance performance, and defend against malicious activities. Test fixed window, concurrency, token bucket, and sliding window limiters i
  • Learn SharePoint In Series - Part One - Introduction2/18/2024 5:21:23 AM. Learning SharePoint" series aims to transform beginners into SharePoint developers. It covers SharePoint's definition, history, evaluation, and a basic comparison with other platforms. The ar
  • Blazor Life Cycle Events - Oversimplified2/18/2024 3:33:37 AM. There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's take a deep dive to understand how they co
  • Learn SharePoint Series - Part Three - Site Collections2/15/2024 9:57:22 AM. This article is the third part of the SharePoint series, focusing on Site Collections in both SharePoint Online and On-Premises. It discusses the importance of Site Collections as top-level sites, the
  • 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.
  • Parameter Binding in Minimal API in ASP.NET Core2/6/2024 7:13:16 AM. When building web applications using ASP.NET Core, developers often need to handle incoming data from HTTP requests. One crucial concept that helps achieve this is called parameter binding. Let's
  • Using Init-Only Properties In C# 9.02/6/2024 6:11:51 AM. In this article, you will learn about Init-Only Properties In C# 9.0.
  • Create a Minimal API with ASP.NET Core and Entity Framework1/22/2024 10:57:47 AM. This article explains the concept of minimal APIs, their advantages, and steps to implement CRUD operations. Explore the flexibility and simplicity of minimal APIs for building efficient HTTP APIs. Th
  • Middleware in Minimal API with .NET 81/20/2024 11:53:50 AM. Minimal API Middleware in .NET 8, a streamlined approach to handling HTTP requests and responses. Learn about built-in middleware and create custom middleware for request logging, modification, and re
  • Number Guessing Game in Python1/19/2024 7:07:30 AM. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • 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.
  • What is Hoisting in JavaScript ?1/17/2024 7:51:24 AM. Explore the concept of hoisting in JavaScript, where variable and function declarations are moved to the top of their scope during the creation phase. Learn through examples and enhance coding skills.
  • Minification and Tree Shaking in Angular1/12/2024 8:30:41 AM. Minification and Tree Shaking in Angular: Streamlining Your Code for Optimal Performance. Minification is the process of removing unnecessary characters from your code. Tree shaking is the process of
  • What is Primary Constructors in C# 12?1/3/2024 7:01:30 AM. Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies your c
  • Microsoft AI School - Mining For Knowledge1/2/2024 5:32:38 AM. An Introduction to Azure Cognitive Search with MS AI School.
  • Trunk-based or Feature-based Development (1) - Definition1/2/2024 4:26:50 AM. This article will discuss the Trunk-based and Feature-based Development. On a journey into software development strategy, delving into Version Control Tools and branching strategies. This series explo
  • Get Daily Weather Forecast using Power Automate12/26/2023 5:43:05 AM. Here, I'm guiding the steps to create a flow to get daily weather forecasts to an email. In today's fast-paced world, staying updated with the weather forecast is crucial for planning our dail
  • Choosing Between Controllers and Minimal API for .NET APIs12/21/2023 11:02:57 AM. Explore the dichotomy of .NET API development with Controllers and Minimal APIs. This guide provides insights and real-world examples, empowering developers to choose between structured versatility an
  • Minimal Web API With .Net 812/18/2023 10:44:45 AM. In this article, you will learn about RESTFul Minimal Web API with .Net 7 .Net 6
  • How to Extract Initials from a String in Angular12/13/2023 1:42:53 PM. In this article, we will learn how to extract initials from a string.
  • How Does Python Get A Subset Of The List?12/12/2023 11:42:06 AM. In this article, you will learn how Python gets a Subset of the List.
  • Office 365 Offboarding Best Practices11/28/2023 6:57:13 AM. As an Office 365 administrator, mastering the art of offboarding is paramount to mitigate risks associated with improper user deprovisioning. This comprehensive guide sheds light on best practices for
  • Power Automate: Multiple Users Participation Involved in Collaborative Workflow11/22/2023 5:58:14 AM. Power Automate: Multiple users Participation involved in a collaborative workflow.
  • Streamlining Azure DevOps Management with Excel11/22/2023 4:11:45 AM. In the dynamic landscape of software development, effective project management is non-negotiable. Microsoft Azure DevOps emerges as a powerhouse, offering a suite of tools covering the entire software
  • How to build a Sentiment Analysis Chatbot using Python?11/18/2023 4:33:06 AM. In this article, we will explore the creation of a simple Sentiment Analysis Chatbot using Python and the Tkinter GUI library. Sentiment analysis involves determining the sentiment (positive, negative
  • What is SQL Server Management Studio (SSMS)11/7/2023 4:14:32 AM. SQL Server Management Studio (SSMS) is a tool used to manage and develop Microsoft SQL Server databases. It provides a graphical interface for connecting to servers, creating and modifying database ob
  • Mastering the Infinite Game of Software Development11/6/2023 6:37:07 AM. When you embrace the infinite nature of software development, you open yourself up to a lifetime of learning and growth. Mastering the Infinite Game of Software Development
  • New Features of Rust 1.7311/2/2023 7:18:05 AM. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make R
  • Unveiling the Elegance and Efficiency of Minimal APIs10/31/2023 7:16:25 AM. This article provides a clear and concise explanation of Minimal APIs, a programming approach that simplifies the creation of HTTP APIs in ASP.NET Core. The article explains the concept of Minimal API
  • C# 9.0 - Introduction To Init-Only Property10/30/2023 9:02:09 AM. C# 9.0 introduced a new feature called Init-Only Properties, enhancing the language's capabilities for defining immutable types. Init-only properties allow you to create read-only properties that
  • ASP.NET Core MVC Request Life Cycle10/30/2023 5:25:03 AM. In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
  • PHP.ini Upload_Max_Filesize Exceeded Error10/26/2023 12:32:55 PM. The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than t
  • How we can Write Optimized Code in JavaScript10/26/2023 4:35:20 AM. In this article, we will see How we can write optimized code in JavaScript
  • Singleton Design Pattern: Eager And Lazy Initialization With Code Example10/9/2023 5:54:22 AM. Explaining the differences between eager and lazy singleton
  • Constructor Chaining In C#10/9/2023 5:26:53 AM. In this article you will learn about Constructor Chaining in C# language.
  • Constructor Chaining10/9/2023 5:06:43 AM. In this article, I am going to explain to you how to implement constructor chaining in C# Programing. This is one of the most common questions asked in C#.Net interview.
  • 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
  • Creating A Fluent API In C#.NET9/25/2023 9:17:16 AM. In this article we will look at creating a Fluent API class in C#.NET. In a Fluent API, we can link together different functionality to get a particular result. We see this used many times in Entity F
  • Calling Asynchronously Method Using BeginInvoke Method in C#9/19/2023 7:19:22 AM. Sometimes we need to call a method asynchronously and don’t want to wait until it completes execution.
  • 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.
  • Primary Constructor is Removed From C# 6.09/17/2023 10:55:45 PM. We can now get a Primary Constructor by using the auto-implemented properties initializer.
  • DateTime In C# 9/12/2023 10:54:06 AM. In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. Here
  • Creating A Hard Disk Partition Using C#9/12/2023 9:51:36 AM. ICreating a hard disk partition using C# involves interacting with the Windows Disk Management API to programmatically manage disk partitions. This process typically requires administrative privileges
  • Optimizing API Performance in ASP.NET Core Web API with MiniProfiler and Glimpse9/1/2023 8:25:56 AM. ASP.NET Core Web API's performance using tools like MiniProfiler and Glimpse. These tools are excellent for profiling and gaining insights into your application's performance, which can help y
  • Singleton Design Pattern In C# - Part Two (Eager and Lazy Initialization in Singleton)8/31/2023 5:06:38 AM. In this article, we’ll discuss Lazy initialization, the lazy keyword, why to make singleton class a sealed class and what are the differences between singleton and static class.
  • A comprehensive overview of Dictionary in C#8/25/2023 10:09:57 AM. Dictionaries are essential tools for managing data efficiently through key-value pairs, offering rapid retrieval and manipulation. The Dictionary<TKey, TValue> class empowers developers to effec