Tagged Questions
0
votes
0answers
48 views
Document existing Visual Studio Project [duplicate]
I am a small business owner and my sole developer quit. Cold. I am not a coder. He developed an existing application that works .net, c#, javascript, sql, visual studio based, 250,000 lines of code. ...
1
vote
0answers
84 views
Expanding on vendor software?
I am a SCADA consultant and I work with many software packages. Due to their robust nature they include the capability of executing internal/external activex and vbscript code.
Over the years I have ...
2
votes
0answers
116 views
What (if any) are the performance drawbacks to using javascript for a Windows 8 app vs .NET [closed]
I'm considering creating a new "don't call it Metro" app for Windows 8, and am very interested in the Javascript/HTML5 dev options. I'm experienced with Javascript and Java but have no .NET ...
4
votes
1answer
324 views
TypeScript or JavaScript for noob web developer [closed]
Following the recent release by Microsoft of TypeScript I was wondering if this is something that should be considered for a experienced WinForm and XAML developer looking to get into more web ...
2
votes
1answer
212 views
How do I mashup Google Maps with geolocated photos from one or more social networks? [closed]
I'm working on a proof of concept for a project, and I need to pin random photos to a Google Map. These photos can come from another social network, but need to be non-porn.
I've done some research ...
7
votes
2answers
4k views
Webkit as GUI in .Net/Mono
I want to make a cross platform application, which will also have a website where the desktop applications (Windows, iOS, Linux) will talk to the server and keep the users data in sync.
So far the ...
11
votes
6answers
17k views
How should data be passed between client-side Javascript and C# code behind an ASP.NET app?
I'm looking for the most efficient / standard way of passing data between client-side Javascript code and C# code behind an ASP.NET application. I've been using the following methods to achieve this ...