Itamar
Itamar
CC#
Created by Itamar on 3/7/2024 in #help
Hey there I created a database with my ASP.net web api project earlier and now I want to recreate it
and I delete my database and created a new one and delete the migrations folder but suddenly when I try to recreate I am facing this error: Unable to create a 'DbContext' of type ''. The exception 'Object reference not set to an instance of an object.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728 If any1 one can try to help me please will much appreciated I can send image of datacontext and everything
2 replies
CC#
Created by Itamar on 6/30/2023 in #help
❔ guys please help me with AVL Trees
I have a project where I need to create a box object using a data structure that will be most efficent to store boxes insert, delete, search for exact match and if no exact match search for closest bigger > than searched box I am trying to use a AVLTree, That store another AVL tree in case there is duplicates and in the duplicated it should be sorted by Y instead of X in the main AVLtree I was wondering if there is a way to see it visualy instead of using debug very annoying to try and understand how is it sorted Tried to use Graphviz / Plant.net having problems can anyone help me with viewing it or help me to suggest the mst efficent data structure to use any help would be much appreciated
7 replies
CC#
Created by Itamar on 5/25/2023 in #help
❔ Hello I need some help with a recursion dirs & files tree in windows forms
21 replies