rgelb

Stories submitted by rgelb

How to determine whether an assembly is 32 bit, 64 bit or AnyCPU.(www.angryhacker.com)

submitted by rgelbrgelb(250) 1 month, 2 days ago

With proliferation of libraries around the .NET world, sometimes you need to determine how the DLL was compiled or even whether it’s managed or not. 32 bit or 64 or AnyCPU. read more...

add a comment |category: |Views: 4

tags: another

How to find all printers in your Active Directory(www.angryhacker.com)

submitted by rgelbrgelb(250) 2 years, 1 month ago

If you ever want to do a prank (http://www.angryhacker.com/berry/HpPrinterFun.html) on a massive scale, you need to find all the printers in your Active Directory, not only ones that are connected to your computer. Oddly enough, the method to find them is not trivial. read more...

add a comment |category: |Views: 6

tags: another

5 ways to be a more efficient developer in 5 minutes(angryhacker.com)

submitted by rgelbrgelb(250) 3 years, 3 months ago

After reading 8 ways to be a better programmer in 6 minutes article, I thought I’ll come up with my own list, but focus on efficiency and speed. Anyway, here it goes. read more...

add a comment |category: |Views: 35

tags: another

How to reference an assembly from the GAC(angryhacker.com)

submitted by rgelbrgelb(250) 4 years ago

One persistent point of pain and misunderstanding for many .NET devs is referencing assemblies that are in the GAC, but do not appear in the 'Add Reference' dialog. This article provides workarounds and explains the nuts and bolts of this issue. read more...

add a comment |category: |Views: 37

tags: another

Subtext ported to MySQL(angryhacker.com)

submitted by rgelbrgelb(250) 4 years, 6 months ago

In addition to Microsoft SQL Server, Subtext can now run on MySQL open source database server. read more...

add a comment |category: |Views: 22

tags: another

Essential Developer Productivity Tools List(angryhacker.com)

submitted by rgelbrgelb(250) 4 years, 8 months ago

After reading Scott Hanselman's Developer and Power User Tools List, I took inventory of my system and, surprisingly, found very little overlap. My utilities tends toward the developer productivity tools, the things that makes you lazy and make your life convenient. read more...

add a comment |category: |Views: 169

tags: another

MySQL eye for an Microsoft SQL Server guy(angryhacker.com)

submitted by rgelbrgelb(250) 4 years, 8 months ago

As I've been porting Subtext to MySQL, it's been a learning experience. I've come to both marvel at MySQL's simplicity and tear my hair out at the maddening insanity of half-implemented features. I go back and forth between saying "SQL Server should have done this" and "SQL Server had this in 1997, why can't these guys". read more...

1 comment |category: |Views: 5

tags: another