C
C#TarikOzdemir

❔ Giveaway for an online DOTNET Conference

Hello developer students, I am going to give away free tickets to an online dotnet conference which will be on 10th of May. Check https://conf.abp.io DM me, if you are interested.
ABP Framework - Open Source Web Application Framework
ABP is an open source application framework focused on AspNet Core based web application development. Don't repeat yourself, focus on your own business code.
T
TarikOzdemir384d ago
Non-student people can buy tickets if they are interested.
K
Kouhai /人◕ ‿‿ ◕人\384d ago
I think it's better to ask the mods whether this is allowed 😅
T
Thinker384d ago
#help is for questions and programming help. I don't think this is a question.
T
TarikOzdemir384d ago
This is not a question but this is a help for students. 🙂
T
Thinker384d ago
So it doesn't fit in #help 🙂
K
Kouhai /人◕ ‿‿ ◕人\384d ago
#events-bulletin Exists
A
Accord383d ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ SoundBoardHi! I am working on a soundboard lately and i got stuck with playing a sound throught microphone. i'❔ accessing object from a class inside of another classI got this class called "Engine"(image 1) that has the object "isOn" which indicates whether the eng❔ QuestionControllerHello, i have a question regarding API structure. I have two classses, Item and Store. I created C❔ Problem Binding to Image SizeI am making an app that displays a series of books. An image and title of the book is to be displaye❔ whats the best site or youtube channel to start learning c#?just downloaded visual studio and wanted to know what would be the best way to learn C#❔ C# MVC - Erroring in VSC not VS2022I'm writing a C# .Net Core 7.0 web application with dapper for my SQL queries. It runs just fine inString Contain issueSo im trying to get a word in a string using Contain but its not getting the word, I havent found a ❔ Catching Exceptions with generic parameters?When adding an entity to the database, i first check if it already exists and if it does I throw an ❔ How should I learn programming?I'm sure this is a common question, but I want to learn game development but am a pretty new C# prog❔ How to properly structure projects in a multi-app MVVM solution?I tend to structure my MVVM projects in the following way: ``` . ├── src/ │ ├── Applications/ │ Sending File and Data to a Minimal API endpointHi. I am using .NET 7, Minimal API and Mailkit. What I want to do is to send an attachment along wi❔ reprotucing the kings pathcan anybody help me fix this code https://paste.mod.gg/sgsvrbaqnmpi/0 ``` the input is number of obs❔ Its there a way to fix this?Hi there, currently I am trying to develop some functions to publish them to azure later, but right ✅ Does this styling code look right?I'm using this code for a simple hover effect. Im wondering if I'm doing this correctly: <Window.Re❔ ?[] operator for dictionariesIs not working. It is explained here. https://learn.microsoft.com/en-us/dotnet/csharp/language-refer❔ IAsyncEnumerable vs List<T> as parameter in methodI have a method that is overloaded and will take in a List<T> or IAsyncEnumerable. The method will b