Acro

Stories kicked by Acro

Hidden Programs In Windows XP(smartbro.blogspot.com)

submitted by hezronhezron(100) 5 years, 8 months ago

A very usefull hidden program of windows xp read more...

add a comment |category: |Views: 11

tags: another

First Look At Windows PowerShell(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

First look at Windows PowerShell the new command line from Microsoft. read more...

add a comment |category: |Views: 1

tags: another

Code Style Enforcer (joel.fjorden.se)

submitted by duckieduckie(150) 5 years, 8 months ago

Code Style Enforcer is a free plugin for DXCore (also free), that highlights errors in your coding-style. This ensures your code allways looks the same (works both vb and c#). A must-try! read more...

add a comment |category: |Views: 162

tags: another

Validate strong passwords in C# and ASP.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Use this simple method to check if a password is strong or not. You can change the regular expression to suit your needs. read more...

add a comment |category: |Views: 294

tags: another

Creating Custom Cache Dependency(dotnetbips.com)

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

Bipin Joshi has written an article on creating custom cache dependancies - "ASP.NET 2.0 offers you several ways to set a dependency between a cached item and a file(s), another cached item(s) or SQL Server database table. No doubt they satisfy most of the real world needs. However, at times the features offered by these dependencies are not sufficient. In such cases you can create your own dependency and use it instead of inbuilt ones. In this article you learn how this can be accomplished." read more...

add a comment |category: |Views: 193

tags: another

Stronger Password Encryption(madskristensen.dk)

submitted by silverCOREsilverCORE(275) 5 years, 8 months ago

Mads Kristensen gives us a great encryption method that uses SHA256. read more...

add a comment |category: |Views: 24

tags: another

Very cool Busy Box ASP.NET progress indicator (weblogs.asp.net)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

We often need to provide a user message informing the user that their request is “processing”. Like the hour-glass mouse pointer lets the Windows user know the system is busy processing their last request, I have a simple, clean, and effect solution to providing this on web pages. read more...

add a comment |category: |Views: 2477

tags: another

Simple and efficient password encryption in .NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

A very simple method that encrypt strings like passwords. Add a little more security to you're applications. read more...

add a comment |category: |Views: 13

tags: another

Read file and directory attributes(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

I’ve just finished a small application that does some IO work on files and directories. The application moves directories to new locations, but every time a folder or file was marked read-only it would of course throw an exception. The same happened with system files and folders. The obvious solution would be to add a try/catch block to the method, but I wanted something better. read more...

add a comment |category: |Views: 9

tags: another

Get flying with Isolated Storage in C#(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 8 months ago

Isolated Storage is a place on the disk where your .NET application always has write permissions. That makes it ideal for applications that need to store information such as settings or XML without first asking for permission. Application types such as ClickOnce or non-installable applications would benefit hugely from this capability. read more...

add a comment |category: |Views: 47

tags: another

Creating custom, truly modal pop up messages using Javascript(slayeroffice.com)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

I was looking for a clean way of creating truly modal pop up messages in my VB.NET application. This article explains how to do it using Javascript. The basic idea is to over-ride the default window.alert method of a browser. read more...

1 comment |category: |Views: 63

tags: another

Asynchronous Pages in ASP.NET 2.0(msdn.microsoft.com)

submitted by jhol3990jhol3990(495) 5 years, 8 months ago

Improve scalability on your asp.net applications ... read more...

add a comment |category: |Views: 6

tags: another

Ultimate programmer's reference - QuickRef.org launches(quickref.org)

submitted by silverCOREsilverCORE(275) 5 years, 8 months ago

AJAX-powered site searches for documentation on CSS, HTML, HTML DOM, Java, JavaScript, MySQL, PHP, Perl, Ruby, and more languages added all the time. read more...

add a comment |category: |Views: 0

tags: another

VisualSVN - Finally Feel-Good Visual Studio Plugin for Subversion(codebetter.com)

submitted by dalzieldalziel(6230) 5 years, 8 months ago

VisualSVN takes a novel approach to bringing SVN into the Visual Studio IDE... it brings Tortoise into the IDE! Rather than switching to a Windows Explorer window to use Tortoise on your source tree, VisualSVN simply opens the appropriate Tortoise screen as a modal window over Visual Studio. read more...

1 comment |category: |Views: 47

tags: another

More on best practices for exception handling(srtsolutions.com)

submitted by jimholmesjimholmes(215) 5 years, 8 months ago

Bill Wagner (author of "Effective C#"), adds his smart thoughts to Scott Hansleman's post on best practices for exception handling. read more...

add a comment |category: |Views: 76

tags: another

Masterpages hate logic, throw interfaces at them(sitepoint.com)

submitted by ChrisShawChrisShaw(65) 5 years, 8 months ago

Wyatt Barnett explains a good way to keep your logic and presentation independent. read more...

add a comment |category: |Views: 5

tags: another