Paolo's Notes

BA by day, sleepy coder by night...

Browse by Tags

All Tags » NFFTI » .NET Development (RSS)
Sorry, but there are no more tags available to filter with.
The fun is back
Well, I'm going on developing infrastructure code for NFFTI (yeah, I know. I'll post more gruesome details later) and I realized a simple fact: I'm having fun. It has been years since I had real fun coding, since Turbo Pascal 5.5 or the early Visual Basic...
WS POLICY SI TEH WIN!!111
In the comments on my previous post, John Bristowe gently offered his help to guide me across the Dead^H^H^H^H WSE 2.0 Marshes... Fool! He didn't know what was expecting him! But in the end, he provided me with invaluable knowledge, tips and simply buckets...
WS-I thinghies
So we have Nfftiws (the web service that deals with Users). We can call the GetUser method by passing email and password and get all the user's info and... Now wait a second. Passing email and password to a web service? Using SOAP? On the public internet...
Hashtables and Web Services and .NET. What's up with that?
The UserSet class was supposed to be implemented like this: public class UserSet { public NFFTI.User user; public NFFTI.GroupCollection groupCollection; public Hashtable propertyCollection; .... } propertyCollection being (quite obviously) a Hashtable...
NFFTI architecture and experiments
The NFFTI administration engine is composed by a set of web services that will be accessed by a web interface and a rich client application. To start experimenting with the overall architecture, I generated a series of Data Access classes (using CodeSmith...
More Posts