Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Im a student and i started learning C#. Im currently using a macbook air. I wanna know if there is a way to create gui applications without alternating between xcode and visual studio.
Look into Xamarin: You can develop iOS and Android apps:
https://dotnet.microsoft.com/apps/xamarin/mobile-apps
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
i'm writing C# code in visual studio2015 and im looking for packet capture library
my goal is to reject some non-allowed packets and ddos attack
I only know of one library that can do it for windows: WinDivert
It also has a .net wrapper: Divert.Net. For the Divert.Net you need the 1.2.0-rc MSVC files from what I remember.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm building a simple 2D sidescroller game with unity 5.0 and sqlite database for android. I had my plugins from this link https://github.com/codecoding/SQLite4Unity3d and successfully built it for android. but the problem is it is not loading any database. Any help?
Look at CodeCoding SQLite4Unity3d Plugin. It basically contains everything you need for fast-forwarding integration of SQLite into Unity3D.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a .net web application that show some charts for some reports
I use Google chart tools
but now it will be run in local network, and some system have not access internet.
is there any way to use google chart tools in offline mode ?
or is there any better component that I use for show Chart in offline system?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Anyone knows a free API (preferencially in Java) for IrDa in to use in Windows 7 x64?
I need to send some data over an Actisys IR4000 but I don't have a clue.
Thnks
Does Java allow access to sockets types other that TCP/IP? IrDA programming is via winsock, see my (big!) document http://www.alanjmcf.me.uk/comms/infrared/Microsoft%20Windows%20IrDA%20programming.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I was wondering if there exists an application for mobile phones(any platform) that simulates compiler, validates syntax?
It would be nice to have one the phone:) Particularly I am looking something for C# or C++(like gcc).
It does not have to generate any output code, just the front-end part(lexilal, syntax analysis...)
You can try online compilers that work through web browsers, such as Compilr.com.
Many mobile phones have SDKs, these will include all the tools that you need to develop on that particular device.
Symbian and Android are two that spring to mind.