As mentioned in other posts about Docker, Docker is talk of the town. Docker is a containerization platform which fully lives up to it's motto - "Build, Ship, and Run Any App, Anywhere".
Docker containers provides an additional layer of abstraction on top of virtual machines we're familiar with. Simply put, Docker is a tool that can package an application and it's dependencies in a virtual...
Wednesday, November 15, 2017
C# code sample calculating US Holidays List for a given year programmatically
C# code sample to calculate US holidays list for any given year programmatically. All these holidays occur on a specific week in a month of year.
MLK Day
President's Day
Memorial Day
Labor Day
Columbus Day
Thanksgiving Day
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
using...
Docker commands cheat sheet
Welcome to world of Docker. Docker is such a blessing for DevOps folks and processes. We still remember days when world is amazed by virtual machines. Oh, I can spin off multiple virtual OSes running on host windows. Virtual machines indeed solved some of the problems. However, they're clunky, heavy in size.
Docker took us to another granular level of containers & images much thinner then virtual...
Popular Outlook keyboard shortcuts cheat sheet
We're a big fan of Office 365 Outlook or for that matter, MS office suite. World comes to a stand still moment MS Office disappears from planet earth. This is true no exaggeration. Business world runs on Excel, Word and Outlook.
Outlook is still one of the leaders for emailing in the corporate world. Knowing some of keyboard shortcuts for Outlook can make your life little easy.
P.S. Following...
Visual studio 2017 keyboard shortcuts one page cheat sheet
Visual Studio 2017 has ton of keyboard shortcuts. It is overwhelmingly large. But, we very frequently use small percentage of them on a daily basis.
Being familiar with important keyboard shortcuts makes you a ninja programmer and added bonus improved productivity levels. Programming world loves keyboard so much. GUI is for kids.
Visual Studio 2017 popular keyboard shortcuts
RESHARPER...