|
|
Browse by Tags
All Tags » programing (RSS)
Showing page 1 of 4 (39 total posts)
-
Hi,
If you take a look in our svn repository you'll see that lots of changes were applied to configuration code (starting with version 7.7). Take it easy, we kept the ''old'' configuration interface in place; we just deprecated it, so update your code to use the new interfaces if you have the chance ;)
In this post I'd like to discuss some ...
-
If so, you should go and grab a copy (for free) of CodeRush Xpress for Visual Studio!
(I already own a copy of another addin, but I'll give it a try anyway :)
Adriano
-
Hi.
Are you a Windows developer? Or simple a Windows enthusiast? So you probably is aware of Microsoft PDC 2008.
I'd love attend it but I couldn't :(
At least we can grab (all?) Microsoft PDC 2008 Videos.
Have fun!
Adriano
-
Hi!
A very interesting PDC talk (by Anders Hejlsberg) about the future of C#.
As a teaser, just some subjects covered in the this talk:
More dynamic constructs
Optional / Named arguments
Concurrency
If you work with C#/.Net you can't miss this one!
Adriano
-
You need to see this! Really amazing :)
See you.
Adriano
-
As you probably already know :), Sharpen is a tool (developed by db4o) that aims at easing development efforts by translating java source code into C#. This tools make it easier to provide native solutions in either Java/.Net platforms.
While talking about how to run Sharpen test suite in this post I told that I'd show how to improve these ...
-
Hi.
That computer technology evolves day by day and the amount of information in this area is gigantic many of you already know (so do I), but today I was talking to a friend of mine and I realized how many books I want to ready (only in the subject Windows + .Net).
If you are curious you can see the list here but most of them were not published ...
-
Hi,
Just to let you know I've posted about Transparent Activation / Persistence to db4o blogs ;)
Adriano
-
C# 4.0: Meet the Design Team
Have fun
Adriano
-
As I said in this post, today I've found an interesting site about C++ programing practices.
While reading this pages I learned another way to write a fragile application (as always, writing bad code is enough :)
So, let's go for it! What will be the output of the following program?
void main(int argc, char* argv[])
{
int n = 255;
size_t ...
1
|
|
|