วันพฤหัสบดีที่ 28 กรกฎาคม พ.ศ. 2559

จาก Python สู่ C# : ลาก่อน Python

สวัสดีครับ หลังจากที่ผมได้เขียน Python มาได้ค่อนข้างจะยาวนาน ผมเริ่มสนใจภาษาอื่น ๆ ที่นอกจาก Python หนึ่งในนั้นคือ C# ผมเขียนภาษา Python มาเข้าปีที่ 3 (ผมเริ่มเขียน Python พร้อมกับเปิดบล็อกไปด้วย) ผมได้พบปัญหาของ Python มากมายไม่ว่าจะเป็นเรื่องประสิทธิภาพ , คอมไพล์กับโมดูลที่ใช้ภาษาอื่น , ไวยากรณ์ผิด...

ชนิดของข้อมูล C#

ภาษา C# มีชนิดของข้อมูลดังนี้ Short Name .NET Class Type Width Range (bits) byte Byte Unsigned integer 8 0 to 255 sbyte SByte Signed integer 8 -128 to 127 int Int32 Signed integer 32 -2,147,483,648 to 2,147,483,647 uint UInt32 Unsigned integer 32 0 to 4294967295 short Int16 Signed...

วันพุธที่ 27 กรกฎาคม พ.ศ. 2559

C# Keywords

ภาษา C# มี Keywords ดังนี้ abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in in (generic modifier) int interface internal is lock long namespace new null object operator out out...

วันอังคารที่ 26 กรกฎาคม พ.ศ. 2559

.NET รุ่นใหม่ต้อง .NET Core

หลังจากที่ทาง Microsoft ได้ทำการเปิดตัว  .NET Core เมื่อปีก่อน ทำให้กระแสภาษา C# กลับมาอีกครั้ง และทำให้การทำงานข้ามระบบปฎิบัติการ (Cross-platform) ทำได้ดีกว่ากว่าเดิม และไร้รอยต่อมากขึ้น .NET ในอดีต .NET...