Basic of C#

Basics of c#


C#: -

  •  It is a high-level programing language.
  • It is Very Flexible.
  • Pure Object Oriented Programing Language.
  • Cross-platform support.
  • High productivity.
  • The most powerful programming language for the .NET Framework.



W.A.P to even and odd numbers from 1 to 50.


W.A.P. To find The Given Number is Even or ODD.?



W.A.P. to find the maximum of 3 numbers.


W.A.P.  of simple arithmetic Operation.


W.A.P.  of simple switch case the user enters number 1 to 7. as per the selected number day should be printed. if the user enters the wrong day (other than 1 to 7) response should be the Wrong day selected.



W.A.P.  of Arithmetic Operation using the switch case. the arithmetic operation should depend on the user.




W.A.P. of simple do...while statement.




W.A.P. of While loop and do...while loop (Understand the different)




W.A.P. of simple enum keyword.



Explain...Simple Array program








W.A.P. to sort an array.




W.A.P. to reverse an array.




W.A.P. of Clone Array.




W.A.P. of Copy Array





W.A.P. of  2D Array...








W.A.P. of Jagged Array...





W.A.P and Explain String Buffer 


String Functions


W.A.P. of Basic String.ToUpper() function.



W.A.P of String Lower Function().



W.A.P. of String Trim() function.



W.A.P. of String Contain() function




W.A.P. of ToCharArray() function



W.A.P. of  SubString() function.



W.A.P. of string Start with() function.



W.A.P. of  String Split method.




W.A.P. of  string compareTo() , String Length() , String Insert function().


Comments

Popular posts from this blog

Asp.Net Validation

Fundamental of OOPS From Scratch to End