Questions




Answers
2
"SqlException: MSDTC on server is unavailable" error in C# Code

One of my projects was working properly, and then I shifted it into another pc, now same code, throws the below error for some SQL queries.

SqlException: MSDTC on server is unavailable.

...

Read More
Answers
3
How to Open Console in eclipse?

Hello, I am new to Java and was just practicing some programs, while doing so, accidentally eclipse console got closed, so I would like to know how to re-open the console in Eclipse to check the output of the program?

As I don't use Eclipse IDE much I have no idea(usually work in Visual Studio & C#)

Thanks

...
Read More
Answers
2
How can I return Images from Web API in ASP.NET?

Hello,

I haven't used much of the Web API as of now, so I was thinking how can I return Web API from API controller in ASP.NET?

Any Code sample, links?

Thanks

...
Read More
Answers
1
Sorted Single Linked List in java

I am very new to Java and have been assigned to implement a few methods:

1. add (T newValue) ---> add an entry to a sorted list requires that you find the right position the new entry belongs (ascending order).

ex:

...
Read More
Answers
2
Where Can I download complete Visual Studio 2017 ISO?

Hello, I need to download community edition of Visual Studio 2017 ISO complete? Where Can I download it?

I would like to have .ISO file to download if possible, thanks

...
Read More
Answers
2
How to create XML document using XDocument in C#?

Hello, I need to add some data in XML file by programmatically creating it using C# and XDocument, so how I will create it?

For example, Suppose if I need output like below in XML

...
Read More
Answers
1
How to create Dropdown list using Option group in MVC Razor?

How to create Dropdown list using Option group in MVC Razor syntax in View, like below iimage

...

Read More
Answers
1
What's the difference between let and var in JavaScript?

Hello, as I am not very well versed with javascript, I would like to know the difference between let and var keyword of javascript?(With example if possible)

Or Any reference link with proper details will also work, thanks

...
Read More
Answers
2
The UPDATE statement conflicted with the FOREIGN KEY constraint

When I am trying to save Updated data in table using Entity Framework in ASP.NET MVC, I am getting the below error

...
Read More
Answers
1
How to clear the data while navigating through pages in jquery?

On page1 if 2 rows selected, i will get id1, id2

If page2 selected id1 and id2 should be cleared, only page2 selected rows should be there. 

How should i achieve this using jquery?

...
Read More

Page 28 of 54