Giovanni Galbo

4,401
reputation
685 views

Registered User

name Giovanni Galbo
member for 1 year
seen 18 hours ago
website
location New York, New York USA
age 29

Co founder and CEO of Xtensible Web Solutions, LLC.

I enjoy programming in .NET and native c++. I'm really interested in operating systems and compilers... when I get some free time I would like to start working on a simple-but-better-than a-toy-OS from scratch.

2d
awarded  Good Answer
Dec
10
comment How is C# inspired by C++ more than by Java?
How would knowing the answer prove that you a viable candidate?
Dec
10
comment Use of var keyword in C#
You're right about IEmployee vs Employee. However, my personal opinion is that not having the actual type right on the screen goes against the spirit of a strongly typed language like c# (just a gut feeling... nothing quantifiable). Do I freak out when someone does var e = GetEmployee()? Not at all. In fact I've probably done it a bunch of times myself.
Dec
9
comment Use of var keyword in C#
@Joel Mueller I meant inferred by a human, not by the parser. I thought that was clear by the following sentence.
Nov
18
revised Using Linq-to-SQL entities in your BLL or UI?
added 63 characters in body; deleted 1 characters in body; added 9 characters in body
Nov
18
answered Using Linq-to-SQL entities in your BLL or UI?
Nov
10
answered .NET Team - Best Practices and Methods
Nov
10
comment What is best book for ASP.NET MVC?
I thought this book was great. In general, when learning something new I prefer the Apress books... They provide a lot of detail but are still very accessible to new comers.
Oct
21
awarded  Notable Question
Sep
29
answered Is it foolish of me not to use NHibernate for my project?
Sep
28
awarded  Popular Question
Sep
25
revised ASP.NET Scaffolding/Templating CRUD Solutions
loose to lose
Sep
18
comment How to get started in operating system development
FYI, this is from before the comment system was implimented
Sep
18
comment How to get started in operating system development
FYI, this is from before the comment system was implimented
Sep
18
revised How to get started in operating system development
added 162 characters in body; edited tags; added 265 characters in body
Sep
15
awarded  Popular Question
Sep
12
comment What differences are expected of XHTML5 versus HTML5?
What happened to xhtml 2 to 4?
Sep
10
awarded  Popular Question
Sep
5
accepted Display image from IMAGE object in MVC
Sep
4
answered Display image from IMAGE object in MVC
Sep
4
revised Display image from IMAGE object in MVC
added 1 characters in body; edited tags
Sep
2
awarded  Yearling
Aug
25
accepted How do you set up your virtual machines?
Aug
24
accepted Will .net 2.0 and 3.5 run side by side?
Aug
24
answered Does a “thin data access layer” mainly imply writing SQL by hand?
Aug
23
revised How to get started in operating system development
added 776 characters in body
Aug
23
comment How many gas stations in USA?
I don't mind the estimation teasers too much... as long as you explain your answer you're OK (I hope). I hate the ones that have you flipping hypothetical switches to light bulbs you can't see and other nonsense. What makes it worse is that typically the interviewer is unimaginative, so if you don't give the same exact answer as the one he "knows," then its wrong.
Aug
23
revised How many gas stations in USA?
deleted 1 characters in body; added 2 characters in body
Aug
23
revised How many gas stations in USA?
edited tags; edited tags
Aug
22
answered How many gas stations in USA?
Aug
22
answered How can I build a small operating system on an old desktop computer?
Aug
22
comment How can I build a small operating system on an old desktop computer?
@Max and @Tom, I got the bug too. I'm actually gearing up to start this time around :)
Aug
22
awarded  Nice Question
Aug
20
comment What does good, modern c code look like?
@Norman looks like the book is available on Safari. I must have skipped it over because it is 13 years old (assumed it wouldn't be "modern code"), but I'll check it out on your recommendation; thanks!
Aug
19
asked What does good, modern c code look like?
Aug
19
accepted How do I get a path suitable for storing temporary files?
Aug
18
answered How do I get a path suitable for storing temporary files?
Aug
18
revised How do I get a path suitable for storing temporary files?
edited title
Aug
14
asked How well does the Kindle work with O’Reilly Safari?
Aug
12
comment What apps do program in C++ nowadays
I'm not really sure what point some of you guys are trying to make is. All of the desktop Windows "killer apps" that I can think of are 10+ years old, so of course they are C++. Pretty much all of the "killer apps" of the 2000s have been web apps; except for maybe iTunes, and that's by Apple...
Aug
12
answered How do you keep up with the Software Development world?
Aug
10
answered Is Using URL Rewritting Pivotal for Scaling a Larger App
Aug
8
revised How to get started in operating system development
added 1 characters in body
Aug
5
awarded  
Aug
5
revised How to get started in operating system development
added 192 characters in body
Jul
28
revised How to get started in operating system development
added 262 characters in body
Jul
28
revised How to get started in operating system development
added 185 characters in body; added 22 characters in body
Jul
21
awarded  Popular Question
Jul
21
revised Why use Finally in Try … Catch
added 2 characters in body
Jul
21
comment Why use Finally in Try … Catch
Unplugging the computer while in the middle of the try block will also cause the finally not to execute :)