simplicityiskey

Stories submitted by simplicityiskey

New Digg Like Site With a Unique Niche(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This site is similar to alot of the social news promotions sites but has a very unique niche. Everything is related to posting and rating articles that are geared toward keeping software development and IT simple. This post describes it and provides a link. read more...

1 comment |category: |Views: 0

tags: another

Simplify your Data Access and Business Object Layers(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

So many developers over-complicate these two layers in application design. In some cases, additional complexity is necessary but, in most cases, developers over do it. You can acheive much cleaner code by staying away from the ADO.NET DataSet and using a simple Data Access Layer and your own SIMPLE business objects. read more...

1 comment |category: |Views: 7

tags: another

When is it enough AJAX?(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

A good set of questions to ask yourself to see if you are taking AJAX a little too far in your application. read more...

add a comment |category: |Views: 0

tags: another

What a .NET Interview SHOULD Be!(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

I wish I had interviews like the one described here. This process would really allow you to show your skills with actions. I think the interviewee benefits from this as well. If they don't like the team they will be working with they can bow out of the rest of the process. read more...

4 comments |category: |Views: 8

tags: another

Nice Ajax Script!!!(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

If you are like me and prefer to use Ajax outside of the wrapped AJAX.NET world, here is a nice script that contains everything you need to get Ajax going in your app. It is also nice because it has built in management of handling multiple requests and responses. read more...

1 comment |category: |Views: 4

tags: another

Nice Sample Web App using GOF and Head First Design Patterns(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

This is a nice simple example of how easily one can put together an app using GOF and Head First design patterns. read more...

add a comment |category: |Views: 5

tags: another