As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Does anyone know the best opensource for .NET controls?
With Dev Express, Telerik, they so cool, but they are commercial version.
You can already find quite a lot of interesting stuff on Codeplex. And of course there's no stopping yourself to create your own custom controls for your application. Take a look at these tutorials: Developing Custom ASP.NET Server Controls..
How about Mono’s re-implementation of Windows Forms?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I work as a system developer, mainly programming information systems in C# for web, desktop and server environments. Now I'd like to have a go at game development in C# just for the sake of the challenge and expanding my horizons, but where do I start? I've had a look at XNA, but I heard that it's on the way out.
Where does one begin?
I know this says "Teens" but it may be worth a look: http://www.amazon.co.uk/Visual-Programming-Teens-Course-Technology/dp/1435458486/ref=sr_1_3?ie=UTF8&qid=1371394387&sr=8-3&keywords=c%23+game
I just saw this today funnily enough, I have no affiliate with the author (or Amazon)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
If I choose to create a C++ CLR Windows Forms Application, does that mean that I am able to use the entire C++ set as well as all the C# .NET libraries?
I am sorry if the question sounds stupid, but I would really like to know if I should use CLR or not.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm looking for lightweight framework to build my custom website. Originally I'd love to get a platform that implements user registration, login, logout and probably account management at some point.
The thing is I don't want to have any "extras" there and I don't want to develop sign-up/login part again...
What options do I have? I was looking at mojoPortal, but there's a lot of restrictions and features I'll never use.
Any suggestions?
PS.
.net 2.0/3.5
asp.net mvc out of the box has the membership provider built in that allows sign up and login.
if you also need a bit of CMS like stuff, maybe try Actya
http://blogs.taiga.nl/martijn/2012/01/23/introducing-actya/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Other than AWT, Swing, SWT (Java) - are there any good open source Java or C# UI libraries around? In particular, libs intended or at least usable for strategy gaming dev? (The visual appearance of the UI would need to be highly dynamic and easy to re-skin obviously.) Engines or "frameworks" which include this functionality are valid answers as well (of course I even more doubt that those exist).
As far as I can tell - there's not a single thing like this out there. Anyone able to prove me wrong?
Not sure about Java, but for C# I would look at either XNA or Unity to start out with.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know where can I find samples / tutorials covering one of these:
Autowiring (is it supported?)
StructureMap AOP support
Configuration and such
I need these for StructureMap 2.0, which was the last version supporting .NET 2.0. The documentation that comes with the source is not really helpful.
Ok, my findings on these, that can also be found on the google's first page are:
http://codebetter.com/jeremymiller/2007/04/02/structuremap-2-0-is-released-inversion-of-control-and-dependency-injection-for-net-2-0/
http://codebetter.com/jeremymiller/2007/04/09/introduction-to-structuremap-2-0-part-1/
and the documentation tagged for 2.0
http://structuremap.svn.sourceforge.net/viewvc/structuremap/tags/Release_2.0/Docs/