jamesewelch

Stories kicked by friends of jamesewelch

Matching Anchor tags with Regular Expressions(blogs.worldnomads.com.au)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

From Matt Bourne's Blog: "As some of you would have noticed, I like to do my matching in steps. That is, match the main tag that I'm after and then match for the attributes." read more...

add a comment |category: |Views: 23

tags: another

What is The Regulator?(regex.osherove.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

The Regulator is an advanced, free regular expressions testing and learning tool written by Roy Osherove. It allows you to build and verify a regular expression against any text input, file or web, and displays matching, splitting or replacement results within an easy to understand, hierarchical tree. read more...

add a comment |category: |Views: 4

tags: another

CryptoUtility: Workspace Home(gotdotnet.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Highly secure enterprise-class cryptography utility. As documented in November 2004 MSDN magazine article. Three-level security--out of process, DPAPI encrypted key, identity of processes. read more...

1 comment |category: |Views: 42

tags: another

Building Secure ASP.NET Applications: Authentication, Authorization...(msdn.microsoft.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Building Secure ASP.NET Applications includes a series of How To articles that provide step-by-step instructions to help you learn and implement various key procedures used to develop secure solutions. This index lists the How To articles that are included. read more...

add a comment |category: |Views: 25

tags: another

I coulnd't do regex coding without this(sellsbrothers.com)

submitted by csmbacsmba(110) 6 years, 2 months ago

After discovering this tool, I just can not imagine doing any regex coding in .net without this. It is free, and saves you tons of debug time and compilations. All you need is to play with your regex on this tool, perfect it, and then write the code. just love it! read more...

2 comments |category: |Views: 18

tags: another

Compress ASP.NET 2.0 ViewState(techtoolblog.com)

submitted by teenwolfteenwolf(235) 6 years, 2 months ago

Benchmarking test with 116 web controls on 1 page to reduce viewstate size from 43.3 kb to 3.5 kb. read more...

add a comment |category: |Views: 36

tags: another

self-contained ASP.NET application that demonstrates a few things(weblogs.asp.net)

submitted by cainfotechcainfotech(460) 6 years, 2 months ago

David Hayden blogged about a cool new ROW_NUMBER() function that SQL 2005 provides that got me excited and inspired to write a little code last night. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio 2005 Code Snippets(msdn.microsoft.com)

submitted by dereklakindereklakin(1565) 6 years, 2 months ago

IntelliSense Code Snippets are reusable, task-oriented blocks of code. Visual Studio 2005 includes code snippets covering tasks ranging from creating a custom exception, to sending an e-mail message, to drawing a circle. read more...

add a comment |category: |Views: 7

tags: another

The Life and Times of Anders Hejlsberg(channel9.msdn.com)

submitted by dereklakindereklakin(1565) 6 years, 2 months ago

"Behind the Code" on Channel 9 focuses on Anders Hejlsberg. read more...

add a comment |category: |Views: 3

tags: another

Bouncy Castle Crypto APIs in C#(bouncycastle.org)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

This port features tools for X.509 Certificate generation, Certificate request generation, generation and reading of PKCS12 files, password based encryption, a full port of the ASN.1 library, including the OCSP, CMS classes and the full X.509 set. (Also open source) read more...

add a comment |category: |Views: 568

tags: another

Dandelions, VCR Clocks, and Last Logon Times...(microsoft.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

...These are a Few of Our Least Favorite Things: But At Least Now We Can Do Something About Calculating the Last Logon Time read more...

add a comment |category: |Views: 29

tags: another

Paint.NET(eecs.wsu.edu)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Paint.NET is an open source image and photo manipulation software designed to be used on computers that run Windows 2000, XP, Vista, or Server 2003. It supports layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. read more...

2 comments |category: |Views: 9

tags: another

Consuming WebServices with SSL and HTTP BASIC Authentication (eggheadcafe.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Excellent article on how to have web services check SSL certificate status and over-ride that default behavior based on the CertificateProblem enum. It also covers how to use BASIC authentication with SSL on the web service as well. read more...

add a comment |category: |Views: 183

tags: another

Fun With C# and HP Laserjets (odetocode.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Using sockets and C#, you can customize the display of a networked HP Printer (humorous). read more...

add a comment |category: |Views: 2

tags: another

All About Assert Part I: What Assert Actually Does(blogs.msdn.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

There are several common misconceptions about the Assert stack modifier, this article covers this topic. read more...

add a comment |category: |Views: 1

tags: another

Design Patterns in C#(dofactory.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. read more...

1 comment |category: |Views: 10

tags: another