Skip to content

Commit

Permalink
code: add the agenda page
Browse files Browse the repository at this point in the history
  • Loading branch information
djoufson committed Jan 8, 2025
1 parent 5c1fc9b commit d3a8d79
Showing 1 changed file with 65 additions and 7 deletions.
72 changes: 65 additions & 7 deletions app/Components/Pages/NET.Conf/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -311,26 +311,84 @@
new(
"Développer une application web moderne avec Python et .NET : Une approche hybride pour les développeurs web",
null,
[ new Speaker("Tech Community", "Tech Community", "", null, null, null)],
new TimeOnly(12, 45),
[ new Speaker("Johanna Felicia", "Software Engineer", "", null, null, null)],
new TimeOnly(13, 00),
SessionType.Advertisement, Room.Microsoft),
new TimeOnly(13, 30),
SessionType.Talk, Room.Microsoft),
new(
"Overview of Microsoft AI solutions",
null,
[ new Speaker("Kana Azeuko Sherelle", "Machine Learning Engineer", "", null, null, null)],
new TimeOnly(13, 30),
new TimeOnly(14, 00),
SessionType.Talk, Room.Microsoft),
];

private Session[] DotnetSessions = [
new(
"Microsoft Power BI - Initiation à Power BI : Exploration des données et création de tableaux de bord interactifs",
"Keynote",
null,
[ new Speaker("BITÉE Méryl", "Ing @ ARII, Architecte des Technologies du Numériques", "", null, null, null)],
[ new Speaker("Doriane Mangamtcheuth", "Analyste M365 | Power Platform | Microsoft Dynamics 365", "", null, null, null)],
new TimeOnly(10, 00),
new TimeOnly(10, 30),
SessionType.Keynote, Room.Dotnet),
new(
"Deploy .NET Aspire app to Kubernetes using Azure DevOps pipelines",
null,
[ new Speaker("Vahid Farahmandian", "CEO of Spoota Co", "", null, null, null)],
new TimeOnly(10, 30),
new TimeOnly(11, 00),
SessionType.Talk, Room.Dotnet),
new(
"CODEC",
null,
[ new Speaker("CODEC", "CODEC", "", null, null, null)],
new TimeOnly(11, 00),
new TimeOnly(11, 15),
SessionType.Advertisement, Room.Dotnet),
new(
"Moderniser son architecture avec .NET et Azure",
null,
[ new Speaker("NTONGA Franck Loïc", "DevOps Engineer", "", null, null, null)],
new TimeOnly(11, 15),
new TimeOnly(11, 45),
SessionType.Talk, Room.Dotnet),
new(
"Pourquoi choisir .NET 9 en 2025: Fonctionnalités, Avantages et Innovations",
null,
[ new Speaker("Djoufson Che", "Software Engineer @ L'Agence Digitale", "", null, null, null)],
new TimeOnly(11, 45),
new TimeOnly(12, 15),
SessionType.Talk, Room.Microsoft),
SessionType.Talk, Room.Dotnet),
new(
"Break",
null,
[ new Speaker("Break", "Break", "", null, null, null)],
new TimeOnly(12, 15),
new TimeOnly(12, 45),
SessionType.Break, Room.Microsoft)];
SessionType.Break, Room.Dotnet),
new(
"Tech Community",
null,
[ new Speaker("Examboot", "Examboot", "", null, null, null)],
new TimeOnly(12, 45),
new TimeOnly(13, 00),
SessionType.Advertisement, Room.Dotnet),
new(
"Le Domain-Driven Design du point de vue du client",
null,
[ new Speaker("Aguekeng Arolle", "Software Engineer @ RHOPEN LABS", "", null, null, null)],
new TimeOnly(13, 00),
new TimeOnly(13, 30),
SessionType.Talk, Room.Dotnet),
new(
"Cross-Platform Development Simplified: Building a Sync-Enabled To-Do App with .NET MAUI and Parse",
null,
[ new Speaker("Yvan Brunel", ".NET Developer", "", null, null, null)],
new TimeOnly(13, 30),
new TimeOnly(14, 00),
SessionType.Talk, Room.Dotnet),
];

private void ShowDotnetSessions()
{
Expand Down

0 comments on commit d3a8d79

Please sign in to comment.