Creating a custom error handling class for logging errors in ASP .NET can reduce the amount of code needed to log errors in each of your pages or functions. By using my custom class, I reduced the cod… more →
Ellefson Consulting's Blogtibileo wrote 2 months ago: Very simple: public static void WriteLog(String logFileName, String msg) … more →
Jacek Spólnik wrote 6 months ago: Text Files StreamReader, StreamWriter, main methods: ReadLine(), WriteLine() FileInfo sourceFile = n … more →
simplelifeuk wrote 6 months ago: Recently, I had a chance to refactor codes for a system that sends a file to DreamMail. Because we d … more →
udhaya47 wrote 7 months ago: using (System.IO.StreamWriter file = new System.IO.StreamWriter(@”C:\Sample.txt”, true)) … more →
firegemini wrote 9 months ago: Creating a custom error handling class for logging errors in ASP .NET can reduce the amount of code … more →
Garbage Collector wrote 1 year ago: Console Application using System; using System.Collections.Generic; using System.Text; using System. … more →