TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About util
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ashish Bhatnagar (6)
David Mccarter (5)
Venkatasubbarao Polisetty (4)
Ano Mepani (4)
Chris Rausch (3)
Chetan Sanghani (2)
Shweta Lodha (2)
Sanjay Kumar (2)
Arjit Soni (2)
Shubhankar Banerjee (2)
Christophe Marcel (2)
Satendra Singh Bhati (2)
Veena Sarda (2)
Hamid Khan (1)
Jignesh Kumar (1)
Madhanmohan Devarajan (1)
Aman Gupta (1)
Vijay Yadav (1)
Nikunj Satasiya (1)
Jaimin Shethiya (1)
Sarthak Varshney (1)
Dileep Singh (1)
Mayur Gujrathi (1)
Alkesh Bijarniya (1)
Nikhil Kumar (1)
Juan Francisco Morales Larios (1)
Amit Choudhary (1)
Koshila Senadhira (1)
Harshal Limaye (1)
Alagunila Meganathan (1)
Gajendra Jangid (1)
Vipul Malhotra (1)
Varun Setia (1)
Ashutosh Singh (1)
Levent Camlibel (1)
Mayank Rajpura (1)
Joshy George (1)
Abhishek Saini (1)
Sardar Mudassar Ali Khan (1)
Abhishek Singhal (1)
Prathap Reddy (1)
Tuhin Paul (1)
Abhishek Tiwari (1)
Sameer Shukla (1)
Scott Lysle (1)
Neha Sharma (1)
Habibur Rony (1)
Sourav Kayal (1)
Dario Tordin (1)
Gaurav Gupta (1)
Amir Ali (1)
Pradip Pandey (1)
Rahul Rai (1)
Vishal Chaturvedi (1)
Abubackkar Shithik (1)
M Munib (1)
Munir Shaikh (1)
Packiaraj Santhiyagu (1)
Afzaal Ahmad Zeeshan (1)
Douglas Miller (1)
Priyaranjan K S (1)
Siva Krishna Kumar (1)
Saillesh Pawar (1)
Pankaj Kumar Choudhary (1)
Sateesh Arveti (1)
Hardik Choudhary (1)
Rick Malek (1)
Rick Malek (1)
Mahender Pal (1)
Vaikesh K P (1)
Suthish Nair (1)
James Croft (1)
Rahul Kumar Saxena (1)
Brijendra Gautam (1)
Jagan Mohan (1)
Related resources for util
No resource found
Understanding Service, Factory, And Provider
10/3/2024 11:38:34 AM.
AngularJS provides three methods for creating reusable utilities: Service, Factory, and Provider. All serve the same purpose but differ in implementation. Services are singletons, Factories return new
Check Disk Space Utilization by Tables in SQL Server Database
9/23/2024 8:53:17 AM.
In this guide, learn how to effectively check disk space utilization by tables in a SQL Server database. We’ll cover essential SQL queries and techniques to analyze table sizes, identify storage usage
How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal
9/19/2024 10:16:20 AM.
This guide covers best practices for customizing templates, reusing content snippets, and optimizing your portal to enhance user experience and workflow efficiency.
Centralizing String Utility Functions in Java
9/10/2024 6:26:13 AM.
This article explains how to consolidate common string utility functions in Java by creating a utility class like StringUtils. It covers methods for checking if a string contains only alphanumeric cha
Copying Text to Clipboard in AngularJS
7/31/2024 6:02:28 AM.
Learn how to implement clipboard functionality in AngularJS to enable users to easily copy text with a click. This guide covers the use of AngularJS directives, JavaScript methods, and the Clipboard A
Creating Maintaining Utilizing Transactions in SQL Server
7/25/2024 5:25:28 AM.
A transaction in SQL Server is a sequence of operations performed as a single logical unit of work. A transaction has four main properties, often referred to by the acronym ACID: Atomicity, Consistenc
UNION vs UNION ALL in SQL Server
7/24/2024 9:28:49 AM.
The SQL UNION operator combines the results of two or more SELECT statements, removing duplicate rows. In contrast, UNION ALL combines results while retaining all duplicates. UNION may impact performa
Cost-cutting through VMware virtualization
7/22/2024 2:25:05 AM.
In this article, we will explore how VMware’s virtualization solutions cut costs by improving resource utilization, reducing server needs, and simplifying disaster recovery.
Using .NET Standard in Cross-Platform Development
7/17/2024 5:46:27 AM.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consiste
What is Tokens & Crypto Currencies? Its Future Scope in Market & MNCs
7/2/2024 5:13:42 AM.
Cryptocurrency and tokens represent a revolutionary shift in the financial landscape, blending technology and finance to create a new paradigm of value exchange. At their core, cryptocurrencies are di
Set Interface and Map Interface in java.util Package
6/26/2024 5:12:41 AM.
The Set Interface and Map Interface within the java.util package are fundamental components of Java's Collections Framework. The Set Interface defines a collection that does not allow duplicate el
Utilizing Data Analytics To Promote Project Achievement
6/16/2024 2:22:23 PM.
This article explores the transformative role of data analytics in project management. It highlights how advanced analytics improve decision-making, risk management, resource allocation, and project t
Creating And Using Shared Assembly
6/4/2024 12:51:22 PM.
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
How to Conditionally Apply Class Attributes in ReactJS
5/24/2024 5:00:01 AM.
In this article, we will learn how to conditionally apply class attributes in ReactJS using the classnames utility. This guide demonstrates how to dynamically assign CSS classes based on component sta
Memory Leak Analysis For .Net Application
5/13/2024 11:15:43 AM.
Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implement o
Backup Utility In .Net
5/9/2024 11:51:13 AM.
A Backup Utility in .NET facilitates data protection by enabling automated backups of files or databases. It offers features like compression, encryption, and scheduled backups, ensuring data integrit
App.Config AutoReader
4/26/2024 9:05:23 AM.
In our day to day development, it is a rare case where we don’t need to read a configuration file. There are many techniques for the treatment of such static classes, singleton classes, etc and it is
NLOG New Utility For Smart Logging
4/25/2024 8:10:00 AM.
NLOG introduces a groundbreaking utility for smart logging, revolutionizing how you manage and enhance your logs. This cutting-edge tool offers efficient automation, empowering you with advanced capab
Utilization of DataGrid VS ListBox in WPF C#
4/22/2024 8:46:58 AM.
In WPF (Windows Presentation Foundation), the DataGrid and ListBox are two powerful controls that serve different purposes and are suitable for different scenarios
A Comprehensive Guide to Utilizing the MQTT Protocol
3/26/2024 3:07:06 PM.
MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly usefu
Creating Azure Load Balancer for VM Load Balancing
3/21/2024 9:08:20 AM.
This article guides you through configuring a load balancer in Microsoft Azure to distribute traffic across virtual machines efficiently. It outlines steps to integrate VMs into the load balancer'
10 JavaScript Array Methods Every Developer Should Know
3/18/2024 12:02:07 PM.
JavaScript Arrays serve as list-like objects storing multiple values in a single variable. Essential methods like forEach iterate over elements; filter selects elements meeting criteria; map transform
Azure Logic App: Utilizing Cognitive Service Computer Vision and Text Analytics API
3/1/2024 9:05:02 AM.
This article helps you to learn how to convert the text in an image to digital format and save the output into an Excel file with language detection, sentiment, and Key phrases using Microsoft Cognit
What is Monitoring and Profiling?
2/9/2024 9:07:26 AM.
Monitoring and profiling involve tracking system behavior, resource usage, and performance metrics. These practices aid in identifying bottlenecks, optimizing code, and ensuring application health, cr
.NET Assemblies Ins and Out : Part III
2/6/2024 8:27:12 AM.
This is the third part of a series on .Net assemblies, delving into utilities for assembly manipulation. The Assembly Linker (AL.exe) aids in GAC installation, manifest creation, and resource addition
.NET Assemblies Ins and Out : Part I
2/1/2024 11:48:55 AM.
In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 1 defines assemblies, their metadata, and types. It clarifies misconceptions between .NET PE files and traditio
.NET Assemblies Ins and Out : Part II
2/1/2024 11:13:37 AM.
In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assembly
Understanding and Utilizing .NET Core Middleware
1/18/2024 7:35:07 AM.
This article is about middleware in .net core and how to create custom middleware. Middleware is a key component in the execution pipeline of .NET Core applications, handling requests and responses. L
Utilizing Generative AI with Semantic Kernel in .NET
12/21/2023 6:40:34 AM.
This tutorial is to understand the Semantic Kernel Framework developed by Microsoft for working with Generative AI solutions. The idea of Semantic Kernel is to work like a bridge between Generative AI
How Businesses are Utilising Dynamics 365
11/30/2023 10:49:44 AM.
This article explores the numerous impact?of Microsoft Dynamics 365 for companies, highlighting the major features and functionalities that provide them a competitive edge.
Trigger Power Automate Flow Utilizing Ultimate Forms
11/30/2023 10:23:43 AM.
How a Power Automate Flow be started in response to a particular SharePoint form update?
Understanding and Utilizing Middleware in Applications
10/17/2023 5:39:13 AM.
Middleware is a vital component in the world of web applications. But what exactly is it, and how can it benefit your software projects? In simple terms, middleware is like a helpful assistant in your
Line Count Utility
9/12/2023 11:36:39 AM.
Program returns count of code lines and file names in which code lines will be counted.
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
Automatic SQL Server Backup Utility using Sqlserver Agent
9/8/2023 10:36:46 AM.
It is a sample C# (VS2005) application for Automatic Sql server Backup Utility using sqlserveragent. I have used SQL-DMO dll. This article will show you how to create a automatic backup in Sql server
Governance Tokens vs Utility Tokens
9/4/2023 3:38:17 PM.
Explore the world of blockchain tokens! Discover the differences between governance and utility tokens in decentralized ecosystems.
Utilizing Browser Cache and Cookies in React.js Applications
9/2/2023 7:31:40 AM.
Here in this article we will learn how to implement browser cache and cookies for react js application.
Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP.NET
8/27/2023 12:09:49 PM.
In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is ap
How To Use DiffUtil Class With RecyclerView In Android
8/9/2023 11:56:50 AM.
In this article, you will learn about how to use DiffUtil class with RecyclerView in Android.
What are governance tokens and how do they work in DeFi?
8/1/2023 9:11:40 AM.
Explore the transformative role of governance tokens in DeFi: influencing decisions, empowering communities, and shaping finance's future.
Managing Virtual Machines Made Easy with Azure Host Groups
5/5/2023 4:55:33 AM.
Azure Host Groups is a feature of Azure Resource Manager that simplifies the management of virtual machines (VMs) in Azure. It allows you to group VMs together based on their physical host and apply p
Exploring the Benefits of Azure AI in the Energy and Utilities Sector
4/23/2023 3:58:50 PM.
Artificial intelligence (AI) has become a game-changer in the energy and utilities sector, offering a wide range of benefits for companies looking to improve their operations, optimize processes and e
How to Install Xcode and Utilize SwiftUI for App Development
3/23/2023 9:05:51 AM.
In this second part of my series, I am going to tell you about how we can install and use Xcode to create a SwiftUI application.
Creating Function Pipelines In Java
2/14/2023 10:34:12 AM.
java.util.Function is a functional interface in Java that takes one argument and produces a result. Creating Function Pipelines In Java.
LinkedList Class In UTIL Package Collection
6/19/2022 7:53:28 AM.
The Linked List class provides a linked-list data structure.
Observable Class In Java
6/16/2022 1:26:45 PM.
The Observable class is basically used to create a subclasses that other parts of the program can observe. When an object of a sub class undergoes a change, observing classes are notified.
Get User Roles With Webresource In Dynamics CRM
6/15/2022 1:51:58 PM.
In Dynamics 365 CRM, for certain requirements we need to get user roles so that based on those roles we can show or hide few fields or some other core logic. As an example, on selected contact record
Random Class In java.util Package
6/13/2022 1:32:50 PM.
The Random class is a generator of pseudorandom numbers. These are called pseudorandom numbers
StringTokenizer Class In Java
6/7/2022 2:31:50 PM.
String Tokenizer implements the Enumeration interface. Using StringTokenizer , we can summarize the individual tokens contained in the given input string.
Image Conversion Utility in C#
4/6/2022 11:33:07 AM.
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Usage Of Progress Indicator With Webresource In Dynamics CRM
3/10/2022 4:28:42 AM.
In Dynamics 365 CRM to show Progress Indicator, we have client API’s that are available under Xrm.Utility so that the user can know what is happening and can wait without performing any other operatio
HttpServerUtility Class In ASP.NET
9/30/2021 11:21:18 AM.
In this article, you will learn about HttpServerUtility Class in ASP.NET.
Import Data File Into Dynamics D365 Environment Using Data Migration Utility
7/7/2021 12:26:06 PM.
In this article, you will learn how to import Data File into Dynamics D365 Environment using Data Migration Utility.
Prepare Dynamics D365 CRM Data File Using Data Migration Utility
6/30/2021 1:48:09 PM.
In Dynamics 365 CRM or Power Platform, under Configuration Migration category Data Migration Utility is useful to prepare a data file by creating Schema file first and then export data in a selected C
Send Emails With Attachment in ASP.NET
2/3/2021 9:58:09 AM.
In this article, you will see how to send an email with an attachment using C# in ASP.NET.
Coding Faster With The dotNetTips Utility - February 2021 Update
1/29/2021 6:02:27 AM.
In this article, you will learn the tips about ­­Coding Faster with the dotNetTips Utility: February 2021 Update.
Implementation Of XML Serialization And Data Contract Serialization Utility In .NET
11/24/2020 2:13:30 AM.
Basic Idea about DeSerializer and Serializer; advantages and disadvantages of XmlSerializer and DataContractSerializer; implementation XML and DataContract Serializer/ De-Serializer.
Register Your Assembly in GAC Using Gacutil Exe
11/11/2020 8:27:14 AM.
Here you will learn how to add an assembly to the Global Assembly Cache (GAC).
Coding Faster With The dotNetTips Utility - November 2020 Update
11/3/2020 10:29:29 PM.
In this article, you will learn about coding Faster with the dotNetTips Utility.
CopySchema
10/29/2020 11:54:02 PM.
CopySchema is a utility for copying all the data from one Oracle schema to another. Although similar to the exp/imp and bulk load utilities of Oracle, it has the advantage of offering a simple GUI int
TranslateSQL
10/28/2020 3:12:57 AM.
TranslateSQL is a utility for generating SQL-Server SQL scripts based on an existing Oracle schema, in essence 'translating' Oracle schemas into SQL-Server databases.
Coding Faster With The dotNetTips Utility - September 2020 Update
9/21/2020 1:24:26 AM.
In this article, you will learn about Coding Faster With The dotNetTips Utility - September 2020 Update.
Coding Faster With The dotNetTips Utility - DateTime Extensions
8/22/2020 9:51:03 AM.
In this article, you will learn about Coding Faster with the dotNetTips Utility: DateTime Extensions.
Understand SPOHelper Utility for SharePoint Online REST CRUD Operation
7/28/2020 2:03:24 AM.
SPOHelper is utility library to make CRUD Operation in SharePoint Online easily using SPGet, SPPost, SPDelete, SPupdate with minimal code. Reusable library for Sharepoint Crud operation
Coding Faster With The dotNetTips Utility - StringBuilder Extensions
6/24/2020 10:20:15 PM.
In this article you will learn about coding faster with the dotNetTips Utility - StringBuilder Extensions.
Learn About Stored Procedure Scaffolding Utillity For .NET Core 3
5/16/2020 7:51:36 PM.
This article shows how to use SPToCore utility to scaffold stored procedures for a .NET Core project
Underscore.js: Working With Array Functions
4/30/2020 7:13:18 AM.
This article introduces a JavaScript utility called Underscore.js that makes the JS developer's work with Functional Programming easier.
CrossFading Animation in Android Using Android Studio
3/30/2020 5:37:57 AM.
This article explains cross fade animation in Android using Android Studio.
Utilizing The Action Bar In Android Applications
3/2/2020 4:17:00 AM.
In this article, you will learn about action bar used in Android applications. The action bar displays the application icon together with the activity title. On the right side of the action bar are a
Utilizing Azure Blob And WebJob To Convert Excel Files To Flat File Format
2/27/2020 11:37:12 AM.
This article shows how to perform Excel to CSV file conversion without storing them on the local hard drive. Though there are many articles on this topic, this one is different in the way files are re
Enhance Integrated CI And CD In Azure Pipelines As Code With Key Utils - Binary Logger And Report Generator
12/4/2019 10:03:20 AM.
In this article, you will learn how to enhance integrated CI and CD in Azure Pipelines as code with Key Utils - Binary Logger and Report Generator.
Substring Method in Java
9/23/2019 6:00:12 AM.
In this article you will learn about the substring method in Java.
Getting Input From User in Java
9/23/2019 5:43:24 AM.
In this article you will learn a way of getting input from user in java.
Digital Clock Using Swing in Java
9/23/2019 2:32:43 AM.
This article describes the creation of a digital clock using Java.
Kotlin - Ranges
8/16/2019 9:45:41 AM.
In this article, you will learn about the concept of ranges in Kotlin
SharePoint Online Batch API Request For Bulk CRUD Operation
8/5/2019 9:57:00 AM.
In this article, you will learn about SharePoint Online Batch API Request for bulk CRUD operations.
Make SharePoint Online Batch API Request Easy In Single Line Of Code
8/5/2019 9:53:32 AM.
In this article, we will learn about SharePoint Online Batch API with an example. Here we will make SharePoint Batch Request easy with a single line of code using BatchUtils.
Easy SharePoint ListItem CRUD Operation Using REST API Wrapper
5/2/2019 8:05:54 PM.
In this article, we will learn how to perform a CRUD operation using SPRest Util on SharePoint Online List items.
Utilization Of List View In Xamarin.Forms
2/20/2019 12:04:33 PM.
ListView helps in arranging the data in the form of a list. The lists with a lot of data can be arranged using scrolling.
Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library
1/18/2019 2:37:40 AM.
This article uses Microsoft 11.0 object library & process the word document in the backend and convert to HTML document.
Utilize Multi Master Support In Azure Cosmos DB
11/18/2018 3:47:44 PM.
In this article, I am going to explain about multi-master, how it solves the problem in data replication scenarios with multi-master. Before reading this article, please read my previous article to un
Utilizing Azure Redis Cache As Backend For Chat App
3/29/2018 11:05:54 PM.
I have had some experiences trying to build a chat application—most of the time I failed, or I had some other important stuff to deal with. A few weeks back I wanted to check some services on Microsof
An Easy to Use PHP Email Blast Utility
6/26/2017 3:03:11 AM.
This article explains email blast utility in PHP. It’s perfect for email marketing, invitations, greetings, etc. This PHP code can be easily modified to accommodate a wide range of email blast objecti
Getting Started With API Testing Utilities - JSON Server And Postman
4/13/2017 10:41:18 AM.
Getting started with API testing utilities - JSON Server and Postman.
Utility Functions Available In PnP Core JS
8/25/2016 4:08:57 PM.
In this article, you will learn about various utility functions, which are provided in PnP Core js. These functions make scripting life easy.
SQL Loader Utility In Oracle
8/18/2016 10:16:00 PM.
In this article, you will learn about SQL Loader utility in Oracle.
Use SQLCMD Utility In SQL Server
5/12/2016 2:01:45 AM.
In this article you will learn about using SQLCMD Utility In SQL Server.
Look At T4 Templates In Visual Studio 2015 - Part Three
5/3/2016 12:49:11 AM.
In this article you will learn about class feature blocks and utility methods in Visual Studio 2015
Export To Word Utility In SharePoint 2013/Online Using JavaScript
4/26/2016 10:34:08 AM.
In this article you will learn how to export to Word Utility in SharePoint 2013/ Online using JavaScript.
Accessing COBOL Data Groups
12/22/2015 4:15:46 AM.
In this article you will learn how to access COBOL Data Groups in .NET.
Utilize Of COBOL In A Microsoft .NET Environment
12/3/2015 2:48:20 PM.
This article will show you how to use the power of LOCALIZATION within Visual Studio .NET to create one screen and have it display different languages.
Image Gallery Utility For Dynamics CRM
10/31/2015 11:43:14 AM.
This article is about image gallery utility for Dynamics CRM.
Interacting With Local Database in Xamarin.Forms
7/10/2015 1:40:10 AM.
In this article we will learn how to interact with a local database in Xamarin.Forms.
Schema Compare Using Visual Studio
6/1/2015 3:32:09 PM.
Consider a situation where we need to compare multiple databases and update one of those with latest changes. This can be easily achieved by using Schema Comparison Utility available in VS 2013/2012/2010/2008/2005, almost all versions.
Utilizing Page Transition Animations in Windows Phone 8.1 Apps
1/13/2015 10:43:58 PM.
This quick tutorial takes a look at page transition animations in Windows Phone 8.1 RT apps and how developers can easily set them up.
Show All Utility and Their Details in WPF
11/15/2014 5:38:25 PM.
In this article I am showing how to show all utility lists in a C# WPF application.
Creating Self-Signed Certificate For Development Purposes
3/23/2014 2:29:28 PM.
This article shows how to create and use a self-signed certificate for development purposes.
Monitoring and Cleaning Site Content
8/8/2013 12:54:33 PM.
Monitoring and cleaning site content is an important best practice in SharePoint as cleaning of out of date and unwanted data will free storage and as a result administrative resources. It will also improve performance of the SharePoint farm.
Create Custom UI Forms Part of the QTP Test Automation Frameworks Using .Net Factory Utility
8/5/2013 4:20:34 PM.
This article explaibs how to create the custom UI Forms part of the QTP Test Automation Framework using the .Net Factory Utility.
SharePoint SQL Query to Get Details on Disk Utilization and IO
7/24/2013 2:34:55 PM.
In this article I will demonstrate SharePoint SQL Query to get details of Disk Utilization and IO.