Design Pattern - Singleton Pattern KrishOmTechnology October 05, 2018In this post, I will explain how to create or implement singleton design pattern using c#. This pattern provides best way to create an objec... Continue Reading
How to Read and Write Excel file ? Update specific cell using C# KrishOmTechnology February 22, 2018In this tutorial , i will explained how to Read and Write (insert) data to Excel file Sheet in ASP.Net using C#. The data will be update u... Continue Reading
Generic List Collection to DataTable using Extension Method KrishOmTechnology January 31, 2018In this tutorial, we will see how to convert generic list collection into data table with the help of extension method and i will ensure you... Continue Reading
Unit Testing in C# KrishOmTechnology December 13, 2017 What is Unit Test ? Unit Test is a type of automated software test that verifies the correct behaviour of a single unit of production... Continue Reading
Julian date YYDDD to DateTime Conversion with C# KrishOmTechnology October 11, 2017In this post, i will give you the Julian date to normal date time conversion code using c#. Julian dates ( AKA JD) are simply a contin... Continue Reading
Deep Copy of the Dictionary object using Extension Method C# KrishOmTechnology October 05, 2017In my previous post, i explained how to make a deep copy of the list object using Extension Method in C#. I am using same logic here to crea... Continue Reading
UPS Rate API using C# ASP.NET Visual Studio 2013 KrishOmTechnology September 25, 2017 In this post, we are going to see how to consume UPS RATE API using C#. I am trying to learn Web Services and i am working on UPS online t... Continue Reading
JSON with an Example KrishOmTechnology September 24, 2017In this post, we will see about Json with an example. What is JSON ? It stands for J ava S cript O bject N otation and it's kind of ... Continue Reading
Basic use of string in C Sharp KrishOmTechnology August 10, 2017In this post, i will explain basic use of string in day to day programming but before going to see an example first let me give you the basi... Continue Reading
Why ASP.NET Web API ? or Advantages over other web service technology ? KrishOmTechnology August 08, 2017Here, i will explain advantages and uses of web API(Application Programming Interface) in brief. ASP.NET Web API is built to working wi... Continue Reading
How to consume Web Service ? OR How to use WSDL ? KrishOmTechnology July 09, 2017 In this post, I will explain how to use WSDL file to consume web service with example. If you want to know WSDL element then please click... Continue Reading
Read input file and return as a byte array C# KrishOmTechnology July 07, 2017 In this post I will explain how to read the input file and return content of that file as a byte array. Note: you can store byte array... Continue Reading
How to check if string value exists in a list using C# KrishOmTechnology June 28, 2017In this post, I will explain with an example, how to check string value exist in a list using C# and it will be quicker than LINQ. here... Continue Reading
Bootstrap KrishOmTechnology June 22, 2017It's a free, open source and most popular HTML, CSS, JavaScript framework developed by twitter for creating responsive web application. ... Continue Reading
C # Interview Questions KrishOmTechnology June 21, 2017Here, you can see all list of interview questions which are frequently asked during an interview. If you have any question that is aske... Continue Reading