5443 1
How to show success message in JSON format after saving data using Web-service in C#?

I am trying to save data into database using web service[asmx], after saves successfully data into table I want to show successful message in JSON format 

Here is my code:

...
Type
Question
5306 2
How to solve error "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"?

Hello, When I am using below simple C# code to untidy my XML string, but when executing locally it is working fine, but on server I am getting below error

...
Type
Question
5260 0
Bundling and Minification in MVC C#
In this article, I will explain how you can implement bundling and minification in your ASP.NET MVC application(step by step) which improves your web-application performance.
Type
Article
5236 1
Redirect users to a view using Switch case in asp.net MVC?

I want to redirect the users to certain pages on the basis of their rating. How can I use a switch case in C# ASP.NET MVC to do this? Please give me suggestions with some code part.

...
Type
Question
5217 0
String Interpolation in C# with examples
In this article, I have explained about $ -C# string interpolation and how to use it in C# with console application examples
Type
Article


5168 2
How to return multiple parameters using web method (web service) in C#?

How can I return multiple parameters of string type using web method (web service) in asp.net C#, here is my current code

...
Type
Question
5166 0
Understanding Delegates in C# with examples (with Multicast delegate)
This article will help you explain what are the delegates in C# with the example, its advantages and when we should use delegates.
Type
Article
5013 2
How to rename a file and directory in C#?

I am working with files and directory in C#, so I would like to know how can I rename a file and directory in C#? I would like to rename file first and then in some cases would have to rename directory also.

I see there is File.Move Method, but is there any other method or way to rename a file and what about Directory, how to rename directory?

...
Type
Question
4951 0
Widely asked C# Programming interview questions with answers
In this article, I have provided list of most widely used C# interview questions and answers, which a beginner or advanced developer should know.
Type
Article
4949 1
Error : Wrong number of indexes '2' inside [], expected '1' Compilation failed in C# 2-D array

Hi, I am trying to run the below C# code for martix, but getting error

...
Type
Question

Page 11 of 23