Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

C Sharp Programming Corner

matt8988

Proficient
Advanced Member
Messages
205
Reaction score
0
Points
26
C Sharper tambayan


Sa mga gustong matuto ng C-Sharp try nyo ito:

Para sa mga gustong magdownload ng VS 2019

Visual Studio 2019 Community
https://visualstudio.microsoft.com/vs/express/
Visual Studio Code - kung hindi kaya ng pc ang VS 2019
https://code.visualstudio.com/download

Database Software App

MS SQL Server 2017 Express
https://go.microsoft.com/fwlink/?linkid=853017

SQLite Client
https://www.sqlite.org/download.html

Database Browser for SQLite
https://www.sqlite.org/download.html


Ebooks
C# Programming Guide
View attachment 354972

Visual C# Homework Projects
View attachment 360943
View attachment 360944
Password: 1234567890

C#: Guidelines in Writting a Program
View attachment 355060
Password: 1111111110

Beginning C# 7 (Visual Studio 2017)
View attachment 355778
View attachment 355779
View attachment 355780
Password: 1234567890

Data Structures and Algorithm in C#
View attachment 360945
Password: saadfaww1233131


Try ko din sagutin mga basic question.

Sa mga expert dyan na willing sumagot ng tanong, kaway-kaway naman dyan :lol:
 

Attachments

  • C# Programming Guide.pdf
    464.1 KB · Views: 443
  • C# guidelines.rar
    409.7 KB · Views: 359
  • BEGINNING C# 7 Programming with Visual Studio 2017.part1.rar
    5 MB · Views: 482
  • BEGINNING C# 7 Programming with Visual Studio 2017.part2.rar
    5 MB · Views: 391
  • BEGINNING C# 7 Programming with Visual Studio 2017.part3.rar
    1.7 MB · Views: 363
  • Visual C# Homework Projects - A Step-by-Step Intermmediate Tutorial .part1.rar
    5 MB · Views: 452
  • Visual C# Homework Projects - A Step-by-Step Intermmediate Tutorial .part2.rar
    4.4 MB · Views: 367
  • DataStructuresAndAlgorithmsC#.rar
    2.5 MB · Views: 278
Last edited:
meron isang thread para sa C#

Code:
https://www.mobilarian.com/showthread.php?t=15846

kaso hindi na ata active.

Tanong ka lang, madaming expert na tutulong dito.
 
meron isang thread para sa C#

Code:
https://www.mobilarian.com/showthread.php?t=15846

kaso hindi na ata active.

Tanong ka lang, madaming expert na tutulong dito.

Nakita ko na yang thread na yan, kaso hindi sya tambayan ng mga C Sharper.
 
sa tingin ko marami naman ang marunong sa C# dito.
Try to post sample problems, and let's see.
 
pasali ako sa mga discussion nyo dito,,pero una sa lahat, hindi kasi kaya ng 2017 VS sakinm meron ba kayo alam na 2015 or 2013 offline installer, kahit yung version na express pwede na, salamat ng marami
 
Ask lang po hiw to make simple ordering system na may tax po?? TIA!!
 
Beginner here, pano po maglagay ng combobox(kung baga parang <select> kung sa HTML) sa loob ng kada cell ng datagridview? tapos po galing sa variable (array type) ang list na nakalagay? ty
 
Beginner here, pano po maglagay ng combobox(kung baga parang <select> kung sa HTML) sa loob ng kada cell ng datagridview? tapos po galing sa variable (array type) ang list na nakalagay? ty

Check mo to baka makatulong.

Code:
https://www.c-sharpcorner.com/blogs/steps-to-add-combobox-inside-datagridview-window-form
 
Ask lang po hiw to make simple ordering system na may tax po?? TIA!!

Ang tanong nyo po ay algorithm na ng isang project or problems.

- - - Updated - - -

Beginner here, pano po maglagay ng combobox(kung baga parang <select> kung sa HTML) sa loob ng kada cell ng datagridview? tapos po galing sa variable (array type) ang list na nakalagay? ty

Boss anong GUI yan, windows forms o windows presentation foundation (WPF)?.
 
baka po may pwedeng magshare skin ng code dito ng piso wifi using arduino uno thanks po .
sana may magbigay
 
baka po may pwedeng magshare skin ng code dito ng piso wifi using arduino uno thanks po .
sana may magbigay

C at assembly language po ang arduino at hindi C#.
 
WPF po boss.

- - - Updated - - -

Check mo to baka makatulong.

Code:
https://www.c-sharpcorner.com/blogs/steps-to-add-combobox-inside-datagridview-window-form

Salamat dito, itry ko to mamaya.
 
patanong po ulit, bakit po pag ginagamit ko yung array.Length sa C# binibilang nya maski empty elements? sa java or C++ naman binibilang nya lang yung not empty elements? pano po paganahin na bibilanging lang nya yung non empty element? example:

String[] tests = new String[10];

test.Length

nirereturn nung test.Length is 10 saakin

TIAA
 
Back
Top Bottom