Tagged Questions

2
votes
2answers
244 views

Equivalent of http://www.cplusplus.com/ for C# .net

I've read through a lot of the "Learn C# .Net" questions just to see if this question was answered already (directly or indirectly). I program mostly in C++ so I find the website ...
1
vote
1answer
22 views

WebResource is not working on the host

I have a class library project which contains a java script file "libscript.js" which is located in the library/Resources/Scripts folder. I marked "libscript.js" file as an Embedded Resource from ...
0
votes
2answers
55 views

WebResource 404 Hell - can't get JavaScript included in Web Part

I've tried really hard to include a JavaScript file with my WebPart as a resource. The web part class and the flexidgrid.js file are both in the root level of the project. The Web Part is created in ...