microsoft / Windows-appsample-customers-orders-database
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 57
  • Daily file updates (only one update per file and date counted): 210
  • First update: 2016-09-30
  • Latest update: 2021-08-11
  • Days between first and latest update: 1777 (253 weeks, estimated 1265 working days)
  • Active days (at least one file change): 70
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 57 files with 4,502 lines of code in files.
    • 57 files that are 366+ days old (4,502 lines of code)
    • 0 files that are 181-365 days old (0 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
100% | 0% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 57 files with 4,502 lines of code in files.
    • 33 files have been last changed 366+ days ago (1,147 lines of code)
    • 21 files have been last changed 181-365 days ago (2,539 lines of code)
    • 3 files have been last changed 91-180 days ago (816 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
25% | 56% | 18% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
cs, xaml, csproj, json, md, txt, gitignore, xml
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
cs100% | 0% | 0% | 0% | 0%
xaml100% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
cs40% | 54% | 4% | 0% | 0%
xaml0% | 58% | 41% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
ContosoApp/Views100% | 0% | 0% | 0% | 0%
ContosoApp/ViewModels100% | 0% | 0% | 0% | 0%
ContosoApp100% | 0% | 0% | 0% | 0%
ContosoApp/UserControls100% | 0% | 0% | 0% | 0%
ContosoRepository/Sql100% | 0% | 0% | 0% | 0%
ContosoService/Controllers100% | 0% | 0% | 0% | 0%
ContosoRepository/Rest100% | 0% | 0% | 0% | 0%
ContosoModels100% | 0% | 0% | 0% | 0%
ContosoRepository100% | 0% | 0% | 0% | 0%
ContosoService100% | 0% | 0% | 0% | 0%
ContosoApp/Properties100% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
ContosoApp/ViewModels32% | 55% | 11% | 0% | 0%
ContosoService/Controllers100% | 0% | 0% | 0% | 0%
ContosoRepository/Rest100% | 0% | 0% | 0% | 0%
ContosoRepository/Sql50% | 49% | 0% | 0% | 0%
ContosoApp/Views4% | 66% | 28% | 0% | 0%
ContosoModels57% | 42% | 0% | 0% | 0%
ContosoApp19% | 47% | 32% | 0% | 0%
ContosoRepository100% | 0% | 0% | 0% | 0%
ContosoService100% | 0% | 0% | 0% | 0%
ContosoApp/UserControls4% | 95% | 0% | 0% | 0%
ContosoApp/Properties100% | 0% | 0% | 0% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
xaml
OrderDetailPage.xaml
in ContosoApp/Views
588 - 175 1928 19
xaml
CustomerDetailPage.xaml
in ContosoApp/Views
306 - 182 1928 21
xaml
OrderListPage.xaml
in ContosoApp/Views
255 - 186 1928 18
OrderDetailPage.xaml.cs
in ContosoApp/Views
174 10 193 1928 10
xaml
CustomerListPage.xaml
in ContosoApp/Views
146 - 186 1928 21
CustomerListPage.xaml.cs
in ContosoApp/Views
146 10 186 1928 15
CustomerDetailPage.xaml.cs
in ContosoApp/Views
119 7 192 1928 14
xaml
AppShell.xaml
in ContosoApp
109 - 175 1928 17
OrderListPage.xaml.cs
in ContosoApp/Views
103 7 193 1928 10
CollapsibleSearchBox.xaml.cs
in ContosoApp/UserControls
102 12 192 1928 9
xaml
CollapsibleSearchBox.xaml
in ContosoApp/UserControls
88 - 192 1928 7
xaml
AuthenticationControl.xaml
in ContosoApp/UserControls
83 - 205 1928 8
xaml
App.xaml
in ContosoApp
43 - 193 1928 10
CustomerViewModel.cs
in ContosoApp/ViewModels
199 6 192 1825 11
OrderController.cs
in ContosoService/Controllers
76 7 1511 1825 7
CustomerController.cs
in ContosoService/Controllers
59 6 1511 1825 7
ProductController.cs
in ContosoService/Controllers
51 4 1511 1825 7
Customer.cs
in ContosoModels
21 - 1217 1825 6
SaveChangesDialog.xaml.cs
in ContosoApp/Views
34 4 206 1818 5
OrderListPageViewModel.cs
in ContosoApp/ViewModels
119 5 175 1795 12
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
DbObject.cs
in ContosoModels
8 - 1511 1571 2
Constants.cs
in ContosoRepository
10 - 1511 1566 2
IContosoRepository.cs
in ContosoRepository
11 - 1511 1585 4
IProductRepository.cs
in ContosoRepository
12 - 1511 1585 4
AssemblyInfo.cs
in ContosoApp/Properties
13 - 1511 1616 4
ICustomerRepository.cs
in ContosoRepository
14 - 1511 1585 4
Product.cs
in ContosoModels
14 - 1511 1571 2
LineItem.cs
in ContosoModels
14 - 1511 1571 2
ContosoContext.cs
in ContosoRepository/Sql
15 1 1511 1585 4
IOrderRepository.cs
in ContosoRepository
15 - 1511 1585 4
RestContosoRepository.cs
in ContosoRepository/Rest
16 1 1511 1572 3
Program.cs
in ContosoService
17 1 1511 1616 4
RestProductRepository.cs
in ContosoRepository/Rest
21 1 1511 1585 4
SqlContosoRepository.cs
in ContosoRepository/Sql
25 1 1511 1572 3
RestCustomerRepository.cs
in ContosoRepository/Rest
26 1 1511 1585 4
RestOrderRepository.cs
in ContosoRepository/Rest
28 1 1511 1585 4
ProductController.cs
in ContosoService/Controllers
51 4 1511 1825 7
CustomerController.cs
in ContosoService/Controllers
59 6 1511 1825 7
OrderController.cs
in ContosoService/Controllers
76 7 1511 1825 7
Constants.cs
in ContosoModels
12 - 1414 1616 4
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
OrderViewModel.cs
in ContosoApp/ViewModels
321 11 192 1203 3
LineItemViewModel.cs
in ContosoApp/ViewModels
34 - 1203 1203 1
Exceptions.cs
in ContosoApp/ViewModels
30 6 1203 1203 1
MainViewModel.cs
in ContosoApp/ViewModels
59 2 192 1217 2
DataGridHelper.cs
in ContosoApp/Views
40 2 1203 1230 2
Converters.cs
in ContosoApp/ViewModels
16 - 1203 1230 3
xaml
SettingsPage.xaml
in ContosoApp/Views
57 - 206 1557 9
SettingsPage.xaml.cs
in ContosoApp/Views
49 5 1217 1557 9
Constants.cs
in ContosoRepository
10 - 1511 1566 2
Order.cs
in ContosoModels
51 2 203 1571 5
BindableBase.cs
in ContosoApp/ViewModels
23 1 1230 1571 3
xaml
SaveChangesDialog.xaml
in ContosoApp/Views
20 - 193 1571 6
LineItem.cs
in ContosoModels
14 - 1511 1571 2
Product.cs
in ContosoModels
14 - 1511 1571 2
AuthenticationControl.xaml.cs
in ContosoApp/UserControls
13 1 1230 1571 3
DbObject.cs
in ContosoModels
8 - 1511 1571 2
SqlContosoRepository.cs
in ContosoRepository/Sql
25 1 1511 1572 3
RestContosoRepository.cs
in ContosoRepository/Rest
16 1 1511 1572 3
SqlOrderRepository.cs
in ContosoRepository/Sql
80 3 1230 1585 5
SqlCustomerRepository.cs
in ContosoRepository/Sql
76 4 186 1585 6
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
xaml
OrderDetailPage.xaml
in ContosoApp/Views
588 - 175 1928 19
OrderListPageViewModel.cs
in ContosoApp/ViewModels
119 5 175 1795 12
xaml
AppShell.xaml
in ContosoApp
109 - 175 1928 17
xaml
CustomerDetailPage.xaml
in ContosoApp/Views
306 - 182 1928 21
xaml
OrderListPage.xaml
in ContosoApp/Views
255 - 186 1928 18
xaml
CustomerListPage.xaml
in ContosoApp/Views
146 - 186 1928 21
CustomerListPage.xaml.cs
in ContosoApp/Views
146 10 186 1928 15
SqlCustomerRepository.cs
in ContosoRepository/Sql
76 4 186 1585 6
SqlProductRepository.cs
in ContosoRepository/Sql
43 2 186 1585 6
AppShell.xaml.cs
in ContosoApp
114 5 187 1616 12
OrderViewModel.cs
in ContosoApp/ViewModels
321 11 192 1203 3
CustomerViewModel.cs
in ContosoApp/ViewModels
199 6 192 1825 11
CustomerDetailPage.xaml.cs
in ContosoApp/Views
119 7 192 1928 14
CollapsibleSearchBox.xaml.cs
in ContosoApp/UserControls
102 12 192 1928 9
xaml
CollapsibleSearchBox.xaml
in ContosoApp/UserControls
88 - 192 1928 7
MainViewModel.cs
in ContosoApp/ViewModels
59 2 192 1217 2
OrderDetailPage.xaml.cs
in ContosoApp/Views
174 10 193 1928 10
OrderListPage.xaml.cs
in ContosoApp/Views
103 7 193 1928 10
xaml
App.xaml
in ContosoApp
43 - 193 1928 10
xaml
SaveChangesDialog.xaml
in ContosoApp/Views
20 - 193 1571 6