-
as seen on Programmers
- Search for 'Programmers'
I Originally asked this question in SO but on advice I have moved the question here...
I'll admit I'm a spring newbie, but you can correct me if I'm wrong, this one liner looks kinda fishy in a best practices sort of way:
@RepositoryRestResource(collectionResourceRel="people"...) public interface…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am building an application that will function as a client-server application, and also as a disconnected client application. I will be using WPF (browser app for client-server application).
When interacting with the server's database, I will need to connect using WCF web services. When connecting…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I have a tile based map with a top down camera. My sprite stops moving when he collides with a wall in any of the four directions however I am trying to get the sprite to slide along the wall if more than one directional key is pressed after being stopped. Tiles are set to 32 x 32.
Here is my code;
…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
The Open System Interconnection Reference Model (OSI Reference Model or OSI Model) is an abstract description for layered communications and computer network protocol design. In its most basic form, it divides network architecture into seven layers which, from top to bottom, are the Application, Presentation…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
What's the difference between a Layer 2 & Layer 3 switch?
I've always wondered and never needed to know until now.
>>> More