Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

Gonzalo Brusella

@Gonzalo Brusella
About
Posts
38
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How Many Years Coding
    G Gonzalo Brusella

    I did my first program (a simple calculator) when I was 6 (1986), on a Sinclair Z80 with Basic... It was even stored in a DataSette. That's how I started in math...

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge business question learning

  • How old were you when you first wrote a line of code ?
    G Gonzalo Brusella

    5/6 years old, on Basic on a Sinclair's Z80 Clone

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge question

  • 27 things only developers will find funny
    G Gonzalo Brusella

    The 28th (See the URL) is in the page source...

    27 Things Only Developers Will Find Funny
    

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge csharp com tools question

  • Large collection of Free Microsoft eBooks
    G Gonzalo Brusella

    Thanks You!

    I'm on a Fuzzy State: Between 0 an 1

    The Insider News sharepoint csharp database sql-server visual-studio

  • Write in C - After Lennon/McCartney
    G Gonzalo Brusella

    Very old... I haven't seen this in YEARS (thigs always comes back)... since I used FidoNet... OMFG :^).. I'm getting old X| X|

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge delphi com graphics question learning

  • LOLCODE
    G Gonzalo Brusella

    I'm pretty sure all you know this: http://code.google.com/p/lolcode-dot-net/[^]

    The Lounge question learning

  • C# 4.0
    G Gonzalo Brusella

    Default initialization on auto-implemented properties!!

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge csharp question discussion announcement

  • Sci-fi movies
    G Gonzalo Brusella

    Pitch Black Blade Runner 2001: A Space Odyssey The Iron Giant And the almost unknown White Dwarf[^]

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge question

  • I (not) heart *nix
    G Gonzalo Brusella

    Me too... RH is a pain... God save those old Slackware days!

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge learning apache design linux algorithms

  • I've Never Seen A Better Open Source Analysis... NOT EVER!!!
    G Gonzalo Brusella

    micmanos wrote:

    "Open source like Free Speech - NOT Free Beer !!!" was the moto but it takes a lot more than the source code to benefit from.

    Like this FREE Beer[^]?

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge question com help

  • We're 8!
    G Gonzalo Brusella

    Congratulations to all CP staff and members of this amazing community!!!!

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge c++ php com sysadmin linux

  • Source repository for non open source project
    G Gonzalo Brusella

    Sort of... I found Assembla[^] wich seems ok for their use.

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge help question

  • Source repository for non open source project
    G Gonzalo Brusella

    Anyone knows a File repository for a non Open Source Application?? There is a distributed group of developers trying to work together but it is very difficult to them to work without a central source repository. Any help will be appreciated! Thanks

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge help question

  • Recommendations on Issue Tracker that is integrated into Subversion
    G Gonzalo Brusella

    What about Jira??

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge csharp python asp-net database mysql

  • How old did you start programming?
    G Gonzalo Brusella

    I've started on my dad's job when I was four correcting their Fortan syntax on a TI-99 as a game... When I was 6 my family buyed my first CZ Spectrum (The argentinan-renamed version of the Sinclair ZX Spectrum) with a datasette unit for storage (Ohh those old happy days :(( ) When I was 12, I had my firt PC (a 80386 with 4 MB of RAM). My fist real development language was Basic... Later Pascal and C came into my life and the the last one never went away...

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge question

  • This is SO wierd.
    G Gonzalo Brusella

    I Agree this is VERY weird...

    I'm on a Fuzzy State: Between 0 an 1

    The Lounge php html com code-review

  • SqlClientPermission
    G Gonzalo Brusella

    I have 3 components Component A (a scheduling engine), B (a windows service) and C (a task) Component C implements objects of type A. Component B creates objects of type C by reflection. Component C needs to access a SQL Server DB but i don't understand why he cannot open a connection to the DB. This are component A permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Data.SqlClient; using System.Net.Mail; ... [assembly: SmtpPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: SqlClientPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: UIPermission(SecurityAction.RequestMinimum, Unrestricted = false, Window = UIPermissionWindow.AllWindows)] [assembly: IsolatedStorageFilePermission(SecurityAction.RequestMinimum, UserQuota = 1048576)] [assembly: SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode = true)] [assembly: FileIOPermission(SecurityAction.RequestOptional, Unrestricted = true)] [assembly: CLSCompliant(true)] This are component B permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Diagnostics; using System.Configuration; using System.Data.SqlClient; using Microsoft.Practices.EnterpriseLibrary.Logging; ... [assembly: SqlClientPermission(SecurityAction.RequestMinimum)] [assembly: ConfigurationPermission(SecurityAction.RequestMinimum, Unrestricted = true)] [assembly: EventLogPermission(SecurityAction.RequestMinimum, PermissionAccess = System.Diagnostics.EventLogPermissionAccess.Write, Unrestricted = true)] [assembly: UIPermission(SecurityAction.RequestMinimum, Clipboard = UIPermissionClipboard.AllClipboard, Unrestricted = false, Window = UIPermissionWindow.AllWindows)] [assembly: IsolatedStorageFilePermission(SecurityAction.RequestMinimum, UserQuota = 1048576)] [assembly: SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode = true)] [assembly: FileIOPermission(SecurityAction.RequestOptional, Unrestricted = true)] [assembly: CLSCompliant(true)] This are component C permissions using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Data.SqlClient; using System.Net.Mail; ... [assembly: SmtpPe

    C# database csharp sql-server sysadmin security

  • FTP Drive Space
    G Gonzalo Brusella

    As far as I know there is no way to know the free space unless the server has a [realy twisted custom] command fot it. IE: If you want to store a file you send a "STOR" command. To change the current dir, the command is "CWD". As far as I know there is no "standard" command for get the free space :( -- modified at 10:51 Friday 18th August, 2006

    I'm on a Fuzzy State: Between 0 an 1

    C# csharp visual-studio sysadmin question

  • How to obtain the index of the last entry in a collection
    G Gonzalo Brusella

    What's the SpinDataCollection type? a Generic collection? An ArrayList?? What???

    I'm on a Fuzzy State: Between 0 an 1

    C# database tutorial

  • Impersonation + Process.Start
    G Gonzalo Brusella

    This is much better code than the one i've made... Thanks!

    I'm on a Fuzzy State: Between 0 an 1

    C# csharp performance help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups