Where to join development teams [closed] - c#

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I hope this question isn't out of focus. I've been wanting to find a way to improve my skills as a programmer. I've tried teaming up with game dev groups at my school and coming up with my own ideas for apps. But these things move very slowly for me and my ideas seem out of my reach due to lack of skill. I don't have a degree yet, but I've been learning to program for around 5-6 years now. I'm very efficient in learning programming skills and using them, but I find that there is a lack of projects for me to join and I have no clue where to find them. Anyone think they can help me out?
My current languages are: C, C++, C#, Java, Python.
I've worked with ASP.NET for web development and also dabbled around SQL Server.
I want to learn more and become more efficient in programming and I think this is a best way to do it.

Related

Project ideas using OOP in VS using C# with GUI [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
I'm (new to) teaching OOP and I'm racking my brains for a simple OOP project that uses inheritance that can have a simple GUI. I am not doing a calculator, its been done to death. I want to allow a reasonable amount of creativity and I don't think any of my students have used VS or C# before, which is good because I'm incredibly bored of the same errors in python.
I currently have them refactoring (python) a previous CLI sweet shop program to OOP so it can sell different products, which allows inheritance nicely. Doing this again in C# with a GUI is an option, or a library maybe with different types of media to "rent". I'm trying to think back to my uni days but that's proving difficult!
Any ideas welcome!
Thanks
As stated above, just looking for ideas, not solutions.

How would I go about Game Networking with C#? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
So, I'm trying and put my C# skills to the test, I have set myself towards making a Game with Networking in C#. This Game will not have movement (It's a hacking sim, so I don't think data will need to be constantly sent) what do you Guys think would be the best .dll or way to go about this? What about the Database for accounts? What do you think I could use? I have a average skill level in C#, so keep that in mind when making recommendations, please.
If you have average skill using an SDK should be helpful for you.
Start out with something like XNA Game Studio to see how those concepts are done.
This document is the starting point for the SDK https://msdn.microsoft.com/en-us/library/bb200104.aspx and the "Network" concepts you are specially looking for are discussed here: https://msdn.microsoft.com/en-us/library/bb975947.aspx
As for the database for accounts, this would be no different than any typical application that accesses a database and stores user accounts.

.Net MVC certification way [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
At beginning next year I'll end my education and start professional way with web app development (my target is Web development especially asp.net mvc). At this moment I work and each day I still progress my skills. I think it's difficult question but I want to hear from more experienced persons that it is really sense with achive certificates (if yes what certificates are important and for which I should focus) or rather focus on self build-up carrier.
Taking certifications won't do you any harm, as going through the process of studying for them should improve your knowledge and help develop your skills. The official study guides for some of the MCSD certifications cover a lot of material and show you how to build some cool demo apps, so I'd recommend targeting them if any.
In interviews though, most employers are more interested in how good you are at describing technical concepts and what your previous projects were than what certificates you've got. So just don't expect having a few certificates to be a substitute for being able to demonstrate strong technical skills and experience.
Only certification are not useful. better you get advance knowledge and experience in appropriate technology. As of now you are fresher so first start preparing self study and small smalpoc with each subject.
if you are want to do certification only for getting good job and salary then it will not be useful. because once you mention certification in your resume then expectation of interview panel from you will be little bit high.
So think all way and take proper decision. All the best.

Creating a human model in a web application [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking forward to create a web application which allows user to generate 3D human models. When user gives the particular measurements, respective model should be generated.
I am planning to do this in .net platform. I have few questions.
What are the possible tools and languages
Is there any library for .net (visual studio 2012) to create a human model at the application run time
Thanks in advance.
Forgive me, but it sounds like you're underestimating the difficulty of this project.
I'll give you some answers in earnest:
If you're showing 3D models in Silverlight, you're likely going to want to check out this article.
Generating realistic human models is NOT a trivial task. I have never heard of anyone doing this on the fly before, so you have a long road ahead of you.

Looking for an online IDE [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have been looking for a fairly decent online IDE that does well with both c# and java, I have tried Cloud9IDE, CodeRun, and Amy Editor. I really had liked CodeRun until i found that it was impossible for me to add another file into the same project, unless i was just doing it wrong which is possible. Amy Editor was very promising also until i couldn't figure out how to create a new project or compile the sample code i had written. If anyone knows how to use these editors or of any other good online IDE environments then I'm game to learn.
Why not run your IDE somewhere on a machine and connect to it remotely? You can even install your own Virtual Desktop on Amazon EC2 for example, so you don't have to run the machine yourself. For an idea on how to do this see http://cloud.ubuntu.com/2010/11/show-off-ubuntu-desktop-on-cloud/ for example.
Have you tried using Compilr?
I think it's only been up and running for a few months but it's a pretty good website, not sure if it meets your functionality needs though.

Categories