Support us .Net Basics C# SQL ASP.NET Aarvi MVC Slides C# Programs Subscribe Download

Part 3 - C# Tutorial - Built-in types

Suggested Videos
Part 1 - Introduction to C#
Part 2 - Reading and writing to console

In this video, we will discuss the different built-in types that are available in c#.



Built-in types in C#
1. Boolean type – Only true or false 
2. Integral Types - sbyte, byte, short, ushort, int, uint, long, ulong, char
3. Floating Types – float and double
4. Decimal Types
5. String Type 



Escape Sequences in C#
http://msdn.microsoft.com/en-us/library/h21280bw.aspx

Verbatim Literal is a string with an @ symbol prefix, as in @“Hello". 

Verbatim literals make escape sequences translate as normal printable characters to enhance readability. 

Practical Example:
Without Verbatim Literal : “C:\\Pragim\\DotNet\\Training\\Csharp” – Less Readable
With Verbatim Literal : @“C:\Pragim\DotNet\Training\Csharp” – Better Readable

12 comments:

  1. provide wcf and mvc vedio tutorials also
    these are more helpful

    ReplyDelete
  2. Sir please provide coding and explanation part like other videos .like
    .NET Program Execution - Part 1
    (Let us first understand how VB6 or C++ programs (Non Dotnet applications) used to execute.
    We know that computers only understand machine level code. ) .It will help more us.
    Thanks & regards
    Spidersilk

    ReplyDelete
  3. i want know how to integrate bio metric finger print funtion into my .net web application... plz reply me which i sdk i need to install and what r things i need to do.. kiranavt@gmail.com

    ReplyDelete
  4. Hi Venkat I have suggestion to you please add link to go next part section instead of going back to page we can directly go next part .We have this in w3schools

    ReplyDelete
  5. I am very much thankful to the blogger venkat for helping me to bulid my basics as strong as I can.Thanks a lot venkat for your extraordinary skill for teaching and your extended knowledge on the topics.No words to appreciate your skill set.Please continue the great work.

    ReplyDelete
  6. please provide share point videos too. its great to learn by following your videos.

    ReplyDelete
  7. You are one the best tutor I have ever seen........Keep rocking

    ReplyDelete
  8. You are so amazing Venkat! Keep up the good work. You are by far one of the best tutors hands down!

    ReplyDelete
  9. sir you are the best teacher in may career

    ReplyDelete
  10. .Net use to be my nightmare...ur videos r terrific sir..

    ReplyDelete

It would be great if you can help share these free resources