is it possible to create a html/jquery desktop application that reads html files from my server/website?
Can someone help me ? i want datagridview display data datagridview1.datasource = _db.Students.Tolist();
I saw similar questions here, but none of them really addressed my situation, here\'s the setup: I have an ASP.NET application with Forms Authentication (SqlMembershipProvider) where users can submit
I\'m developing a java application or service for execute remote commands or another applications and receive the results of these commands. And I think about to project this application to be possibl
I have see开发者_Go百科n some applications having such a rich layout that a person starts hating desktop applications like traditional c#.I was wondering how to make applications having GUI like this
I would like to be able to write database driven applications (i.e. standalone apps that are not web based and don\'t require a browser or Apache server to run)
I have an application that is running fine. I just want to add the auto update feature in that application so t开发者_Python百科hat the application can automatically download the updates and install i
I have written c# application that uses mdf file for database.when i make setup of that project and runs on other computer having dotnetframework and sql server compact 3.5 then id dose not runs and e
I have to create a class that will load all the dll\'s from repository and check whether they are inheriting from IMFServicePlugin interface and returns the
I am trying to program a feature, similar to that of CamTwist, with 开发者_高级运维which a video file (on hard disk) can be broadcasted to other applications as video input.