Monthly Progress with Fitbit Charge 2 – November 2017

My Profile

Days Steps Floors Miles Calories Minutes
1 8595 2 3.5 1929 68
2 10933 15 4.68 1901 69
3 12487 28 5.34 1980 79
4 13958 7 5.63 2402 116
5 13193 1 5.33 2369 65
6 10909 10 4.72 2024 66
7 12199 20 5.25 1962 68
8 8691 23 3.55 1838 47
9 6686 1 2.7 1724 23
10 18476 19 7.62 2773 202
11 26704 36 1106 3087 115
12 8427 5 3.4 1939 13
13 7360 4 2.97 1841 30
14 15589 33 6.54 2131 87
15 12154 29 4.82 2100 53
16 6347 3 2.38 1801 50
17 11077 12 4.55 1905 61
18 37164 68 15.41 3593 348
19 9964 11 4.02 2163 18
20 4027 2 1.63 1608 0
21 3703 3 1.5 1588 0
22
23
24
25
26
27
28
29
30

So far my best day was 18th November with 37164 steps, I need to break this record asap.

Windows 10 Cheatsheet

Command Prompts

Shutdown /? and Press ENTER gives you options

Shutdown /r exits Windows (prompting you to save any open files) and then restarts

Shutdown /h to hibernate the local computer

Shutdown /s /fw – This option performs a full shutdown, and then opens the UEFI firmware configuration interface as part of the next startup.

Shutdown /r /o – Use this combination of switches to restart and display the advanced boot options menu

 

Entity Framework

Entity framework support the development of data-oriented software applications. It enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is stored. Entity framework can be installed on .NET Framework version 3.5 SP1 above. In simple terms it is about writing model as part of your business design process and create the database from that model.
Entity framework supports Model First, Code First and Database First design approaches.

Model First Approach
– provides the option to create entities and relationships directly on the design interface of the EDMX and then execute it. An architect uses the Model First approach when designing the database and the object model at the same time with Entity Designer in Microsoft Visual Studio.
Code First Approach
– domain driven development, creating class instead of tables in the database. A process in which the development team writes the plain old CLR object (POCO) classes,
and the Code First generator builds the database from those classes. Doing this enables the development team to design the object structure, in code, that bests suits their application
and generate the database from that design. The conceptual model is mapped to the storage model in code.
Database Design Approach
– upgrading or conversion of database which enables you to continue using the existing structure with no impact on the database

Model First and Code First are both strongest in the creation of the initial database schema.

 

Getting IPHONE X (10)

After placing an online order for 3 weeks finally on monday 11/20/2017 the IPHONE package was delivered by UPS. Super excited with my new IPHONE.
Shipment path:
ZhengZhou, China -> Anchorage, AK, USA -> Louisville, KY, United States -> Mather, CA, United States -> Rocklin, CA, United States -> ROSEVILLE, CA, US

I must say UPS did an awesome job with accuracy to deliver the package on time without any delay. I reached home just in time to receive my new phone.