gwon8266
gwon8266
CC#
Created by gwon8266 on 6/8/2024 in #help
How to search database for matching text efficiently with C# (maybe with tokens)
In python there is something called a tokenizer that convert strings to tokens and we can use search through those tokens to get the text. (I used it in my last python job). Is there a c# equivalent?
16 replies
CC#
Created by gwon8266 on 5/24/2024 in #help
Why do experienced devs hate Automapper and prefer Riok Mapperly
I have noticed that experienced developers prefer using Riok Mapperly, rather than Automapper. Why?
27 replies
CC#
Created by gwon8266 on 5/14/2024 in #help
Is using GetAwaiter().GetResult() for async methods in constructor a hack!
So I am writing my datalayer for a database, however I want to use one instance of that database for all the read and write methods in my datalayer class. In order for me to initialize the database, I need to use the "await" keyword because it's an async function. I planned to initialize the database at the constructor of my base datalayer class. but I can't use "await" in the constructor. So I decided to use GetAwaiter().GetResult(). It works, but I don't see this often. So I don't think it's appropriate. What do you think?
16 replies
CC#
Created by gwon8266 on 5/5/2024 in #help
Can I call myself a software engineer, without knowing the miniscule details of how .NET works?
I recently came across a blog post on dev.to saying that framework users are not Engineers, and we should be called "Frameworkers". I am personally more interested in the business logic, rather than minuscule/,lower level details. If there are imported packages and I know the input, and output. I can easily use it for what I want. So, should I involve myself in the internals, or is it okay to just use the abstractions and adapt to it?
10 replies
CC#
Created by gwon8266 on 4/21/2024 in #help
What open-sourced component library is widely used in Blazor development
I have learned the basics of Blazor, so now I think I need to use a component library that is widely used, to build simple projects and also know to work with pre-built components.
7 replies
CC#
Created by gwon8266 on 4/19/2024 in #help
I am trying to create List that can perform an action whenever I make a change to it.
I recently started learning how to use Blazor and I saw how reactive it was on the webpage. So I decided to write my collection in a way that it emits an event and updates parts the page whenever I make a change to it. I started with List<T> before going on to ObservableCollection<T> . But with the ObservableCollection I can only emit events when I add or remove items. I want to be able to emit events when elements of the collection have been changed
10 replies
CC#
Created by gwon8266 on 4/13/2024 in #help
I know Angular well enough to build apps with it. Do you think I should still learn Blazor?
When I started learning .NET, I realised that a lot of jobs required you to have both Angular and .NET core experience. However it doesnt make sense to use two languages when one language can do both. Do you think I should stick to using Angular or should I switch to Blazor because it built for the .NET ecosystem
13 replies
CC#
Created by gwon8266 on 3/10/2024 in #help
Is Technical writing still relevant in 2024?
LLMs like Chatgpt and Gemini can generate almost the same thing. Does that mean technical writing is useless, or should I use these LLMs to assist me in writing instead?
23 replies
CC#
Created by gwon8266 on 3/3/2024 in #help
Should I learn WPF and Winforms first or should I learn MAUI since it's cross platform and newer?
I want to branch into desktop application development. So I want someone with experience to let me know which one is better.
14 replies
CC#
Created by gwon8266 on 3/2/2024 in #help
Mediator Handlers, Requests and Responses.
So I wrote my mediators using this file structure . https://github.com/doks-coders/TaskManager/tree/main/TaskManager.ApplicationCore/Mediators I want to know if it was written properly. Name conventions and all that. This is just a simple application. But I am experimenting.
1 replies
CC#
Created by gwon8266 on 2/7/2024 in #help
.NET Hands On Workshops
I have completed courses on .NET Core API, .NET MVC and Angular. Please are there any hands on training workshops that I can attend?
1 replies
CC#
Created by gwon8266 on 12/18/2023 in #help
Does this UML diagram look normal?
No description
3 replies
CC#
Created by gwon8266 on 12/4/2023 in #help
Minimum Required Knowledge before I am job ready.
Hello guys, I want to know this info from someone that has work experience. What is minimum required knowledge to have before applying for Junior .NET roles. I am currently learning .NET MVC, with Bhrugen Patel on Udemy. I will be done soon and I want to know if I need to learn more things before I can be job ready.
6 replies