Mathy's Blog
Sharing My Industry Experiences and Views
Pages
(Move to ...)
Home
▼
Sunday, July 14, 2019
What is Good Code?
›
Below are some of the key techniques for writing a good piece of code I have learnt over the years: The code written should be orga...
Friday, March 1, 2019
How to run an open space event
›
https://drive.google.com/open?id=1Y8-ZJTfeBOmIJwE58nuF-qu2UXPzhklx Reference : Transition Network.org
Monday, January 14, 2019
Write Cleaner Code C#
›
Some of the C# features that will help you write cleaner code 1. Initialize Constructor Common way class BLWriteCleanerCod...
Saturday, May 7, 2016
Apply group by clause on Datatable in Vb.net
›
'create data table Dim dtExpensesType As New DataTable dtExpensesType.Columns.Add( "country...
1 comment:
Friday, May 6, 2016
Working with image in Vb.net (Re-size image, Crop image, Compress Image)
›
Re-size Image Private Function ResizeImage( ByRef image As Image , _ ByVal size As Size...
3 comments:
›
Home
View web version