Aaron I
Aaron I
CC#
Created by Aaron I on 10/26/2023 in #help
✅ Caching with IMemoryCache, is there a difference?
nvm
2 replies
CC#
Created by therevitsaver on 9/28/2023 in #help
❔ Learning C#
Find any course that you would like, what I mean is that you should watch the first 3-5 min and decide whether the way they're explaining suites you. Since I learned C# late into my studies I would suggest making sure they're covering basic computer science as well and object oriented principles, here's some that you might heard of: Recursion, Simple logic, Inheritance, Polymorphism, Generics... Many learn languages, don't learn those and get stuck with knowing a language without a use. I didn't do the certification you mentioned but I do know that MS has great documentation, so wouldn't be surprised if their course is good too.
6 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
Well it's can be used I wouldn't use it myself, I'm building it for the sake of showcasing. I can send you the repo privately if you want to examine it and tell me your opinion/ suggetion
20 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
Well I though so but each service is only concerned with one entity/ model, it's when it comes to their relations with other entities that I need an access.
20 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
I can send you the repository privately if you want to look at the exact code I'm talking about
20 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
I see, would you consider that sharing the services themselves is a good practice? Sometimes in order to add a post you need the blog instance in-order to add the reference to it.
20 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
Just noticed that the relationship between the I#Service and IAppService are pointing the wrong way
20 replies
CC#
Created by Aaron I on 9/27/2023 in #help
❔ Services becoming dependent on each-other, possible solution, opinions?
Thanks to anyone who helps! didn't have more characters left to say blushowo
20 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
I think I have an idea just need to test it, It would be a record which be held within the event and nullable, depending on it features it would contain data, but it wouldn't update just hold the regular time stamps it occurs in, if it's one time it'll contain a full DateTime
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
Oh you mean like this. Well it is a server.
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
Well, it is not on demand and it is not running 24/7. It's more of a record-house with extra capabilities and actions in its domain. With such events they're not reoccurring on demand but rather just live inside the schedule of the user within the time context that he defined them. He can go back and see them and go forward and see them in his schedule. They're not different, they're the same events (such as lessons, meetings, briefs, etc). What made this a bit more complicated is to introduce "one-time" feature.
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
Well, I'd look what I can do with it. Helped a lot, thank you as always!
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
I see, well thanks I didn't expect this. Just to make sure I understand the intentions behind this impl: 1. Occurrences are made when queried (from memory) 2. I assume you just didn't include it but when initiating an event(from db or a new one entirely) we'll update the first occurrence to match todays date 3. It wouldn't work if we need to get a record of old occurrences?
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
or anything in that time stamp
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
We'll I have another system for it, and its not exactly a lesson. But if you have an exceptional time stamp, it wouldn't request additional data about that time, so the client isn't seeing the reoccurrance
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
This is why I used first this struct:
DayOfWeek Day { get; set; }
TimeSpan Start {...}
TimeSpan End {...}
DayOfWeek Day { get; set; }
TimeSpan Start {...}
TimeSpan End {...}
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
something like this
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
or a weekly meeting, which happens as long as we're in development period
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
A lesson can reoccur as long as we're in an academic year
53 replies
CC#
Created by Aaron I on 9/26/2023 in #help
✅ Reoccurring times with a possibility to a one time rep in C#
Well I do not, a good example is a lesson
53 replies