Form User Interface: *************** using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WinFormAppN_TierArchitecture.BLL { public class EmployeeHelper { public static void SaveErrorLog( Exception ex) { string fileName = Environment .CurrentDirectory + "\\ERROR_" + Guid .NewGuid() + ".txt" ; File .WriteAllText(fileName, ex.ToString()); } } } *************** using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WinFormAppN_TierArchitecture.BLL { public static class EmployeeConverter { #regi...
Solution Architect | Umbraco Certified Master | Umbraco MVPx3 | Certified ScrumMaster
"Anyone can cook, but only the fearless can be great." Ratatouille