Tech Talks
Pages
(Move to ...)
Home
Contact
About Me
▼
Sunday, October 01, 2023
Formatting date and time in Rust
›
There are different ways of formatting date and time in Rust using external crates. But I prefer to use the chrono crate . In order to use t...
Monday, March 16, 2015
SQL Formatting and more with SQL Pretty Printer
›
Formatting SQL statements, for improving code readability, and maintainability when the SQL statement is changed , or when fields are add...
Tuesday, June 24, 2014
Visualize your goals with Goalscape
›
Setting goals in life is mandatory for all of us. Though, we can chalk out plans and work towards achieving them, we still don’t get the ...
Sunday, April 27, 2014
Displaying the column names for MS Project in C#
›
Whilst, MSDN provides a very updated and informative developer reference for MS Office suite in general; it seems to have missed out the...
Saturday, May 04, 2013
Analayze your code with Ndepend
›
Ndepend is a static code analyzer for .NET projects. It performs analysis of the project codebase; and provides metrics, graphs and repo...
›
Home
View web version