11+ Year IT Industry Experience, Working as Technical Lead with Capgemini | Consultant | Leadership and Corporate Trainer | Motivational and Technical Speaker | Career Coach | Author | MVP | Founder Of RVS Group | Trained more than 4000+ IT professionals | Azure | DevOps | ASP.NET | C# | MVC | WEB API | ANGULAR | TYPESCRIPT | MEAN | SQL | SSRS | WEB SERVICE | WCF... https://bikeshsrivastava.blogspot.in/ http://bikeshsrivastava.com/
Thursday, June 30, 2016

What is Interface and Abstract Class in c# ?

Thumbnail
Abstract Class:- An Abstract class is an incomplete class or this class we can't instantiate. We can use an Abstract class as a Base Class. An Abstract method must be implemented in the non-Abstract class(derived class) using the override keyword after inherit. The purpose(use) of an abstract class is to provide basic or default...
Bikesh Srivastava C#

What is Ref and Out in c# ?

Today I will clarify about ref and out parameters in c#.net with example. Both ref and out parameters are use to pass argument inside a method. These ref and out parameters are helpful at whatever point your method needs to return more than one value . As to parameter you have to instate it before going to the method and out parameter you don't have to introduce before going to work. Ref:-The ref keyword passes arguments by reference....
Bikesh Srivastava C#
Wednesday, June 22, 2016

How to work on multi-threading in C# ?

Thumbnail
In C#, the System.Threading.Thread class is utilized for working with thread. It permits making and getting to individual thread in a multithreaded application. The principal thread to be executed in a procedure is known as the principle thread. At the point when a C# program begins execution, the fundamental thread is consequently made. Example...
Bikesh Srivastava C#
Tuesday, June 21, 2016

How to enable proxy server in web api 2?

Thumbnail
Today we are implementing exceptionally straightforward case of how to pass application via proxy server and enable,disable any URL.How to work proxy server example  image shown below:- Its very easy and simple way to enable proxy inside ASP.net Application  Step 1:-Add element inside web.config file. <system.net>...
Bikesh Srivastava MVC, WEB API

Life Is Complicated, But Now programmer Can Keep It Simple.