Browse by Tags

All Tags » Visual Studio 2005 (RSS)

Oracle 10g for Windows Vista released

Oracle has just released a version of its database server specific for Windows Vista, you can download Oracle Database 10g Release 2 (10.2.0.3) Enterprise/Standard Edition for Microsoft Windows Vista (slightly long name). Now, if what you want is to ...

Complete Visual Studio Team System shortcut keys listing

Reading this blog entry , I remembered of the times when my younger brother Alex was the capo of PowerBuilder 6: just to impress you, he would put the mouse in his shirt pocket and then banged through the IDE just with the keyboard with amazing speed...

Programmer fonts, do they matter?

May be I pay attention to silly things, but some fonts are easier to read than others and if you keep writing or reading code during hours and hours, the font that you use may very well affect your productivity (just a theory , besides, far more ridiculous...

PowerCollections.MultiDictionary

¿Quieres leer esto en español? Ven acá . My friend Harley came by with an interesting problem: he had a list of Person objects with properties like id, first name, last name, etc. Now Harley needed to search for people in the list by lastname, what comes...

Atlas Toolkit released

The first official release of the Atlas Toolkit is ready! Well, what nowadays is called a release, what with the release-early-get-feedback-CTP-like-hell-release-again cycle. But I won't rant at the moment because these are actually good news, so go download...
Posted by Edgar Sánchez | with no comments

Faster databinding

My friend Harley Jácome has started blogging (hey, ¡ está en español! ). There he describes a neat Windows Forms databinding trick that is probably very old but that I wasn't aware of. Which one do you think is faster? CitiesComboBox.DataSource = CitiesDataTable;...

Slides for the JSP - ASP.NET Architecture Comparison Webcast

As promised I just uploaded the demo files for the JSP - ASP.NET Architecture Comparison webcast . You can now download the JSP demo project (made with Eclipse) and the ASP.NET demo project (made with Visual Web Developer). Both projects connect to the...

Isolated Storage

Say you want that every user save her preferences, last actions, last login time, etc. in her PC, where would you put that information? In isolated storage of course, this is like a .NET managed folder where you can create a number of files, there is...
Posted by Edgar Sánchez | with no comments
Filed under:

A revisit to a tiny C# shortcut

My blog on string.IsNullOrEmpty() caused quite a stir (in my micro-scale, anyway), I got a number of comments, most of them interesting, and I feel happy of *not* being the only guy interested in silly small details. The feedback forced me to polish my...

Comparing ASP.NET and JSP architecture and components

Next Tuesday 4th I'll be doing a webcast by the title of Comparing ASP.NET and Java ServerPages (JSP) Architecture and Components , as usual I'll try to minimize the quantity of slides and show as many code as possible. The webcast will be at 9:00 A.M...
More Posts Next page »