Hello from Japan that i've watched till #4 of this tutorial of C#. I'm learning not only C# but also mathematical words in English, which actually bother in thousands of situations. Thanks for the automatical subtitle I can check easily what I want, and very helpful. I'm really glad to find this page. Thank you!
I agree, I learned far more in minutes with your tutorials than in weeks of the programming course with so called "professor", even when eng is not my native language. Thank you so much, but please do sth with the audio, try to equalize it somehow.
hi, venkat your videos are really helpfull to me....i have learned SQL through your videos only......i am now trying to learn C# but the voice of the videos are not that clear.......if possible can you do something about it..
Thank very much Sir, I running your lesson using Mono in Linux, I'm waiting for miscrosof sql server 2016 for linux also and keep learning with your excellent lessons.
Thank You Sir Your vedios are best one I have learn C#, SQL Server, ASP.Net through this videos only. Please upload HTML, PHP, ORACLE also. I need help regarding installing of Visual Studio in My laptop 32 bit. I use the OS Windows 7 ultimate. visual studio is not getting installed in my laptop it is shoeing an error.Please help me
You are very welcome and thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you ruclips.net/user/kudvenkatplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/kudvenkat_dvd.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. ruclips.net/video/y780MwhY70s/видео.html If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. ruclips.net/user/kudvenkat If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
Hello Sir, I am new to C# programming language. Could you please let me know how to prepend and append a double quote to a string variable. Ex. I have the below line in my code Console.WriteLine(ls_output );and I am expecting the value in the variable to be with in double quotes during the runtime.
Sir! When I am using verbatim literal for double quotes it is not working why? I had written like : string S =@""mani""; Console.WriteLine(S); Expected output : "mani". Awaiting for your reply. Thank you
hey venkat , i tried the verbatim Literal for the quotations ...but it dosnt seem to work , am i doing something wrong ? example @"hello" my name is "x" also know as "y";
dg187ace Please try the following @"""hello"" my name is ""x"" also know as ""y""" The above line would produce the following output "hello" my name is "x" also know as "y" Hope this helps.
+kudvenkat What exactly @ literal does? @""Pragim"", @"\"Pragim\"", @"""Pragim"" all these 3 are giving compilation errors while trying to print through console. only @"\Pragim\" is working as per your example in the video.
+dg187ace It basically means, "don't apply any interpretations to characters until the next quote character is reached". So, a verbatim string literal can contain backslashes (without them being doubled-up) and even line separators. To get a double-quote (") within a verbatim literal, you need to just double it, e.g. @"My name is ""Jon""" represents the string My name is "Jon".They're very handy for specifying a file system path. So,@"""hello""" results in "hello" and @"my name is ""x"" also known as ""y""" results in my name is "x" also known as "y"
Dear Sir, when i'm printing this string Name = "D:\\Stark project\\WindowsFormsApplication1\bin\\Debug"; Console.WriteLine(Name); i get D:\Stark project\WindowsFormsApplicationin\Debug as my o/p . Why is this happening? I knew that I need to insert \\ before bin in my stmt. But, what does compiler executes by a single \ before bin?
Hi, Abhinov you can improve the video quality, by clicking on the change quality button that is present in the lower bottom corner of the youtube player.
using System; // Part 04 - String Types in C Sharp class Program { static void Main() { //string strNormalString = "Pragim"; //string strNewLineBreak = "One Two Three"; string strVerbatimLiteral = @"C:\Pragim\DotNet\Training\Csharp"; Console.WriteLine(strVerbatimLiteral); } }
+Cornelia Bui hi, assign to a variable and then print it as: string value= @"c:\\dotnet\tutorials\videos\playlists"; Console.WriteLine(value); /*Verbatim literal If we want to treat the escape sequence as regular printable characters we use them*/
The quality of the video depends on your internet connection bandwidth. All the videos are uploaded in HD quality. To improve the video quality, click the settings button that is present at the lower bottom right hand corner of the RUclips player.
hahaha.. or at least just open a an instrumenta sounds ang make it a s a background sounds playing while this tutorial plays then.. its just a sound anyway lol..
voice quality is so irritating in a single phrase m getting 2-3 words hardly please next time when ever you upload any course keep it in mind that the microphone has to be replaced
Hello from Japan that i've watched till #4 of this tutorial of C#. I'm learning not only C# but also mathematical words in English, which actually bother in thousands of situations. Thanks for the automatical subtitle I can check easily what I want, and very helpful. I'm really glad to find this page. Thank you!
Concepts become very easy when u explain them.I have reached upto 50 within a week .Thanks a lot sir!
I agree, I learned far more in minutes with your tutorials than in weeks of the programming course with so called "professor", even when eng is not my native language. Thank you so much, but please do sth with the audio, try to equalize it somehow.
im the beginner of the c# , really its much useful for me , you were teach each and every part as in detail manner., thanks again
You are awesome Sir! I got selected because of your video tutorial.
Thank you for posting the videos Sir!
hi, venkat your videos are really helpfull to me....i have learned SQL through your videos only......i am now trying to learn C# but the voice of the videos are not that clear.......if possible can you do something about it..
Thank you so much for taking the time to create the videos and share them.
I can enhance all my programming knowledge using this... Its so easy to understand...
Thank you PragimTech
to read without the console.readling, just press CTRL+F5
Excellent GURU. I am finding interest in learning C# b'caz of your videos
Excellent , Venkat! My IntelliSense did not like a space between the quotes and the back slash
Thank very much Sir, I running your lesson using Mono in Linux, I'm waiting for miscrosof sql server 2016 for linux also and keep learning with your excellent lessons.
speaker in those videos is not audible clearly.
Your Voice is very low. please be loud
Thank you for those videos its really help full :)
Thank You Venkat!
I understand the first part of your sentence.. then you say sooo softly, I can't make out a word (even with full volume and listening repeatedly).
try a better earphone or headphone
Same problem with me
Thank you, i'm finnaly learning to program C#!!! can you please make a tutorial in how to use the windows forms application in C#???
Thnx Venkat!
Really Nice & helpful Tutorials...
Thank You Sir Your vedios are best one I have learn C#, SQL Server, ASP.Net through this videos only. Please upload HTML, PHP, ORACLE also. I need help regarding installing of Visual Studio in My laptop 32 bit. I use the OS Windows 7 ultimate. visual studio is not getting installed in my laptop it is shoeing an error.Please help me
Thanks a lot sir
You are very welcome and thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you
ruclips.net/user/kudvenkatplaylists?view=1&sort=dd
If you need DVDs or to download all the videos for offline viewing please visit
www.pragimtech.com/kudvenkat_dvd.aspx
Slides and Text Version of the videos can be found on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use my youtube channel.
ruclips.net/video/y780MwhY70s/видео.html
If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
ruclips.net/user/kudvenkat
If you like these videos, please click on the THUMBS UP button below the video.
May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.
Good Luck
Venkat
Thx for the lessons ! Really good stuff here and nice explanation. Is there a way to download the PowerPoint slide show ?
Nevermind it's in the description :)
Thank you for the videos, sir!
HELLO,
i'm a begginner.its really a great help but it somtimes gets blur n i m unable to understand this. if u cud fix it i'll b thankful
You are awsome man! Thanks sooo much!
In Which scenario, I can make use of carriage return (
) escape sequence Sir? I am always confused with that..
Hello Sir, I am new to C# programming language. Could you please let me know how to prepend and append a double quote to a string variable. Ex. I have the below line in my code Console.WriteLine(ls_output );and I am expecting the value in the variable to be with in double quotes during the runtime.
Thank You very Much sir..
Sir! When I am using verbatim literal for double quotes it is not working why?
I had written like : string S =@""mani"";
Console.WriteLine(S);
Expected output : "mani".
Awaiting for your reply.
Thank you
Thank you
your explanations is amazing... do you also have videos on python?
Great Thank you Sir...
Thank u so much sir...
kudvenkat Thank You Master !!!
Great , keep up good work.. :)
very clear thank you
Thanks Bro,,,
You write backslash while holding left ALT and in type 092 (NUM numbers) and then let ALT(
Thanks a Lot.
Nice sir
very good tutorial :)!!
Thanks for this!
hello sir. after i wrote a code when i run it it does not display the message like yours does, (i am using a mac) pls help?
thx as far as ive gone this works in 2008 2
thanks sir but i want full concept of strings please upload sir
thank uuuu :********
What does carriage return do precisely?
venket how can i send you a gift? you have taught me too much
Hello, is there a place where we can ge the powerpoints?
Damn you are good :-)
thanks alot!!
hey venkat , i tried the verbatim Literal for the quotations ...but it dosnt seem to work , am i doing something wrong ?
example @"hello" my name is "x" also know as "y";
dg187ace Please try the following
@"""hello"" my name is ""x"" also know as ""y"""
The above line would produce the following output
"hello" my name is "x" also know as "y"
Hope this helps.
kudvenkat thanks for the reply Venkat, tried what you told me and im still getting an error.
dg187ace Can you please share your code, so I can what you are trying to do. The code I have sent you works fine for me.
+kudvenkat What exactly @ literal does? @""Pragim"", @"\"Pragim\"", @"""Pragim"" all these 3 are giving compilation errors while trying to print through console. only @"\Pragim\" is working as per your example in the video.
+dg187ace It basically means, "don't apply any interpretations to characters until the next quote character is reached". So, a verbatim string literal can contain backslashes (without them being doubled-up) and even line separators. To get a double-quote (") within a verbatim literal, you need to just double it, e.g. @"My name is ""Jon""" represents the string My name is "Jon".They're very handy for specifying a file system path.
So,@"""hello""" results in "hello" and
@"my name is ""x"" also known as ""y""" results in my name is "x" also known as "y"
sir wht if we want to add double quote to be printed wid directory as "c:\example\dot net" like this?
It will not print \ in the console as it is an escape sequence in C#, which is why we need to use a verbatim literal.
Dear Sir,
when i'm printing this
string Name = "D:\\Stark project\\WindowsFormsApplication1\bin\\Debug";
Console.WriteLine(Name);
i get D:\Stark project\WindowsFormsApplicationin\Debug as my o/p . Why is this happening? I knew that I need to insert \\ before bin in my stmt. But, what does compiler executes by a single \ before bin?
Omg did you even listen to this lesson? \bin - \b is treated as a backspace, so it literally deleted number 1 in Application1
super
Voice is not audible. please be louder.
nice
Part 4 is not clearly visible.. can u please help it out.
Hi, Abhinov you can improve the video quality, by clicking on the change quality button that is present in the lower bottom corner of the youtube player.
plzzzzzzzzzzzz twmme y uou are not using ' Console.readline() ' in every program ????
Sorry, Venkat. Below comment went from my wife's account (Neetu Agrawal) by mistake. It is me taking your C# course through videos.
using System;
// Part 04 - String Types in C Sharp
class Program
{
static void Main()
{
//string strNormalString = "Pragim";
//string strNewLineBreak = "One
Two
Three";
string strVerbatimLiteral = @"C:\Pragim\DotNet\Training\Csharp";
Console.WriteLine(strVerbatimLiteral);
}
}
Audio clarity is not good for c sharp tutorial, please ensure audio is good.
can u tell us how we can make \\ this comand in c#
huh?
I think you mean //
lenti ha You mean to write it out on the console?
Add @ before your string. Ex : @"C:\Program File\My Documents"
+Cornelia Bui
hi, assign to a variable and then print it as:
string value= @"c:\\dotnet\tutorials\videos\playlists";
Console.WriteLine(value);
/*Verbatim literal If we want to treat the escape sequence as regular printable characters we use them*/
Need visual studio download link , not trial version !!
how can i have my console(command line) not to close immediately with no code?
Put a ReadLn where you want the user to enter something :)
[10:29] Without Verbatim Literal, \\ would be executed as \ and with verbatim literal used, \ would execute same as \
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
This vedio is not clearly visible , even third vedio also, please check.
The quality of the video depends on your internet connection bandwidth. All the videos are uploaded in HD quality. To improve the video quality, click the settings button that is present at the lower bottom right hand corner of the RUclips player.
got it , thanks a lot for the reply , becz of your vedios my technical skills are getting improved , thanks a lot for your vedios...
Full
your audio is poor. Please remake these videos if possible.
video is not clear plzzzzzzzzz help me out
What do you need help with?
No actuallY i want complete .net classes and project to do
priya chunduri I priya
hello priya good morning
great job ,thank you
hahaha.. or at least just open a an instrumenta sounds ang make it a s a background sounds playing while this tutorial plays then.. its just a sound anyway lol..
Voice quality😢
voice quality is so irritating in a single phrase m getting 2-3 words hardly please next time when ever you upload any course keep it in mind that the microphone has to be replaced
really nigga the video is 8 years hold how much you expecting
use headphones numbnuts
Sound quality of video is worst
all u half 2 do is add console.readline();
Thanks a lot sir