Click here to Skip to main content
15,884,388 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.

 
GeneralRe: More.Windows.Forms library 1.1 Pin
Tomaž Štih22-Feb-21 0:13
Tomaž Štih22-Feb-21 0:13 
QuestionSimplify coding replace issue Pin
mininja213111-Jan-21 3:12
mininja213111-Jan-21 3:12 
AnswerRe: Simplify coding replace issue Pin
Richard MacCutchan11-Jan-21 3:19
mveRichard MacCutchan11-Jan-21 3:19 
GeneralRe: Simplify coding replace issue Pin
mininja213111-Jan-21 3:37
mininja213111-Jan-21 3:37 
GeneralRe: Simplify coding replace issue Pin
Richard MacCutchan11-Jan-21 3:47
mveRichard MacCutchan11-Jan-21 3:47 
AnswerRe: Simplify coding replace issue Pin
Nelek15-Jan-21 7:55
protectorNelek15-Jan-21 7:55 
GeneralMulti-Account Container - Firefox extension Pin
Richard Deeming1-Dec-20 23:41
mveRichard Deeming1-Dec-20 23:41 
GeneralMessage Removed Pin
30-Nov-20 22:41
SasShara30-Nov-20 22:41 
AnswerAnimation Tools Pin
thatraja17-Nov-20 7:47
professionalthatraja17-Nov-20 7:47 
GeneralMessage Closed Pin
3-Jan-21 22:20
Jerigo3-Jan-21 22:20 
GeneralRe: Animation Tools Pin
thatraja4-Jan-21 3:37
professionalthatraja4-Jan-21 3:37 
GeneralHash Check Pin
Nelek11-Sep-20 12:06
protectorNelek11-Sep-20 12:06 
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 

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.