Related resources for IT
  • Select Query With Logical Operator in a Mongo Database Using C# Driver4/18/2024 1:28:05 PM. Learn how to perform select queries in MongoDB using C# driver. Explore JSON-style object representation, conditional operators, insertion, and retrieval of data. Connect to MongoDB, serialize and des
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • Customizing Navbar In MVC 5 With Bootstrap4/18/2024 1:24:12 PM. Learn how to enhance the appearance and functionality of your MVC 5 web application's navigation bar using Bootstrap. Customize the navbar with CSS and Bootstrap classes for a modern, responsive u
  • Web API Hosting From OWIN With Windows Azure4/18/2024 1:21:58 PM. Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
  • 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
  • How Recursive CTE Works in SQL Server4/18/2024 1:16:02 PM. Recursive Common Table Expressions (CTEs) in SQL Server enable querying hierarchical data structures efficiently. Using the WITH clause, recursive CTEs define anchor and recursive members, facilitatin
  • Insert and Select Data in Entity Object Generator4/18/2024 1:14:07 PM. Learn to efficiently manage data with Entity Object Generator through inserting and selecting operations. Master CRUD tasks, harnessing Entity Framework's power for seamless database interaction,
  • Delete and Update Data With Entity State (Deleted) Via EDF Framework4/18/2024 1:13:26 PM. Explore how to manipulate data using Entity State (Deleted) and (Modified) via EDM Framework in ASP.NET applications. Learn to delete and update data efficiently by managing entity states. Utilize ASP
  • 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
  • Top iOS Interview Questions in 20244/18/2024 12:45:55 PM. This article is about what are the top interview questions you can prepare for interview. Mastering iOS development involves a deep dive into Swift, app architecture, UIKit, networking, data managemen
  • Select Data Using Complied Query4/18/2024 11:13:18 AM. Learn how to optimize data retrieval in your application by utilizing compiled queries. This technique, often employed in Entity Framework and LINQ, enhances performance by pre-compiling queries, resu
  • Getting Started With OpenLayers 3 And Spatial Data4/18/2024 10:45:12 AM. Explore visualizing spatial data using OpenLayers with SQL Server 2008. Learn about the capabilities of OpenLayers for mapping, including its support for tiles and vector layers. Understand the two ty
  • 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
  • Select Stored Proc With Raw SQL Query Via EDF Framework4/18/2024 10:43:47 AM. Utilize Entity Data Framework (EDF) for selecting stored procedures with raw SQL queries. Enhance data access in your application by leveraging the power of SQL alongside EDF's object-relational m
  • Select Data Using Spatial Types Via EDF Framework 5.04/18/2024 10:28:09 AM. Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
  • Using Table Valued Function for Data Selection - EDF Framework 5.04/18/2024 10:27:02 AM. Learn efficient data retrieval techniques using Table Valued Functions (TVF) through Data Entity Model in EDF Framework 5.0. Enhance database operations by leveraging TVFs within Entity Framework, sim
  • Site And Site Collection Retention Policy In SharePoint4/18/2024 10:01:40 AM. Learn how SharePoint 2013's Site Retention Policy helps manage site lifecycles, including closure and deletion. Understand Site Policies, apply them to sub-sites, set deletion and closure events,
  • How To Get Started With The Radzen Blazor Components4/18/2024 9:57:19 AM. When creating a Blazor Application (both Server and WebAssembly), by default it consists of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesse
  • Easily Create A Chart In Blazor With Syncfusion Component 4/18/2024 9:56:20 AM. Effortlessly generate interactive charts in Blazor using Syncfusion's intuitive components. With seamless integration, harness the power of C# and .NET to create compelling data visualizations for
  • C# 9 Record Types: Immutable Value Types, Syntax, & Usage4/18/2024 9:30:53 AM. Records in C# provide immutable data structures for representing data. They offer concise syntax for declaring classes with value-based equality, read-only members, and built-in methods like ToString(
  • Intoduction of Interceptors in .NET 8 and C# 12: How to use it?4/18/2024 9:15:23 AM. Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at com
  • Mastering SQL Joins with the WITH(INDEX(Index_Name)) Clause4/18/2024 9:09:24 AM. Explore how the WITH(INDEX(Index_Name)) clause in SQL can turbocharge query performance by providing hints to the query optimizer regarding index selection, particularly when used in joins. Learn the
  • Git GUI Clients (2-1), SVN and TortoiseSVN4/18/2024 9:03:57 AM. This article is to discuss Git GUI Client.
  • Configure Knowledge Management for Customer Service D3654/18/2024 8:52:42 AM. Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
  • Select Data With Enums Via EDF Framework 5.04/18/2024 8:46:39 AM. Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
  • Working With Temporal Tables In EF Core 6.04/18/2024 8:46:18 AM. Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
  • Reducing Complexity Using Entity Framework Core Owned Types4/18/2024 8:45:52 AM. Simplify data modeling in Entity Framework Core with Owned Types. Streamline database schema and relationships, reducing complexity in code-first approaches. Enhance maintainability and readability wi
  • How To Create A Classic Site In SharePoint Online4/18/2024 8:45:32 AM. Learn to create SharePoint classic sites in Microsoft 365 using both out-of-the-box methods and PowerShell. Explore the admin center and PowerShell cmdlets for seamless classic site creation alongsid
  • Site Closure and Deletion in SharePoint4/18/2024 8:26:36 AM. Implement site closure & deletion protocols in SharePoint 2013 for streamlined governance. Enforce policies, manage lifecycle, and utilize recycle bin for efficient site cleanup. Ensure compliance
  • Working With Retention in SharePoint4/18/2024 8:26:18 AM. In this article we can create two site collection level retention policies and associate these polices with two site collection content types.
  • Create Enterprise Search Center Site Collection in SharePoint4/18/2024 8:25:23 AM. Empower your organization with an Enterprise Search Center Site Collection in SharePoint 2013 Online. Enhance content discovery, refine queries, and customize results for efficient information retriev
  • GraphQL In .NET Core Web API With Entity Framework Core - Part Four4/18/2024 8:20:28 AM. In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for robus
  • Create Community Site Collection in SharePoint Online4/18/2024 8:19:25 AM. Establish a collaborative hub with a Community Site Collection in SharePoint 2013 Online. Engage users through forums, blogs, and announcements. Facilitate document sharing and seamless member managem
  • 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 Item View Using K2 Designer In SharePoint Online4/18/2024 8:17:43 AM. Learn to craft dynamic item views in SharePoint 2013 Online using K2 Designer. Enhance data presentation, customize forms, and integrate workflows for efficient business processes. Unlock the power of
  • Community Portal Site in SharePoint4/18/2024 8:16:58 AM. In this article, we will explore the robust capabilities of SharePoint 2013 as it powers your Community Portal Site, fostering collaboration, knowledge sharing, and social networking among your team.
  • Types of Modern Site Collections - SharePoint4/18/2024 8:13:11 AM. This Article demonstrate what actually SharePoint Modern Site Collection is and Various types of Modern Site Collection that can be used as per the business needs.
  • Building Scalable Applications with Alibaba Cloud Serverless Computing4/18/2024 4:13:40 AM. This article guides setting up serverless architecture on Alibaba Cloud, configuring Object Storage Service, ApsaraDB for MongoDB, and Function Compute.
  • How to write Unit Tests for SwiftUI Views?4/18/2024 4:04:15 AM. Learn the key practices for writing unit tests for SwiftUI views in iOS and macOS apps. This guide covers project setup, effective testing methods, and leveraging SwiftUI's testing framework. With
  • MySQL Queries Cheat Sheet4/18/2024 3:54:25 AM. In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for b
  • Change The Page Title Dynamically Using AngularJS4/17/2024 9:37:38 AM. Learn techniques like binding page titles to model data, utilizing $rootScope for global changes, and leveraging $watch to monitor changes. Discover the power of AngularJS in creating dynamic and inte
  • 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
  • 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
  • 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
  • How to Send & Read Messages with Azure Service Bus Queues in Azure Functions4/17/2024 7:47:00 AM. Learn to efficiently manage message communication in Azure using Azure Functions. Discover how to send and read messages from Azure Service Bus queues seamlessly, leveraging the power of serverless co
  • Harnessing the Power of Big Data with Alibaba Cloud AnalyticDB4/17/2024 6:28:24 AM. Learn how Alibaba Cloud AnalyticDB empowers businesses to harness the power of big data analytics, with high performance, scalability, and cost-effectiveness.
  • 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?
  • 🔒 Azure Key Vault Certificate Validation with C#4/16/2024 10:58:22 AM. In this informative article, we will delve into the world of secure certificate validation in the Azure Key Vault environment using C#. By leveraging the power of the X509Certificate2 class, we can im
  • A Comprehensive Guide to Entity Framework Core in .NET 84/16/2024 10:54:12 AM. Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to
  • 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
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssembly4/16/2024 10:45:26 AM. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based a
  • Learning and Improving Our Code Style with C# 104/16/2024 10:40:00 AM. Ziggy Rafiq wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-quality
  • Unit Testing with xUnit in .NET 84/16/2024 10:22:19 AM. This article talks about Unit Testing with xUnit with the .Net 8 framework as a guide. This comprehensive guide explores unit testing with xUnit in .NET 8, covering fundamentals, prerequisites, creati
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • Single Page Application with AngularJS in .NET4/16/2024 10:09:26 AM. Build responsive single-page applications (SPAs) efficiently with AngularJS in the .NET environment. Utilize AngularJS for frontend development, seamlessly integrated with .NET for robust backend supp
  • Binding with Angular v4 And Above4/16/2024 10:08:54 AM. The basic need of Binding is requirement of data for perform any operation within the application so in this case we can use Binding and perform required operation which is our need for any feature.
  • Record and Pattern Matching in C# 94/16/2024 10:08:20 AM. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanc
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • How To Create An Azure WebJob For SharePoint Online4/16/2024 7:01:54 AM. Learn how to migrate custom apps to SharePoint Online using Remote Timer Jobs. Utilize Azure WebJob for seamless integration, manage ClientContext authentication, configure CRON schedules, and registe
  • Run Your Background Jobs With Azure - WebJobs4/16/2024 6:57:09 AM. Azure WebJobs allows you to run background tasks, such as data processing or scheduled jobs, in Azure. Leveraging Azure's infrastructure, WebJobs provides scalability and flexibility for continuou
  • Overview Of Components In Angular4/16/2024 6:34:04 AM. In this article, we are going to learn the basics of Angular components. We are going to learn what exactly makes up the component and how we can add a new component to our Angular application with th
  • Single Page Applications with AngularJS in .NET: Part 24/16/2024 6:33:03 AM. Part 2 of Single Page Applications with AngularJS in .NET delves deeper into building dynamic web experiences. Explore advanced AngularJS concepts like routing, components, and data binding, integrati
  • Microsoft.Extensions.DependencyInjection for Dependency Injection4/16/2024 5:51:27 AM. Dependency Injection (DI) is a software development design pattern that aims to achieve loose coupling between components and enhance the maintainability, testability, and scalability of applications.
  • Create A Simple Blazor Server Application With .NET Core 3.0 4/16/2024 5:39:36 AM. In this post, we will see how to create a simple Blazor application with .NET Core 3.0 SDK and default template. We will create a new service and get the C# Corner latest post details from their RSS f
  • 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
  • Create a Single Page App with Blazor Server and Entity Framework Core 3.0 4/16/2024 5:34:48 AM. Create dynamic web applications efficiently using Blazor Server, a .NET Core framework, coupled with Entity Framework Core 3.0 for seamless data integration. Leverage C# to build interactive, single-p
  • Getting Started With Angular 2 Using Angular CLI4/16/2024 5:34:01 AM. Angular CLI simplifies Angular development by providing a command line interface for project setup, file management, testing, and deployment. Install Node.js and npm, then Angular CLI globally. Create
  • Sharing Data Between Components In Angular4/16/2024 5:33:03 AM. Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
  • Getting Started With Angular CLI4/15/2024 11:58:17 AM. Angular is a framework to build client-side applications. It is specially used to create single page applications where the View is refreshed asynchronously without having to reload the whole applicat
  • Customize Power BI Theme Without JSON: Part Two4/15/2024 11:57:24 AM. Explore advanced Power BI JSON customization options including text, visual, page, and filter pane properties. Learn to format text, backgrounds, borders, headers, tooltips, and more for enhanced rep
  • 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
  • Enable Identity Core With Empty Template In ASP.NET MVC core 3.04/15/2024 11:48:04 AM. Learn how to integrate Identity Core into an empty template in ASP.NET MVC Core 3.0. Explore authentication and authorization features, configure user management, and enhance security.
  • 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
  • Comparing Strings with Globalization and Performance in .NET4/15/2024 11:44:26 AM. Efficiently compare strings in .NET considering globalization for culture-aware operations. Optimize performance by selecting appropriate StringComparison and CultureInfo options, ensuring accurate an
  • Build a Table API with Python and Azure Cosmos DB4/15/2024 11:43:19 AM. Develop a robust Table API using Python and Azure Cosmos DB. Leverage the power of NoSQL with Azure's scalable database solution. Manage JSON data efficiently, perform CRUD operations, and optimiz
  • Sending Email with Attachment using SendGrid Email Service 4/15/2024 11:42:50 AM. Learn to integrate SendGrid email service in ASP.NET Core MVC using C#. Set up SendGrid account, obtain API key, implement email sending functionality, and utilize ASP.NET Core MVC for web application
  • How to Insert Console Application with Entity Framework 4/15/2024 11:41:37 AM. Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .NET
  • 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
  • WebJob And Its Types In Azure4/15/2024 11:23:10 AM. Azure web jobs are a vital component of background processing tasks within the Azure ecosystem. This article delves into the intricacies of web jobs, highlighting their significance and the various ty
  • Create A Blazor Server SPA With Dapper 4/15/2024 11:13:00 AM. In this post, we will see how to create a single page application in Blazor Server with Dapper ORM. We will see all the CRUD operations with Dapper using native SQL commands and stored procedures.
  • 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
  • How To Create A Partitioned View In SQL Server4/15/2024 11:05:27 AM. Learn about creating and utilizing partitioned views in SQL Server for efficient data retrieval and performance optimization. Understand the concept, steps for implementation, check constraint usage,
  • Learn Dependency Properties In WPF?4/15/2024 10:43:40 AM. In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
  • Convert SharePoint Library Images to Base 64 with Microsoft Flow4/15/2024 10:42:34 AM. In this article, we will talk about how we can easily convert SharePoint Document library Images to Base 64 and store the value of the Base 64 Images to SharePoint’s Multiline textbox.
  • Automate Azure Key Vault Key Refresh with Managed Identity 4/15/2024 8:41:39 AM. Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
  • Creating a Virtual Machine on ESXi Host with VMware Web Client4/15/2024 8:30:44 AM. By following these steps, you can successfully create a virtual machine on your target ESXi host using the VMware web Host Client.
  • Alibaba Cloud ECS vs ACK: Choosing Right Solution for Workloads4/15/2024 8:18:44 AM. Struggling to choose between ECS and ACK for your containerized apps on Alibaba Cloud? This guide unlocks the key differences to pick the ideal service for scaling & managing your workloads.
  • How to Configure Azure Application Gateway and WAF v2 4/15/2024 6:05:14 AM. We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
  • 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
  • What is Generics in .NET C# with example4/15/2024 4:49:16 AM. Generics in C# represent a cornerstone of modern software development, offering a powerful mechanism for creating reusable and type-safe code. This comprehensive article explores the fundamentals of g
  • Bubble Sort Algorithm in C# with Generic Method Example4/15/2024 3:57:19 AM. Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order. The pass through the list is repeated until
  • Exploring Frozen Collections in .NET 8 With Benchmarking4/14/2024 5:32:01 AM. Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I presen
  • 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
  • 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.
  • 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
  • Create Custom Dependency Property In WPF4/13/2024 6:12:17 PM. Creating custom dependency properties in WPF allows developers to extend the functionality of existing controls or create entirely new controls with additional properties. By leveraging dependency pro