ASP.NET Core MVC: Import/Export CSV File November 30, 2020 I have previously created a simple C#.NET nuget library for importing/exporting CSV data from file using Datatable as a primary data stru...Read More
Friday Five: Azure Portal, C#.NET, More! November 27, 2020 Microsoft Technical Community Feature Blog Read More
C#.NET: How to check whether Time is AM November 27, 2020 Asmak9.EssentialToolKit library provides a rich method to check whether time is AM or not. Read More
C#.NET: How to Check Internet Status November 27, 2020 Asmak9.EssentialToolKit library provides a rich method to check whether internet is working or not. Read More
C#.NET: How to Get Total Years between Dates November 27, 2020 Asmak9.EssentialToolKit library provides a rich method to get total years between two dates. Read More
C#.NET: How to Get Total Months between Dates November 27, 2020 Asmak9.EssentialToolKit library provides a rich method to get total months between two dates. Read More
C#.NET: How to Get Total Days between Dates November 27, 2020 Asmak9.EssentialToolKit library provides a rich method to get total days between two dates. Read More
C#.NET: How to Get Time Duration November 26, 2020 Asmak9.EssentialToolKit library provides a rich method to get time duration. Read More
Visual Studio C#.NET: How to Get Application File Version November 25, 2020 Asmak9.EssentialToolKit library provides a rich method to get visual studio application file version. Read More
Visual Studio C#.NET: How to Get Application Configuration Settings November 20, 2020 Asmak9.EssentialToolKit library provides a rich method to get visual studio application configuration settings. Read More
Visual Studio C#.NET: How to Get Application Assembly Version November 16, 2020 Asmak9.EssentialToolKit library provides a rich method to get visual studio application assembly version. Read More
Friday Five: Power Automate Tips, Best Practices Analyzer, More! November 13, 2020 Microsoft Technical Community Feature Blog Read More
C#.NET: How to Get All MAC Addresses of the System November 13, 2020 Asmak9.EssentialToolKit library provides a rich method to get all MAC addresses of your system. Read More
C#.Net Core: Import/Export CSV Library November 12, 2020 I have previously created a simple C#.NET nuget library for importing/exporting CSV data using Datatable as a primary data structure. Now...Read More
C#.NET: How to Encode Content to Base64 November 12, 2020 Asmak9.EssentialToolKit library provides a rich method to encode input content to base64 string value. Read More
C#.NET: How to Decode String From Base64 November 11, 2020 Asmak9.EssentialToolKit library provides a rich method to decode string array of data from base64 encoded string input value. Read More
C#.NET: How to Decode Bytes From Base64 November 10, 2020 Asmak9.EssentialToolKit library provides a rich method to decode bytes array of data from base64 encoded string input value. Read More
C#.NET: How to convert TimeSpan to DateTime November 09, 2020 Asmak9.EssentialToolKit library provides a rich method to convert TimeSpan data structure into DateTime data structure. Read More
WPF: How to convert Text to BitmapImage November 04, 2020 Asmak9.EssentialToolKit library provides a rich method to convert text input into BitmapImage. Read More
C#.NET: How to convert Number to Comma Separated Notation November 02, 2020 Asmak9.EssentialToolKit library provides a rich method to convert Number into Number with Comma Separated Notation. Read More