Related resources for utility
  • NLOG New Utility For Smart Logging4/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
  • 10 JavaScript Array Methods Every Developer Should Know3/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
  • .NET Assemblies Ins and Out : Part III2/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 I2/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 II2/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
  • Line Count Utility9/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 Agent9/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 Tokens9/4/2023 3:38:17 PM. Explore the world of blockchain tokens! Discover the differences between governance and utility tokens in decentralized ecosystems.
  • 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.
  • Get User Roles With Webresource In Dynamics CRM6/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
  • 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 CRM3/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.NET9/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 Utility7/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 Utility6/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
  • ­­Coding Faster With The dotNetTips Utility - February 2021 Update1/29/2021 6:02:27 AM. In this article, you will learn the tips about ­­Coding Faster with the dotNetTips Utility: February 2021 Update.
  • Backup Utility In .Net12/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 .NET11/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.
  • Coding Faster With The dotNetTips Utility - November 2020 Update11/3/2020 10:29:29 PM. In this article, you will learn about coding Faster with the dotNetTips Utility.
  • CopySchema10/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
  • TranslateSQL10/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 Update9/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 Extensions8/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 Extensions6/24/2020 10:20:15 PM. In this article you will learn about coding faster with the dotNetTips Utility - StringBuilder Extensions.
  • Underscore.js: Working With Array Functions4/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.
  • Kotlin - Ranges8/16/2019 9:45:41 AM. In this article, you will learn about the concept of ranges in Kotlin
  • Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library1/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.
  • 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
  • Utility Functions Available In PnP Core JS8/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 Oracle8/18/2016 10:16:00 PM. In this article, you will learn about SQL Loader utility in Oracle.
  • Use SQLCMD Utility In SQL Server5/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 Three5/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 JavaScript4/26/2016 10:34:08 AM. In this article you will learn how to export to Word Utility in SharePoint 2013/ Online using JavaScript.
  • Image Gallery Utility For Dynamics CRM 10/31/2015 11:43:14 AM. This article is about image gallery utility for Dynamics CRM.
  • Schema Compare Using Visual Studio6/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.
  • Show All Utility and Their Details in WPF11/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 Purposes3/23/2014 2:29:28 PM. This article shows how to create and use a self-signed certificate for development purposes.
  • Create Custom UI Forms Part of the QTP Test Automation Frameworks Using .Net Factory Utility8/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.
  • Installing and Deploying Web Part Solutions Using Stsadm Utility in SharePoint3/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 App1/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 Utility12/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 211/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.NET11/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 Utility11/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.NET11/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.NET11/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.NET11/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 Plugins11/7/2012 4:35:57 AM. In this article I would like to introduce Squadron - a SharePoint 2010 Utility Plugins application.
  • Image Mapping Utility10/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 Utility10/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 19/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 Permissions5/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 Utility5/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.
  • Functions Utility in jQuery5/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 Utility8/9/2011 1:39:46 PM. This article desribes how we can extend the SharePoint Stsadm utility.
  • 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.
  • 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 blocks6/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.
  • SQL Server backup utility using VB.Net and SQL-DMO2/5/2008 1:31:10 AM. This article allows you to take backup of any SQL Server database using SQL-DMO library. It allows you to take backup of selected tables, views or stored procedure.
  • XML Pathfinder - Sample C# Utility to Study XML Paths and XPath Queries2/5/2008 1:02:19 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.
  • User Management Utility for Web Form Authentication1/30/2007 7:32:00 AM. This article deals with the management of user login and password information for a Forms Authentication in ASP.NET.
  • FTP Client Utility 9/1/2006 5:39:28 AM. This is an FTP Client Utility to transfer Files and directories between hosts. It provides the casic FTP features and also some advanced features like uploading directories with the subdirectories and deleting directories with the subdirectories.
  • A Simple C# Utility to Help You Invent Names8/30/2006 6:59:11 AM. I wrote this simple console utility to help me think of a new name for a project I was launching.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
  • Virchk.cs: A C# file Scan Utility for Generating MD5 Signature Footprints2/5/2006 11:53:59 PM. Virchk.cs is a file scanner utility, which traverses the files in a directory and all it's sub directories, to generate a MD5 hash signature footprint of the targeted extensions file.
  • ProTracker v1.0 : A Process Tracking Utility1/2/2006 12:44:02 AM. ProTracker is a process tracking utility similar to Windows NT Task Manager's Processes tab window.
  • Ping Utility in C#1/2/2006 12:27:13 AM. Ping is a very useful utility used to determine the speed of a Network Connection. It establishes a socket connection with the given hostname and sends a Data Packet using ICMP Protocol.
  • Trace Utility to Trace IP Packet Path12/27/2005 12:10:08 AM. Trace utility traces the path of an IP packet. To understand the process, its important to understand ICMP protocol we are going to use for this purpose.
  • Business Card Designer Using C#12/26/2005 11:28:19 PM. For those of you that don't want to go out and buy a fancy business card utility, this article may prove to be just the trick for designing easy colorful business cards.
  • Hex Colors in C#12/26/2005 5:07:27 AM. Currently I am developing a shareware application for generating image galleries for the web. There is a template engine built in that allows the user to specify colors as hexadecimal values, plus many other features.
  • Line numbering utility in C# and Java12/22/2005 3:56:09 AM. After reading this article Java programmers should be able to decipher and de-jargonize the .NET architecture and relate it with the proposed ECMA standard.
  • Line Numbering Utility in C# and Java12/17/2005 4:20:54 AM. This is the first of the series of programs I wish to write to help myself get a handle on C#.
  • Application Data Utility Class12/16/2005 3:57:24 AM. Attached is a ZIP file containing the source-code and compiled DLL of the "Application Data Utility Class".
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download