Related resources for SHA
  • Structured Logging With Serilog and Seq: Part 15/3/2024 11:43:44 AM. Learn structured logging using Serilog and Seq in this comprehensive guide. Explore how to set up Serilog for .NET applications and integrate with Seq for centralized log management.
  • Create ASMX Service For SharePoint5/3/2024 9:18:10 AM. Develop ASMX services for SharePoint using .NET Framework and Visual Studio. Leverage SharePoint's web services to enable SOAP-based communication, accessing SharePoint data and functionality seam
  • DDL and DML Operations in Sharepoint5/3/2024 9:02:41 AM. DDL operations in SharePoint involve creating or modifying the structure of sites, lists, and columns. This includes tasks like site creation, list creation, and defining columns or content types.
  • Password Protection Using Code in Windows Forms5/3/2024 9:01:09 AM. Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
  • Stop The Inherit Permission For List In SharePoint Online5/3/2024 8:53:23 AM. Stop permission inheritance for a SharePoint Online list to establish unique access control. Break inheritance from site-level permissions, granting tailored access settings for enhanced security and
  • HashSet .NET C#: Usage, Methods, and Example5/3/2024 8:40:37 AM. A hash set is an unordered list of distinct elements in C#. In.NET 3.5, this collection is released. When we wish to stop duplicate pieces from being added to the collection, we typically utilize it.
  • Enable Like And Unlike Feature For SharePoint List Using JSOM5/3/2024 5:41:54 AM. In this article I would like to share the steps to enable Like/Unlike functionality in SharePoint list and how to set like/unlike for the particular item using JSOM.
  • Create SharePoint List Workflow Using Designer5/3/2024 5:40:44 AM. Utilize SharePoint Designer to create efficient list workflows, incorporating actions and conditions for automation. Seamlessly design approval workflows and customize templates within the SharePoint
  • Change The List/Library URL In SharePoint5/3/2024 5:39:44 AM. In this article, we will learn how to modify URLs for lists and libraries in SharePoint. Customize SharePoint site navigation by changing list or library URLs for improved organization and user-friend
  • Enable Output Cache Settings In SharePoint Online5/3/2024 5:38:59 AM. In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.
  • Hide Default Tile Column From The SharePoint List Forms5/3/2024 5:38:17 AM. Customize SharePoint list forms by hiding default tile columns for a streamlined interface. Utilize SharePoint Designer or Power Apps to modify forms, enhancing user experience within the modern UI.
  • Maximizing Efficiency with Thread Pooling in C# Programming5/3/2024 5:34:22 AM. This article explores thread pooling in C#, focusing on its efficiency benefits in concurrent programming. It discusses its importance, implementation using C#, and best practices for optimal performa
  • How to Modify String in C# .NET5/3/2024 5:26:13 AM. This article demonstrates several techniques to produce a string by modifying an existing string. You can examine the original string and the new, modified string when you run each example.
  • Mapping Output Cache Profile In SharePoint Page Layout5/2/2024 10:46:30 AM. Optimize SharePoint page performance by mapping output cache profiles to page layouts. Utilize caching options in site settings for efficient content delivery, enhancing user experience and performanc
  • Create Site Column In SharePoint From OOB And JSOM5/2/2024 10:45:48 AM. Easily extend SharePoint capabilities by creating site columns using built-in options or JavaScript Object Model (JSOM). Customize content types and fields, enhancing data organization and management
  • Create SharePoint Site Using SP Designer Workflow5/2/2024 10:45:04 AM. Learn how to efficiently create SharePoint sites using SharePoint Designer workflows. Explore site provisioning and automation techniques, leveraging workflows for seamless site creation.
  • Enable/Disable The RSS Feed Option For SharePoint List5/2/2024 10:44:18 AM. Manage RSS feed options in SharePoint lists effortlessly. Enable or disable RSS feeds through list settings or site features, ensuring control over content subscription and distribution within your Sh
  • Check The Site Usage In SharePoint Online5/2/2024 10:02:45 AM. Monitor and analyze site usage efficiently in SharePoint Online with comprehensive analytics. Gain insights into traffic, user activity, and engagement through detailed reports and metrics.
  • Pin Files To Top In SharePoint Online Document Library5/2/2024 10:02:27 AM. Elevate file visibility by pinning them atop in SharePoint Online Document Library. Enhance accessibility, prioritize important documents, and streamline navigation for users.
  • Copy Or Move The Items From A SharePoint Online Document Library5/2/2024 10:02:07 AM. In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
  • Create Flow For SharePoint Online List5/2/2024 10:01:26 AM. Learn how to automate processes in SharePoint Online lists using Microsoft Flow (Power Automate). Explore triggers, actions, and workflows to streamline data management, notifications, approvals, and
  • Add Multiple Lines Of Rich Text In SharePoint Library5/2/2024 9:56:51 AM. Enhance SharePoint libraries by incorporating rich text with multiple lines. Elevate content presentation and organization, fostering better collaboration and engagement within your SharePoint environ
  • Configure Or Change The Audit Settings In SharePoint Online5/2/2024 9:56:23 AM. In this article, we will learn how to manage audit settings in SharePoint Online for enhanced security and compliance. Discover step-by-step instructions to configure or change audit settings using th
  • Disable Sharing A Document With External User From SharePoint Online Tenant5/2/2024 9:52:02 AM. In this article, we will learn how to enhance security in SharePoint Online by disabling the external sharing of documents. Explore tenant-level settings and permission controls to restrict access to
  • Create Secure Store Application In SharePoint O3655/2/2024 9:51:15 AM. Learn how to enhance security in SharePoint Online (O365) by creating a secure store application. Explore secure credential management, authentication, and integration with Azure Active Directory for
  • Exporting and Importing Site Collection Term Stores In SharePoint5/2/2024 9:37:26 AM. Looking to streamline your SharePoint management? Learn how to efficiently export and import Site Collection Term Store Groups! ?? From exporting your Term Store Groups for backup or migration purpose
  • Mastering Rating Settings in SharePoint5/2/2024 8:35:41 AM. Discover how to leverage rating settings in SharePoint effectively with our comprehensive guide. Learn about the benefits, features, and limitations of enabling ratings on items within lists and libra
  • Singleton Design Pattern in .NET C#5/2/2024 7:00:10 AM. A design approach known as the singleton pattern limits a class's instantiation to a single object while still allowing access to the object. When precisely one item is required to coordinate acti
  • Exploring String Searching Techniques in C#5/2/2024 6:46:03 AM. Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
  • PayPhi Payment Gateway Integration in .NET Core5/2/2024 6:03:15 AM. Pay Phi (PhiCommerce) Payment Gateway Integration in .NET Core. This article outlines integrating PayPhi with .NET Core for secure online transactions. It covers creating HTML pages, client-side scrip
  • Method Signature Honesty in Functional Programming with C#5/2/2024 5:41:06 AM. This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predicta
  • Understanding the Single Responsibility Principle (SRP) using C#5/2/2024 5:03:22 AM. The article delves into the Single Responsibility Principle (SRP) in C#, emphasizing its importance in object-oriented programming. It illustrates SRP violations and provides improved code examples fo
  • How To Share A Power BI Report5/1/2024 11:40:58 AM. Easily share Power BI reports within and outside your organization using Power BI Desktop or services. Learn how to publish reports, choose sharing destinations, generate QR codes, and embed reports.
  • COM in .NET5/1/2024 11:39:57 AM. COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
  • Accessing User Information List in SharePoint5/1/2024 11:36:22 AM. Explore the ins and outs of accessing user information in SharePoint with our detailed guide. Learn the benefits, features, and limitations of leveraging user data, and follow our step-by-step instruc
  • Implement Many-To-Many Relationship in C# Class5/1/2024 11:13:30 AM. Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like
  • Use Custom CSS In SharePoint 20135/1/2024 11:13:14 AM. Learn how to enhance the visual design of your SharePoint 2013 site by using custom CSS. This tutorial covers essential techniques for applying custom styles, branding, and UI customization, enabling
  • How to Bind and Perform Update, Edit, Delete Operation on DataList Control in 3 Tier in ASP.Net5/1/2024 11:10:55 AM. Learn how to implement CRUD operations on a DataList Control in ASP.NET using C#. This tutorial guides you through creating a three-tier architecture with an SQL Server Database, designing the UI, wri
  • Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide5/1/2024 11:09:43 AM. Explore Microsoft Enterprise Instrumentation Framework (EIF) with our Quick Guide. Learn to monitor, log, and optimize application performance effortlessly, ensuring robustness and efficiency in your
  • Introduction to Task-Based Asynchronous Pattern in C# 4.5: Part I5/1/2024 11:07:16 AM. Discover the fundamentals of Task-Based Asynchronous Pattern in C# 4.5: Part I. Explore asynchronous programming, concurrency, and the await keyword for efficient parallel computing in .NET Framework
  • Passing Data From Controller To View With ViewData - Part Two5/1/2024 11:04:07 AM. This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewData. I am writing this article to tell you the basic to advanced concepts about ways t
  • How to Get All the Site Permission Levels in SharePoint 2013 Online Using REST API5/1/2024 11:00:29 AM. Learn how to utilize SharePoint 2013's REST API to access site permission levels remotely. Explore creating apps with NAPA Tool, handling cross-domain requests, executing CRUD operations, retriev
  • .NET Remoting5/1/2024 10:59:12 AM. .NET Remoting facilitates communication between .NET objects in different application domains or processes across a network. It provides a versatile mechanism for remote procedure calls, supporting va
  • How to Write Testable Code in .NET5/1/2024 5:46:14 AM. Learn the art of writing testable code in .NET for robust software. Discover techniques like dependency injection and unit testing for improved code quality and easier maintenance. Master the principl
  • Data Structures and Algorithms (DSA) using C# .NET Core - Binary Trees and Binary Search Tree (BST) Tree Traversal- II5/1/2024 5:14:53 AM. The fundamentals of Tree and Binary Search Tree, delving into data reading, node addition, deletion, and search operations through tree traversal. Understand three traversal types: Preorder, Inorder,
  • Data Structures and Algorithms (DSA) using C# .NET Core — Binary Trees and Binary Search Tree (BST)5/1/2024 5:14:38 AM. In this article we will learn about - Binary Trees. Explore the fundamentals of trees and delve into binary trees, focusing on Binary Search Trees (BST). Understand key terminologies, tree traversal,
  • Use CheckBox Inside ASP.NET GridView4/30/2024 11:46:15 AM. Utilize CheckBox controls within ASP.NET GridView for versatile data selection and manipulation. Enhance user interaction and data management by integrating checkboxes seamlessly into your web applica
  • Exploring Interface and Abstract Class in C# Programming4/30/2024 10:07:25 AM. In C#, both interfaces and abstract classes are powerful tools for designing flexible and reusable code. Let's delve into the concepts of interface and abstract class, explore their differences, a
  • SQL Server Primary & Foreign Key Association: Visual C# Entity Framework 4/30/2024 9:52:50 AM. Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and esta
  • Palindrome in C# GUI4/30/2024 9:49:48 AM. Create a C# GUI application to check if a user-entered string is a palindrome. Implement a Windows Forms interface with a textbox for input and a button to trigger palindrome verification.
  • Join Two DataTables Using LINQ In ASP.Net C#4/30/2024 9:49:01 AM. Learn how to join two DataTables in ASP.NET C# using LINQ for efficient data integration. Explore techniques to merge and query DataTables, leveraging LINQ's powerful capabilities for seamless dat
  • Using Mediator In Web API's For CQRS Pattern4/30/2024 9:36:30 AM. Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enhanci
  • How to Create a SharePoint Site and Manage Permissions 4/30/2024 9:35:51 AM. Learn how to effectively set up a SharePoint site and manage permissions in this comprehensive guide. Explore step-by-step instructions for creating a new site, configuring security settings, and cont
  • Entity Framework Core in .NET Core: MySQL Code-First Migration4/30/2024 9:15:07 AM. This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
  • Learn About ASP.NET HtmlGenericControl4/30/2024 9:08:07 AM. In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some clie
  • Single, SingleOrDefault, First, and FirstOrDefault in Linq .NET C#4/30/2024 9:02:07 AM. LINQ's element operators like Single, SingleOrDefault, First, FirstOrDefault, Last, and LastOrDefault provide specific functionalities for retrieving elements from collections in C#. Here's ho
  • Add a Folder/File to OneDrive Without Moving it into OneDrive4/30/2024 6:51:31 AM. This article will discuss the way to Add Folder/File outside of OneDrive Folder to OneDrive without Moving it into OneDrive
  • Enable Audience Targeting in SharePoint Online4/30/2024 5:56:27 AM. In this edition, we'll guide you through How to Enable Audience Targeting for Navigation Links. Supercharge your team's collaboration with our curated insights, expert tips, and the hottest up
  • Azure Key Vault : Implementing Azure Key Vault in C#4/30/2024 3:40:37 AM. Azure Key Vault provides a secure and centralized storage solution for managing application secrets. In this guide, we'll walk through the process of implementing Azure Key Vault in a C# applicati
  • Opening PDFs in Adobe Reader from SharePoint Document Library4/29/2024 11:45:02 AM. Learn how to configure SharePoint 2013 to open PDF files directly in Adobe Reader, edit them, and save them back to the document library. Follow steps including settings adjustment in central admin, r
  • Using Message Queues In C#4/29/2024 11:21:23 AM. In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
  • Assemblies In .NET Application4/29/2024 11:13:26 AM. Understand Assemblies in .NET, including Private and Shared types, managing in Global Assembly Cache, generating Public Key with Sn.exe, versioning with AssemblyInfo.cs, and installing with Gacutil. L
  • Inserting CSV File Records Into Database Using ASP.NET C#4/29/2024 10:04:27 AM. Inserting CSV file records into a database with ASP.NET C# involves parsing the CSV, establishing a database connection, and inserting data using frameworks like Entity Framework or ADO.NET. Validate
  • Introduction to Async and Await in C# 5.04/29/2024 10:01:54 AM. Async and await in C# 5.0 revolutionized asynchronous programming, simplifying complex tasks by allowing developers to write asynchronous code as if it were synchronous. These keywords enable efficien
  • Scraping Web site Dynamic Data using WATIN4/29/2024 10:01:25 AM. Learn how to scrape web pages using Watin and NUnit in C# ASP.NET. Explore techniques for efficient scraping, including navigation, HTML parsing with regular expressions, and utilizing third-party to
  • When to Delay Sign Assemblies4/29/2024 10:00:10 AM. Delay signing assemblies is useful when collaborating with third-party developers or in scenarios requiring assembly testing before final signing. It allows development to proceed while ensuring event
  • Learn about Task Dialogs in C#4/29/2024 9:59:48 AM. Explore using Task Dialogs in C# to create responsive user interfaces for error handling, user interaction, and custom dialogs. Task Dialogs offer more flexibility than traditional message boxes, allo
  • Dynamically Generate Multiple TextBoxes in ASP.Net4/29/2024 9:57:35 AM. Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
  • Import Data to Excel SpreadSheet in .NET4/29/2024 9:56:16 AM. Learn how to import data into Excel spreadsheets using C# and . NET. Explore Excel interop, data manipulation, and CSV handling. Automate data import/export tasks, manage connections, and format data
  • Data Conversion in C#/.NET: List to DataTable and Vice Versa4/29/2024 8:15:57 AM. In C#/.NET, converting data from one format to another, such as from a list of custom objects to a DataTable, is a frequent requirement. In this article, we'll explore efficient techniques for con
  • .NET 8 Keyed Services in Dependency Injection4/29/2024 5:44:29 AM. .NET 8 introduces Keyed Services in Dependency Injection, enabling registration of multiple implementations for the same interface using a key. Enhance flexibility in dependency injection for dynamic
  • 4 Real Time Use of Partial Classes and Partial Method4/26/2024 12:17:26 PM. Learn how to leverage partial classes and partial methods in real-time applications with C#. Explore their use for modular design, event-driven programming, and code organization. Discover how they en
  • Difference Between ReadOnly and Constant in .NET C#4/26/2024 12:12:45 PM. In C#, `readonly` and `const` keywords declare values with key differences. `const` is compile-time, immutable, and static, while `readonly` is runtime, set in constructors, and can vary. Choose based
  • How To Develop Match Making Game Using C# in .Net 4.54/26/2024 12:05:01 PM. Develop a matchmaking game in C# using .NET 4.5, implementing multiplayer functionality and client-server architecture. Utilize algorithms for player pairing, networking for real-time interaction, and
  • Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing4/26/2024 10:23:44 AM. In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
  • How To Create A SSIS Packages?4/26/2024 6:07:43 AM. This comprehensive guide walks through leveraging SQL Server Integration Services (SSIS) to streamline data management for businesses. From installing tools to creating packages for migrating data, it
  • Explain Lambda Functions in .NET C#4/26/2024 5:02:47 AM. In the realm of .NET programming, lambda functions represent a powerful and concise way to define anonymous methods or functions. In this article, we'll explore the fundamentals of lambda function
  • Exploring Anagram Strings in C#4/26/2024 4:21:20 AM. An anagram of a string is another string that uses the same characters but in a different order. This article delves into solving anagrams using C#, exploring methods like sorting characters, frequenc
  • .NET Website Security: Practical Steps & Examples4/26/2024 4:14:37 AM. Securing .NET websites is paramount in today's digital landscape. Regular updates, strong authentication, HTTPS enforcement, input sanitization, CSP implementation, CSRF protection, defense-in-dep
  • Late Binding With Reflection4/25/2024 11:30:37 AM. Component based technology has done great things for software development, allowing reuse and leading to better-written code that separates subjects and entities into distinct components.
  • Are You Fresher & Looking For Way To Start With Microsoft .NET4/25/2024 8:57:05 AM. Get started with .NET Framework and its technologies for beginners. Learn C# with Visual Studio, explore web development with ASP.NET MVC and Entity Framework, master CRUD operations with SQL Server.
  • Deleting List Items in SharePoint 2013 Using REST API4/25/2024 8:51:44 AM. Learn how to delete list items in SharePoint 2013 effortlessly using the REST API. Utilizing SP.RequestExecutor, this guide walks you through the process of making cross-domain requests, initializing
  • .NET Core: Architecture, Features, and Advantages Explained4/25/2024 8:44:34 AM. In the realm of software development, staying ahead of the curve is crucial. With technology evolving at an exponential rate, developers are constantly seeking efficient, scalable, and versatile solut
  • C# Programming: Language Fundamentals, OOP, Async, LINQ4/25/2024 8:39:35 AM. This guide provides a thorough exploration of the C# language, covering essential topics such as language fundamentals, object-oriented programming concepts, asynchronous programming, and Language Int
  • How to Call a .NET Assembly From a SQL Server Scheduled Job4/25/2024 8:29:38 AM. Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
  • Create Word Reports Without Microsoft Word Using Spire.doc4/25/2024 8:09:25 AM. Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
  • Convert A Single PDF Into Number Of Pages As PDF Using iTextSharp4/25/2024 8:01:32 AM. In this article, we will learn how to efficiently convert a single PDF document into multiple PDF files, each representing a single page, using iTextSharp.
  • Implementing Equality For Reference Types4/25/2024 7:58:08 AM. Learn how to implement equality for reference types in C# to compare objects based on their values rather than their references. Understand the complexities introduced by inheritance and null handling
  • Caching Strategies in ASP .NET Core4/25/2024 7:03:24 AM. ASP.NET Core offers diverse caching strategies, including in-memory, distributed, response, output, and donut caching. Choose wisely based on data needs, scalability, and granularity for optimal perfo
  • Exploring the BlockingCollection<T> Class in .NET4/25/2024 6:56:24 AM. In the world of concurrent programming in .NET, developers often encounter scenarios where multiple threads need to communicate and synchronize access to shared data structures. In this article, we&#3
  • Getting Started with WaitGroups in Go4/25/2024 5:51:03 AM. Discover the power of WaitGroups in Go for coordinating concurrent tasks. This beginner&#39;s guide will show you how to synchronize goroutines effectively, ensuring smooth parallel execution. Perfect
  • User Input Management with SegmentManager in C#4/25/2024 5:42:35 AM. In C#, one such tool that simplifies user input management is the `SegmentManager` class. This article delves into how the `SegmentManager` class facilitates the handling of user input in a structured
  • Entity Framework Code First Example4/24/2024 1:24:22 PM. Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity class
  • LINQ in C#: Knowing When to Use First() vs FirstOrDefault()4/24/2024 1:08:57 PM. LINQ, a cornerstone of C#, empowers developers to query data across various sources efficiently. This guide delves into the nuanced differences between First() and FirstOrDefault(), aiding in crafting
  • How To Deploy Power App List Form From One Tenant To Another Tenant4/24/2024 7:58:25 AM. In this article, we will learn how can we deploy Power App list form (Not canvas app) from one tenant to another tenant. For canvas app, we just need export and import, but for list forms only export
  • How To Perform A SharePoint App-Only Authentication In Power Automate4/24/2024 7:46:01 AM. Learn how to seamlessly integrate SharePoint with Power Automate by leveraging app-only authentication. This guide walks you through the process of setting up secure authentication without user interv
  • Optimizing Security & Performance in .NET Core Apps for Heavy Loads4/24/2024 7:40:20 AM. Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perform
  • Connect Storage Explorer Using SAS Token4/24/2024 7:31:56 AM. Learn how to securely connect Azure Storage Explorer to your Azure storage resources using Shared Access Signature (SAS) tokens. SAS tokens provide fine-grained access control, allowing you to define
  • Streamline Your Jenkins Pipelines with Shared Libraries4/24/2024 6:55:12 AM. Imagine the daily grind of a developer working on multiple Jenkins projects. Each pipeline seems to involve repetitive tasks like interacting with version control, running tests, or sending notificati
  • Implement Memory Cache with Sliding Expiration in .NET4/24/2024 6:45:27 AM. This guide illuminates memory caching&#39;s efficacy in enhancing data retrieval by storing frequently accessed data in memory. Utilizing ConcurrentDictionary in C#, it illustrates the creation of a s