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.
...
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
...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
...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:
...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
...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
...How to create Dropdown list using Option group in MVC Razor syntax in View, like below iimage
...
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
...When I am trying to save Updated data in table using Entity Framework in ASP.NET MVC, I am getting the below error
...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?
...