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
Key features of ASP.NET Core KrishOmTechnology April 12, 2018In this article, we will see key features of the ASP.NET Core ASP.NET is developed by Microsoft and it is a free and open source web fr... Continue Reading
Oracle Interview Questions KrishOmTechnology April 11, 2018Here, 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
Embedding JavaScript into HTML Page. KrishOmTechnology April 05, 2018In this tutorial, we will see how to include Java Script into your HTML web page or an Index.html page for your website or any kind of appli... Continue Reading
Cannot Find One or More Components. Please Reinstall the Application :SQL SERVER 2012 ERROR KrishOmTechnology February 23, 2018SQL Server 2012 Resolution : I had SQL Server Management Studio 2012, and suddenly it gives me an error about SSMS." Cannot Find One ... 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
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
What is Java Script ? KrishOmTechnology August 25, 2017In this post, i am giving you basic definition and some generic concept of JavaScript. It has nothing to do with java. Java script develope... 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
[Solved] Could not load file or assembly 'System.Web.Http,Version=5.0.0.0 KrishOmTechnology August 09, 2017In this post I will give you the basic resolution for the broken dependencies and you can successfully build your project with Visual studio... 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
WSDL - Web Service Description Language KrishOmTechnology July 09, 2017In this post, I will explain elements of WSDL. WSDL is a language for describing web services and how to access them written in XML synt... 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