CarlosMPerez

Stories kicked by CarlosMPerez

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

When are we going to see Glasnost?(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 3 months ago

The Java and .NET community largely oppose each other... read more...

add a comment |category: |Views: 0

tags: another

Random (and fake) surname generator(codecruncher.blogsome.com)

submitted by CarlosMPerezCarlosMPerez(160) 5 years, 4 months ago

Answering a code challenge by Jon Galloway (also here in DotNetKicks) to generate random surnames, here's my solution. Feel free to use it for your grid or database needs ! read more...

add a comment |category: |Views: 2650

tags: another

Compressing and uncompressing ZIP files(codecruncher.blogsome.com)

submitted by CarlosMPerezCarlosMPerez(160) 5 years, 4 months ago

A simple tutorial about how to compress and uncompress ZIP files using SharpZipLib. read more...

add a comment |category: |Views: 339

tags: another

Free PowerShell IDE(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

PowerShellIDE is a graphical user interface that helps explore and exploit the vast power available with PowerShell. It contains a debugger, lets you step through PowerShell scripts, explore variables as you run your scripts and also supports many Intellisense-like functions. Currently, PowerShellIDE is absolutely free. It is an experimental editor we programmed to learn more about PowerShell. read more...

add a comment |category: |Views: 387

tags: another

Unlock files/folders with ease(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Ever been developing a web app, and you wanted to delete a folder but you couldn't because some process had a lock on it. Instead of hunting down and manually trying to determine what process is maintaining the lock; you can utilize Unlocker to remove the lock for you without any guessing required!! read more...

add a comment |category: |Views: 5

tags: another

Extending HttpApplication with session counts and uptime in C#(damieng.com)

submitted by gringodgringod(270) 5 years, 11 months ago

It's sometimes useful to know or display how many people are currently using your web application and how long it's been up for. As web applications normally inherit from System.Web.HttpApplication we can extend this class with a common re-usable class to add the required functionality. read more...

add a comment |category: |Views: 11

tags: another

Code Smells(codinghorror.com)

submitted by HaackedHaacked(5105) 5 years, 11 months ago

Jeff Atwood outlines the list of classic "Code Smells". These are indicators that your code is not clean and could be difficult to maintain. read more...

add a comment |category: |Views: 5

tags: another

HOWTO: AJAX.NET and C#(you.gotfoo.org)

submitted by gotfoogotfoo(115) 5 years, 11 months ago

Doing something useful with Ajax and C#. read more...

add a comment |category: |Views: 3

tags: another

Poor Man's TFS(analystdeveloper.com)

submitted by gyenicerigyeniceri(150) 5 years, 11 months ago

Last weekend, I sat down and decided to install one of my crappy computer as a Source Control and Continues Integration machine. What I need is Subversion source control and other bits and pieces to have a fully functional Source Control System. read more...

2 comments |category: |Views: 4

tags: another