Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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]
Scott Lysle (8)
Ashish Bhatnagar (5)
David Mccarter (5)
Venkata Subbarao Polisetty (4)
Chris Rausch (4)
Ano Mepani (4)
Levent Camlibel (3)
Christophe Marcel (2)
Satendra Singh Bhati (2)
Rick Malek (2)
Veena Sarda (2)
Prathap Reddy (1)
Tuhin Paul (1)
Abhishek Tiwari (1)
Sameer Shukla (1)
Neha Sharma (1)
Ankur Mistry (1)
Amit Choudhary (1)
Nikhil Kumar (1)
Habibur Rony (1)
Sourav Kayal (1)
Dario Tordin (1)
Gaurav Gupta (1)
Amir Ali (1)
Pradip Pandey (1)
Shweta Lodha (1)
Rahul Rai (1)
Vishal Chaturvedi (1)
Abubackkar Shithik (1)
Muneeb Ch (1)
Munir Shaikh (1)
Packiaraj Santhiyagu (1)
Afzaal Ahmad Zeeshan (1)
Douglas Miller (1)
Priyaranjan K S (1)
Madhanmohan Devarajan (1)
Siva Krishna Kumar (1)
Saillesh Pawar (1)
Pankaj Kumar Choudhary (1)
Sateesh Arveti (1)
Hardik Choudhary (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)
Nitesh Kejriwal (1)
Shubham Srivastava (1)
Rumman Siddiqui (1)
G Gnana Arun Ganesh (1)
Jean Paul (1)
Mahesh Chand (1)
Binoy R (1)
Manisha Mehta (1)
C# Curator (1)
Mohammed Habeeb (1)
Bechir Bejaoui (1)
Sapna (1)
Bhushan Gawale (1)
Vijai Anand Ramalingam (1)
A V Mahesh (1)
Praveen Kumar (1)
Joshy George (1)
Dipal Choksi (1)
Shivprasad (1)
Michael France (1)
Nipun Tomar (1)
Related resources for util
No resource found
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
.NET Assemblies Ins and Out : Part I
10/14/2021 1:27:23 PM.
In Part 1, I will cover what exactly an assembly is, and what an assembly contains.
.NET Assemblies Ins and Out : Part III
10/14/2021 1:21:01 PM.
In this part I will discuss in more detail than Part 2, the available utilities for manipulating assemblies.
.NET Assemblies Ins and Out : Part II
10/14/2021 1:20:22 PM.
In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly.
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.
Using Spire.doc Generate Report As Word Document Without Utilizing Microsoft Word
12/22/2020 4:38:15 AM.
In this article we will learn how to generate report as Word document using Spire.doc.
NLOG New Utility For Smart Logging
12/18/2020 5:51:46 AM.
NLog is a free logging platform for .NET, Silverlight and Windows Phone with rich log routing and management capabilities.
Backup Utility In .Net
12/6/2020 10:48:01 PM.
This is a article named backup is used to create a backup of your data and can restore your deleted data also.
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.
How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal
3/24/2017 12:05:57 AM.
How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal.
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.
Installing and Deploying Web Part Solutions Using Stsadm Utility in SharePoint
3/26/2013 6:58:30 PM.
Stsadm is a command line tool for administration of Office SharePoint servers and sites, here you will learn how to use that utility to install and deploy web part solutions.
Auto Generate Password in Windows store App
1/7/2013 8:42:07 AM.
Today we will learn about a very interesting class GUID (Globally Unique Identifier) in windows store applications. It is a predefined utility that we can use to randomly generate an identifier number.
Screen Monitoring Utility
12/25/2012 6:25:22 PM.
In this article you will learn how you can take snapshots of a screen and store them in a directory.
COM Interoperability in VB.NET Part 2
11/10/2012 2:15:00 AM.
This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). It looks up numerous information such as CLSIDs, IIDs, ProgIDs etc.
Line Count Utility in VB.NET
11/10/2012 2:13:21 AM.
This utility is for counting number of code lines in a Visual Studio Project. It returns the number of code lines and file names which are in the project folders.
XML Pathfinder - A Visual Basic Utility
11/9/2012 8:23:45 AM.
This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
Simple Web and RGB Color Picker Utility in VB.NET
11/8/2012 9:38:58 AM.
The article addresses the construction of a simple utility application useful for selecting an RGB or web color; the application allows the user to key in RGB values or use RGB slider controls to select a color. Whenever the current color is updated, the text boxes at the bottom of the form are dynamically updated to show the current web and RGB color values set for the current color.
Build a simple Watermarking utility in VB.NET
11/8/2012 9:07:27 AM.
This article shall describe an approach to building a simple watermarking utility that may be used to add watermarks to any supported image file format. The resulting application shall permit the user to open any supported image file format into a scrollable picture box.
Image Mapping Utility in VB.NET
11/8/2012 7:24:56 AM.
This article describes an easy approach to building a simple image mapping utility that may be used to mark and store points as pixel based coordinates from an image file or directly from a web page. The application is capable of capturing a collection of points and it allows the user to name and save a point collection established using the tool into a text file.
Introducing Squadron - SharePoint 2010 Utility Plugins
11/7/2012 4:35:57 AM.
In this article I would like to introduce Squadron - a SharePoint 2010 Utility Plugins application.
Error: Windows cannot find instalutil
10/8/2012 1:30:07 AM.
How to fix Windows cannot find 'instalutil' error.
Utilize the Full Functionality of the Whidbey File Management
10/4/2012 9:39:34 AM.
This article is based on a pre-release version of Microsoft Visual Studio 2005, formerly code named "Whidbey". All information contained herein is subject to change.
Image Mapping Utility
10/3/2012 10:25:47 AM.
This article describes an easy approach to building a simple image mapping utility that may be used to mark and store points as pixel based coordinates from an image file or directly from a web page.
Space Remover Utility
10/3/2012 8:52:05 AM.
In this article, I want to show you how you can remove white spaces in a web page.
Real-time Message Logging Utility - Part 1
9/30/2012 2:32:10 AM.
A message logger is a utility that helps in logging the messages thrown from functions/programs. It is useful in critical applications as it helps to know the time taken by a function to execute, the time that the function remained idle and any messages that the function wants to be logged for further analysis.
Viewing Assembly Permissions
5/20/2012 1:32:28 AM.
In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.
Utility Controls - Mobile Internet
5/19/2012 4:36:43 AM.
In this article I will explain you about Utility Controls in Mobile Internet.
Simple Web and RGB Color Picker Utility
5/19/2012 12:38:13 AM.
The article addresses the construction of a simple utility application useful for selecting an RGB or web color.
Clipboard Ring Utility With Yahoo Messenger Alert Like Popup Window.
5/15/2012 6:30:18 PM.
An article to illustrate the use of windows clipboard via a clipboard ring utility. It also illustrates yahoo messenger like popup alert feature.
Installing an Assembly: Part II Using the Global Cache
5/15/2012 5:05:10 PM.
This article explains installing an Assembly using the Global Cache.
Functions Utility in jQuery
5/15/2012 4:48:29 PM.
In this article we are going to discuss about the utility of functions in jQuery and how they are used to invoke the jQuery features.
Build a Simple Watermarking Utility in C#
5/15/2012 4:33:06 PM.
This article shall describe an approach to building a simple watermarking utility that may be used to add watermarks to any supported image file format. The resulting application shall permit the user to open any supported image file format into a scrollable picture box.
Extending SharePoint STSADM Command Line Utility
8/9/2011 1:39:46 PM.
This article desribes how we can extend the SharePoint Stsadm utility.
How to redirect to the SharePoint Success or Error Message page
3/16/2011 5:02:06 AM.
In this article we will be seeing how to redirect to the SharePoint Success or Error message page.
Windows Mobile Utility on the Move, (Works For Indian Region only)
3/3/2011 12:14:50 PM.
This application can be used by any user to search the STD Code, Mobile operators circle easily throughout India. It's a very handy application which runs on Windows Mobile 6.1 & 6.5 professional devices.
Utilizing COBOL Property in C#
3/12/2010 1:16:12 AM.
In another article we discussed the use of creating a COBOL interface class to interact between your existing COBOL applications and the languages in the .NET Framework. This article will review a new option for exposing those assets via the use of Properties.
Tools and Utilities in the .NET Framework
11/11/2009 12:04:03 AM.
In this article I will explain about the tools and utilities in the .NET Framework.
Automatic SQL Server Backup Utility using Sqlserver Agent
6/27/2009 2:59:00 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 2000.
User Management Utility for Web Form Authentication.
6/25/2009 3:08:24 AM.
This article deals with the management of user login and password information for a Forms Authentication in ASP.NET.
Five step of how to use logging utility in your projects using application blocks
6/3/2009 1:10:49 AM.
It's new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.
Line Count Utility
5/28/2009 12:25:56 AM.
Program returns count of code lines and file names in which code lines will be counted.
Redhotqlue C# ArrayObject
5/20/2009 1:59:10 AM.
Unlike Visual Basic the C# language does not provide a standard mechanism for re-dimensioning (resizing) arrays. This component provides that additional functionality for arrays created in C#.
Silverlight 2 use ADO.NET Data Services to access data
7/22/2008 2:34:30 PM.
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.