News in the Category: Regex Subscribe to the rss of this category.

Total posts: 713 | Sort by Views | Sort by Hits

Strong Password Validation

The Code Project Latest Articles, May 17, 2012
Views: 157 | Hits 19

Regular Expression for a strong password using jQquery AJAX....

The Regular Expression Skidmarklet

The Code Project Latest Articles, May 12, 2012
Views: 148 | Hits 5

From Pins to Poops, your bookmark bar can do more. Read about the Skidmarklet... a JavaScript Bookmarklet and lessons in RegEx....

Eye Dropper control in WPF

The Code Project Latest Articles, May 5, 2012
Views: 158 | Hits 11

Eye dropper control, used to pick color from the environment like the one in Expression Blend or Visual Studio Designer....

Validating gender dynamically using REGEX

The Code Project Latest Articles, April 19, 2012
Views: 148 | Hits 6

Validating gender dynamically using REGEX...

The Real Pain of Software Development [part 2]

youve been HAACKED, April 16, 2012
Views: 270 | Hits 22

Around eight years ago I wrote a blog post about Repetitive Strain Injury entitled The Real Pain of Software Development [part 1]. I soon learned the lesson that its a bad idea to have Part 1 in any b...

YALCP [Yet Another LOL Code Parser]

MSDN: Coding4Fun, March 28, 2012
Views: 282 | Hits 6

Today's project takes us back a few years to when adding new languages to .Net was all the rage. Today's project is a LOLCode parser."Wait, isn't there one already?" you ask?Yes, there is, http://co...

Printing with RadScheduler for WinForms in a Nutshell

the telerik blogs, March 16, 2012
Views: 270 | Hits

As you may already know, Q1 2012 RadControls for WinForms brought to you one much requested feature- native printing support for RadGridView and RadScheduler. Utilizing its capabilities it is as easy ...

Pretty Code (BYOSP Part 10)

K. Scott Allen, March 6, 2012
Views: 277 | Hits 16

It's always been difficult to have nicely formatted source code in a PowerPoint slide, but with HTML it's fairly easy to paste code into a pre block. <pre> <code> var start = function...

Client-Side DataBinding with RadListView for ASP.NET AJAX - Part 3

the telerik blogs, February 29, 2012
Views: 329 | Hits 3

This is the third and last in a series of blog posts on the new client-side databinding features we've introduced to RadListView with the Q1 2012 release. In the first blog post, we introduced you ...

C++ AMP Video Overview

The Moth, February 24, 2012
Views: 295 | Hits 1

I hope to be recording some C++ AMP screencasts for channel9 soon (you'll find them through my regular screencasts link on the left), and in all of them I will assume you have watched this short inter...

Using Data Annotations in the .NET Framework

Jason N. Gaylords Blog, February 23, 2012
Views: 411 | Hits 23

Starting with .NET 4 or MVC3, a developer could use a data annotation on a property to force data validation. This is extremely powerful especially for MVC developers. The same data annotations can al...

JustMock Release History : Q1 2012 (version 2012.1.215)

Telerik News RSS Feed, February 15, 2012
Views: 297 | Hits 6

JustMock Q1 2012 (v2012.1.215) What's new: New: JustMock code activity workflow for one stop deployment to TFS 2010 New: Now we added JustMockRunner.exe - external tool (under Libraries folder) to...

Reset PageNumber per Report Group

the telerik blogs, February 9, 2012
Views: 167 | Hits

Download Telerik_Reporting_Reset_PageNumber_per_Group (C#) - 4.72 KB In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current...

Updated validation in Web Pages v2

mikes web log, February 8, 2012
Views: 290 | Hits 19

In v1 of ASP.NET Web Pages, you could add user-input validation by doing something like this in code:if (name.IsEmpty()) {    ModelState.AddError("Name", "You must enter a name....

Implementing a Code Action using Roslyn

C# Frequently Asked Questions, February 6, 2012
Views: 366 | Hits 21

 By Brian Rasmussen The Roslyn Services API makes it easy to implement extensions that detect and fix code issues directly in Visual Studio. The Roslyn Services API is available as part of the Ro...

About Orchard Governance and Microsoft

More Whidbey stuff, January 30, 2012
Views: 282 | Hits 17

Back in September, we did something with Orchard that is kind of a big deal: we transferred control over the Orchard project to the community. Most Open Source projects that were initiated by corpora...

JustMock Release History : Q3 SP1 2011 (version 2011.3.1323)

Telerik News RSS Feed, January 24, 2012
Views: 325 | Hits 6

JustMock Q3 SP1 2011 (v2011.3.1323) What's new: New: Support for mock inside a threadpool New: Support for asserting occurrence in extension method New: InOrder option now supports asserting the o...

My wife and I recorded a Christmas song: Twelve Days of the Partridge

JonGalloway.ToString(), December 25, 2011
Views: 404 | Hits 5

Since 2007, my wife and I have been contributing a song to the Familyre Christmas compilation albums. You can download this year's for free, and you can play them all online on Bandcamp. My wife had w...

Portable tools rock–my current favorites and a great tool

Method ~ of ~ failed, December 13, 2011
Views: 555 | Hits 29

Lately Ive been doing a lot of re-paving of machines and I never had my favorite tools on them, nor did I want to spend the time to re-install a set of tools that I knew I would blow away each day any...

JustMock Release History : Q3 2011 (version 2011.3.1116)

Telerik News RSS Feed, November 17, 2011
Views: 279 | Hits 2

JustMock Q3 2011 (v2011.3.1116) What's new: Fluent Assertions Support of mocking Static constructor Support of IgnoreArgument switch in Mock.Assert Support of mocking methods with Expression(func(...

JavaScript, MVVM and Silverlight - Papa's Perspective

JohnPapa.net, November 8, 2011
Views: 361 | Hits 25

I’ve been writing again after what amounted to a 2+ year break. In the past 3 months I’ve written 10+ articles, many of which are published for Visual Studio Magazine in my new 1 page edit...

Using the Roslyn Syntax API

C# Frequently Asked Questions, November 3, 2011
Views: 390 | Hits 17

By Kevin Pilch-Bisson As promised back when we released the Roslyn CTP, here is the first of a series of blog posts that help explain the various parts of the Roslyn API. If you dont have the Roslyn ...

.Net Micro Framework v4.2 RTW's

MSDN: Coding4Fun, October 14, 2011
Views: 448 | Hits 12

[Special edition post] I wanted to get this word out, but already had something cool written for this week's hardware post* so am going to make this a quick "special edition" post. A few months ago ...

A JavaScript Shift-Reduce Parser for Algebraic Expressions

The Code Project Latest Articles, September 27, 2011
Views: 319 | Hits 13

A JavaScript Shift-Reduce Parser for Algebraic Expressions...

Blend Drawing Tips

JohnPapa.net, August 22, 2011
Views: 360 | Hits 29

I do a lot of demos in Expression Blend and generally whiz right through creating some visuals like the one below. Yeah, not overly impressive (my drawing skills that is), but nonetheless the tips I u...

Validating Emails for System.Net.Mail

Steven Smith, August 12, 2011
Views: 493 | Hits 29

If youve worked with the System.Net.Mail API to send out messages, you may have run into the fact that when you add an email address to a message, it will sometimes throw an exception if the email doe...

Crawl Rules Tips in SharePoint 2010

Colt Kwongs Blog, July 19, 2011
Views: 431 | Hits 11

Manage Crawl Rules in SharePoint  SharePoint admin can include or exclude specific URL during the content crawling stage. The content in SharePoint will be crawled periodically so that that searc...

Using Regular Expression to Search & Replace Text in PDF Docs

ASP.NET Announcements, June 30, 2011
Views: 379 | Hits 11

What's New in this Release? New version of Aspose.Pdf.Kit for NET (5.0.0) has been released. It includes a new features for replacing text based on regular expression and uniquely identify watermarks...

My First Experience with Windows Azure Support

Keyvan Nayyeri, June 18, 2011
Views: 541 | Hits 36

Using the newest technologies in their unstable state has its own pitfalls as being careless about having a backup has, and these two factors along with using strong prescriptions drove me to mistaken...

Making regex authoring easier to read and maintain

eXtensible mind, June 13, 2011
Views: 404 | Hits 45

Im spiking ideas on how to make my regular expressions easier to read and maintain for the dev who comes after me (that could be myself in 3 months, meaning I will surely have forgotten everything abo...

Learning (REGEX) regular expression in the most easiest way.

The Code Project Latest Articles, June 4, 2011
Views: 575 | Hits 54

In this article we will try to understand what regex is and how to remember those cryptic syntaxes easily....

Currency Converter v2 Now on Caffeine!

MSDN: Coding4Fun, May 2, 2011
Views: 442 | Hits 11

Taking user feedback about the application into consideration, its time to make some improvements! JHere are some of the reports we got from the users:The application is too slow when exchanging curre...

Web Scraping in ASP.NET with Regular Expression Matching and XML Transformation

The Code Project Latest Articles, April 21, 2011
Views: 901 | Hits 65

A demo web scraping ASP.NET application utilizing Regular Expression matching and XML transformation....

Building Better HTML5

Somasegars WebLog, April 7, 2011
Views: 645 | Hits 81

With IE9's recent release, I wanted to share with you a little about some of our development tools that support HTML5, ECMAScript 5, and CSS3 development. Throughout its release cycle, IE9 has blogge...

Using The Brushes section of the Properties Panel in Expression Blend

EggHeadCafe.com New Articles, March 20, 2011
Views: 299 | Hits 1

This article, based on Chapter 3 of Expression Blend in Action by author Joel Cochran guides you through the Brushes section of Expression Blend and shows how to use Brush Resources.  read moreBy Pete...

I Missed the Visual Studio Productivity Tools

JohnPapa.net, March 15, 2011
Views: 595 | Hits 79

Tonight I rediscovered how much I love the Visual Studio Productivity Tools. Why? Because I rebuilt a PC last week and I had yet to install them. Sure, I installed VS, SP 1 and Resharper all of which...

Understanding Regular Expressions (focus on URL Rewrite)Part 11 (Sub-Part 2 of 2)

Scott Forsyths WebLog, March 14, 2011
Views: 449 | Hits 26

This 2nd part (out of 2) on Regular Expressions covers the remaining tips necessary to get up to speed on a topic that at first seems daunting, but really isnt that bad. Whether you use Regular Expre...

Understanding Regular Expressions (focus on URL Rewrite)Part 10 (Sub-Part 1 of 2)

Scott Forsyths WebLog, March 6, 2011
Views: 784 | Hits 60

Regular Expressions can seem difficult to understand.  In todays lesson I attempt to bring this down to earth and make it understandable and useful for the web administrator.  While this f...

How to Record a Screencast with Expression Encoder 4

Steven Smith, February 16, 2011
Views: 1,339 | Hits 34

Im a huge fan of TechSmith Camtasia and use it for pretty much all of my screencasts.  However, Im currently recording some presentations for the Code Project Agile Virtual Tech Summit thats taki...

Silverlight 4 Property Triggers

Clarity Blogs: ASP.NET, February 9, 2011
Views: 888 | Hits 22

I spent a little time this week messing around with the newly added Triggers and TriggerActions available through the new Expression Blend 4 SDK. Triggers and Behaviors are really just ways to attach ...

Redirecting Routes To Maintain Persistent URLs

youve been HAACKED, February 3, 2011
Views: 518 | Hits 16

Over a decade ago, Tim Berners-Lee, creator of the World Wide Web instructed the world know that cool URIs dont change with what appears to be a poem, but it doesnt rhyme and its not haiku. What m...

Announcing: ATX Code Lunch

Chad Myers Blog, January 29, 2011
Views: 752 | Hits 19

ATX Code Lunch (Austin, TX) What: A lunch-and-discussion event for coders (or people related to the process of coding) When: Bi-weekly (thats every other week as opposed to semiweekly which is twic...

How to make all non-virtual members virtual

eXtensible mind, January 25, 2011
Views: 346 | Hits 1

Using a simple find & replace with a regex in VS2010: This will match all public instance members that do not have the virtual keyword and make them virtual. (go one by one, as it will also match...

Skinning a WPF App in Blend

The Code Project Latest Articles, January 23, 2011
Views: 393 | Hits 6

Learn how to skin a WPF application in Expression Blend....

Sharp XV-Z9000U Projector Wont Power Up - Solution

Steven Smith, January 22, 2011
Views: 849 | Hits 18

I have a fairly old projector that recently required a new bulb.  Its a Sharp XV-Z9000U model, which has bulbs that last for something like 2000 hours, and the projector has a timer in it that st...

MVC3 requires unobtrusive validation if you want jquery validation

Wayne Brantley, January 15, 2011
Views: 1,967 | Hits 183

Reading all the new things about MVC3, it appeared to me they had all these options to 'not' enable Unobtrusive javascript. Turns out you really have two choices. You can use msajax style validation (...

RegEx-Based Finding and Replacing of Text in SSMS

Simple Talk, January 14, 2011
Views: 614 | Hits 16

So often, one sees developers doing repetitive coding in SQL Server Management Studio or Visual Studio that would be much quicker and easier by using the built-in Regular-Expression-based Find/Replace...

Unit Test Naming Convention

Steven Smith, January 10, 2011
Views: 1,173 | Hits 32

Ive been writing tests and unit tests for quite a while, and naturally my personal preference for naming them has evolved somewhat with time.  Initially, I didnt really know what I was doing and ...

Razor Syntax Quick Reference

youve been HAACKED, January 7, 2011
Views: 1,151 | Hits 90

I gave a presentation to another team at Microsoft yesterday on ASP.NET MVC and the Razor view engine and someone asked if there was a reference for the Razor syntax. It turns out, there is a pretty ...

CodeSmith Generator 6.0 Template Parser Progress Report - Part 1

Eric J. Smiths Weblog, January 5, 2011
Views: 589 | Hits 10

I am currently working on the new parser for CodeSmith Generator 6.0.  When I wrote the original template parser back in 2004, I really had no idea what I was doing. :-)  I had no idea what ...