Click here to Skip to main content
15,867,453 members
Home / Discussions / Free Tools
   

Free Tools

This forum is for discussing and recommending Free tools for software development. Please post direct links to tools, and not just links to pages that review or list tools.No shareware and no commercial products allowed. Please report spammers by voting to remove their messages and reporting their accounts.

 
Generaldebug method helper (DMH) Extension for Visual Studio Pin
Balaji 356-Sep-20 5:25
professionalBalaji 356-Sep-20 5:25 
GeneralWordpress to html software, So I can code it freely (live option?) Pin
Dr3am'R6-Sep-20 4:45
Dr3am'R6-Sep-20 4:45 
AnswerRe: Wordpress to html software, So I can code it freely (live option?) Pin
OriginalGriff6-Sep-20 4:49
mveOriginalGriff6-Sep-20 4:49 
GeneralRe: Wordpress to html software, So I can code it freely (live option?) Pin
vic11con3-Jun-21 2:36
vic11con3-Jun-21 2:36 
GeneralMessage Removed Pin
28-Aug-20 2:57
Jim.Developer28-Aug-20 2:57 
GeneralPrecise Calculator Pin
Bassam Abdul-Baki29-Jul-20 7:27
professionalBassam Abdul-Baki29-Jul-20 7:27 
GeneralStretchly Pin
Kevin McFarlane24-Jul-20 5:49
Kevin McFarlane24-Jul-20 5:49 
GeneralJLogger Update (1.1.2) Pin
MSBassSinger20-Jul-20 11:09
professionalMSBassSinger20-Jul-20 11:09 
I update my logging NuGet package. It is free to use, and has free support by email.

The NuGet package is at NuGet Gallery | Jeff.Jones.JLogger 1.1.2[^]
The publicly available demo code and documentation is located at GitHub - MSBassSinger/JLogger_Demo: Demo of how to use the JLogger NuGet package[^]

Features:
- Made for simplicity, multi-threaded .NET (Framework or Core) applications. Targeted to .NEDT Standard 2.0
- Creates logs to a file (tab delimited that can be opened in Excel)
- Creates logs to a SQL Server table (T-SQL code provided for table and stored procedures)
- Option for SQL Server to audit changes to the log table
- High throughput (file or DB writes are handled on a separate thread in the background)
- User defined log fields (in addition to a number of fixed log fields
- Log retention is user settable
- Optional email sent, specified per log entry.

Sample log entries (UDF 1 and UDF 2 are user defined columns; column names can be anything the programmer sets):
Time	Log Type	Message	Addtl Info	Entity Name	Device	Exception Data	Stack Info	Module	Method	Line No.	ThreadID	UDF 1	UDF 2
19:42:56.731	StartupShutdown	Default Debug Options Bitset Value: [000A18CA].		Unit Tests	JJONES-DEV				CreateDebugLogFile	0	1		
19:42:58.929	Informational	Initial Log entry		Log Testers Anonymous				frmMain.cs	btnRunTest_Click	350	1		
19:42:58.945	Error	Type: [Error] - Attempted to divide by zero.; Source=[LoggingDemo]	Division by zero was intentional	Log Testers Anonymous	JJONES-DEV	[Exception Data:] [x]=[100]; [y]=[0]; 	N/A	frmMain	Void TestMethod(Int32)	464	12	Sample value for UDF 1.	Sample value for UDF 2.
19:42:58.955	Error, SendEmail	Type: [Error, SendEmail] - Attempted to divide by zero.; Source=[LoggingDemo]	Division by zero was intentional	Log Testers Anonymous	JJONES-DEV	[Exception Data:] [x]=[100]; [y]=[0]; 	N/A	frmMain	Void TestMethod(Int32)	464	1	Sample value for UDF 1.	Sample value for UDF 2.
19:42:58.957	StartupShutdown	Last line in the log	This denotes the last log entry for the logging session.	Log Testers Anonymous	JJONES-DEV	N/A	N/A	Logger	Boolean StopLog()	23	1		


If you have any questions, please let me know.

modified 21-Jul-20 10:24am.

GeneralXml Notepad 2007 Pin
Gerry Schmitz15-Jul-20 9:10
mveGerry Schmitz15-Jul-20 9:10 
GeneralRe: Xml Notepad 2007 Pin
Richard Deeming15-Jul-20 23:31
mveRichard Deeming15-Jul-20 23:31 
GeneralRe: Xml Notepad 2007 Pin
Gerry Schmitz16-Jul-20 3:11
mveGerry Schmitz16-Jul-20 3:11 
GeneralRe: Xml Notepad 2007 Pin
Richard Deeming16-Jul-20 3:12
mveRichard Deeming16-Jul-20 3:12 
GeneralRe: Xml Notepad 2007 Pin
Gerry Schmitz16-Jul-20 3:26
mveGerry Schmitz16-Jul-20 3:26 
GeneralRe: Xml Notepad 2007 Pin
jasa konstruksi bangunan28-May-21 3:55
jasa konstruksi bangunan28-May-21 3:55 
GeneralDock pane manager question Pin
Leif Simon Goodwin6-Jun-20 0:26
Leif Simon Goodwin6-Jun-20 0:26 
GeneralRe: Dock pane manager question Pin
Eddy Vluggen6-Jun-20 6:40
professionalEddy Vluggen6-Jun-20 6:40 
GeneralRe: Dock pane manager question Pin
Leif Simon Goodwin9-Jun-20 0:25
Leif Simon Goodwin9-Jun-20 0:25 
QuestionA Win32 console app version of DOS edit.com? Pin
markrlondon7-May-20 23:49
markrlondon7-May-20 23:49 
GeneralRe: A Win32 console app version of DOS edit.com? Pin
markrlondon12-May-20 7:01
markrlondon12-May-20 7:01 
AnswerRe: A Win32 console app version of DOS edit.com? Pin
markrlondon22-May-20 10:52
markrlondon22-May-20 10:52 
AnswerRe: A Win32 console app version of DOS edit.com? Pin
markrlondon17-Sep-23 10:48
markrlondon17-Sep-23 10:48 
General.NET Standard Helper Library - JHelpers Pin
MSBassSinger5-May-20 11:08
professionalMSBassSinger5-May-20 11:08 
GeneralRe: .NET Standard Helper Library - JHelpers Pin
Richard Deeming6-May-20 0:48
mveRichard Deeming6-May-20 0:48 
GeneralRe: .NET Standard Helper Library - JHelpers Pin
MSBassSinger6-May-20 3:30
professionalMSBassSinger6-May-20 3:30 
GeneralRe: .NET Standard Helper Library - JHelpers Pin
Richard MacCutchan6-May-20 5:12
mveRichard MacCutchan6-May-20 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.