Category : softwareengineering

I’ve been working on software to modify a game’s resource files, and I’m planning on releasing it in open source. I’m perfectly fine with releasing my code under gpl v3. However, I’m afraid that that would deter others from writing extensions for my software, as I have had others offer to do so – the community which I’m working with is very much afraid of open source leeches, and as a result, the majority of popular released projects are closed source. As such, I’d be more comfortable with something like BSD o..

Read more

Read more

Been building a WP7 app and now I need it to communicate to a WCF service I made to make changes to an SQL database. I am a little concerned about security as the user name and password for accessing the SQL database is in the App.Config. I have read in places that you can encrypt the user name and password in the config..

Read more