csharp

  1. A

    C# Crash Course: The Ultimate C Sharp .NET Tutorial

    Parphrase Learn C# .NET in 3 Hours! What you'll learn Master the fundamentals of C# and .NET — learn the essential syntax, logic, and structure to confidently write your own C# programs. Learn core concepts to build real-world applications from scratch using Visual Studio while applying key...
  2. R

    #️⃣ C# Baka po may previous project kayo ng csharp dyan or java

    kuha lang me idea for final project kopo yung free po sana hehe
  3. W

    #️⃣ C# Help visual studio 2022: how to create rest API client using http client in c#?

    In visual studio 2022, how to make/create Rest API client using http client in C#?
  4. Z

    #️⃣ C# .net maui work opportunites

    Madami ba work opportunities ang .net maui sa pinas? balak ko kasi pagaralan. sanay na ako sa c# windows form at web development(php, js, laravel) gusto ko sana magaral ng app development gamit .net maui.
  5. X

    🔒 Closed Blazor using Mudblazor

    Sino may project dyan sa blazor na gamit ay mudblazor framework? Pwede maki share . Thanks po .. kukuha lang ng idea di kase ako magaling mag design , backend yung nakasanayan ko pero alam ko naman mag front end kaso di ako satisfied sa design ko .. Salamat
  6. X

    🔒 Closed Blazor Realtime Chat Using SignalR

    Repo: GitHub - jmescolano17/Realtime-Chat-SignalR
  7. B

    ❓ Help PAPAGAWA NG SYSTEM

    Sino po nagawa ng system project dito? Willing to pay po student price lang po sana
  8. B

    #️⃣ C# SYSTEM PROJECT

    Baka po may nagawa dito ng system project sa visual studio. Willing to pay po student price lang po sana 🥺
  9. N

    🔒 Closed HELP. Paano ko po i-output yung "you win" pag nahulaan yung word in 2-3 attempts at "game over" pag di nahulaan yung word at nagamit na 3 attempts?

    Need ko rin po kasi gumamit ng StringBuilder at ArrayList. using System; using System.Text; using System.Collections; namespace GuessingGame { public class GuessingGame { public static void Main(string[] args) { bool OutOfAttempts = false...
  10. A

    🔒 Closed Exhange web service Oauth2

    Hi guys, may nakaka alam po ba dito kung paano makakaconnect sa exchange web service using oauth2 ni azure? yung library na ginagamit ko ay yung MSAL 2.0 and yung application po namin is ASP.NET Web API 2 tas delegate permission ang binigay po sa akin nakaka pag generate po ako ng token kay...
  11. F

    🔒 Closed Help! Screen PopUp in Winforms C#

    Sorry sa title diko pa din alam ang tawag e. What I want to do is when I click a button something will popup like this one in the picture: Halimbwa lang po yang sa gcash pag kinlick yang details popup yang details. In c#!!! I tried using a new form then form2.ShowDialog para marestrict lang...
  12. F

    🔒 Closed Update Panel Content Using UserControl

    I tried doing this How do I update the GUI from another thread? and in my case user controls gamit ko. Pero nung ginamit ko nageerror sya ito yung error message: Ito po yung UI nitong ginagawa ko. Tas pagclick ko dapat ng products magloload dun sa content yuung usercontrol na para sa...
  13. F

    🔒 Closed Help, Mini Screen before going to Main Window

    Pasensya na po sa title 'di ko po kase alam kung pano ko e-explain. Haha. Ipapaliwanag ko pona may picture na kasama. Btw, C# po language kong gamit. Pano po ba gawin na habang iniintay magloading ang isang app merong parang waiting window (or form) gaya po nitong picture na to: Ganyan po...
  14. F

    🔒 Closed How to sell databased-related application

    I'm wondering how do they sell applications which use a database. For example, I created a Point of Sale (POS) application and MySQL for its database, how to retail it to my customers. Do I make them install MySQL Workbench for them to have their own database? Or is it included in the...
  15. F

    🔒 Closed Bug Tracking System

    Ano pong mga table sa database ang kelangan para dito?
  16. F

    🔒 Closed How to remove empty elements in double array?

    double[] arr = new double[100]; tapos ang nalagyan ko lang ng value halimbawa ay 6 elements lang. Pano ko buburahin yung 94 elements na walng laman?
  17. F

    🔒 Closed C# Programmers Pasok!!!

    pano po ito gawin sa windows form? anong tool sa toolbox gagamitin? Console.Write("enter num:"); int num = int.Parse(Console.ReadLine()); int[] arr = new int[num] for (int i =0;i<num;i++) { Console.Write("enter value for index[{0}]",i); arr = int.Parse(Console.ReadLine()); } Gusto ko po...
  18. T

    🔒 Closed Help!!! C Sharp

    Get All File Name in Directory using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; namespace filestry { public...
  19. Z

    🔒 Closed Inventory management system using c#

    Share ko lang tong project ko na simpleng system using c# and sqlite for database, baka may need. Konti lng features nya. eto link inventory system dl nalng sa may need. eto pala yung sa login form. username: admin password: admin
  20. V

    🔒 Closed Notification alert

    mga master. tanong ko lang po kung may nakagawa na po kayo ng notification alert sa c#. yung parang mag-nonotif kapag may paparating na deadline? parang ganon po. patulong na din salamat po. :)
Back
Top