Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Jul 14, 2016

Base64 Encode and Decode

Views:

Base64 is used for converting arbitrary binary data to ASCII text so, that it's become easier to transmitted the data over the network like e-mail and HTML form data.

It is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation (Source Wikipedia).

Jul 13, 2016

Auto Generate Classes from JSON or XML In Visual studio .Net

Views:

It is very hard to convert the JSON or XML output of Web service or Web API to Model or Object Classes manually.

The best way to handle service response data is, to Deserialize the JSON or XML response into class Object.

For this, you need to create mapping classes for that JSON response. Today I will show you how you can easily and quickly created these classes which are auto-generated by a Visual studio.


Jun 17, 2013

Create Setup File in Visual Studio 2010

Views:

Today I will show you how to create setup or .exe file of your project in Visual studio 2010.

The setup file is very important and After making setup file any one can install your software on respected operating Systems.

So it very necessary for a Developer or Programmer to know how to create a Setup file and How to Deploy or install it on any Operating system.



Mar 18, 2011

Simple Calculator in C#

Views:

Visual Studio Learn provides tutorials on various programming topics such as Java, .NET, OOAD, PHP, Perl, Visual Basic, Excel VBA. We offer professional development courses in Programming.

Our instructors have over fifteen years of university teaching experience, as well as the practical programming experiences of working in Silicon Valley.


 

Feb 16, 2011

Learn C# for beginners

Views:

Today I will share series of lessons about the C# programming language. It is a playlist of YouTube videos tutorials, which teaches you C# Programming from Beginning.

Little about C#, is a general-purpose, object-oriented programming language. Its development team is led by Anders Hejlsberg. The most recent version is C# 6.0, which was released on July 20, 2015. You can read more about C# on wikipedia.

Feb 8, 2011

Installation of Visual C# express edition

Views:

Hi Everyone, Today I will show you the installation of Visual C# Express on
windows 7.

Visual C#  is an IDE for developing C# applications.

The following will video to demonstrate how to download and install Visual C# 2010 Express Edition on to a fresh machine sporting Windows 7.


Become a Fan

visual studio learn