Search results for query: *

  1. J

    Where to keep authentication session state?

    The Solution of my application contains multiple projects. Project for the View and ViewModel layer (the UI layer). Contains (custom/user)controls, commands, converters. And it also contains "stores" that keep state of the application. Like classes for navigation state, session token when the...
  2. J

    Hierarchical ViewModels

    I've created a UserControl which is a Calendar. It's almost identical to the Outlook calendar. Multiple calendars can be placed adjacent to each other to compare them, als shown in the image. For viewing the calendar, the user can choose between a month view and a week view. The month view...
  3. J

    How to handle navigation between views

    I've got a main window that contains a grid of several child views. It looks like the folling: With child views, I mean the side menu, top bar that contains a logo, and the orange dashed rectangle. When clicking an item in de side navigation menu, the main window switches to the corresponding...
  4. J

    Question What database option to choose when there are many relations between tables? Entity Framework, ADO.NET, Linq to SQL...

    I'm working on a desktop application in C#, using WPF for the user interface. It's an inventory management system, and it handles a lot of relational data. For the database I use SQL Server. I wonder what technology is best suitable for when there are many database tables that are related to...
Back
Top Bottom