kaschimer

Stories kicked by kaschimer

CodeRush Xpress for C# and Visual Basic inside Visual Studio 2008(dashtechnical.com)

submitted by kaschimerkaschimer(170) 2 years, 10 months ago

Describes and provides a link to DevExpress CodeRush express edition, which is free for users of Visual Studio read more...

add a comment |category: |Views: 5

tags: another

Beginner Developer Learning Center(dashtechnical.com)

submitted by kaschimerkaschimer(170) 2 years, 10 months ago

Describes and provides a link to the Beginner Developer's Center, a site provided by Microsoft for beginning developers read more...

add a comment |category: |Views: 7

tags: another

Microsoft BizSpark: Serving 15,000 startups and counting!(dashtechnical.com)

submitted by kaschimerkaschimer(170) 2 years, 10 months ago

Describes and provides a link to somasegar's blog about Microsoft BizSpark, a program for startups to get some free software from Microsoft. read more...

add a comment |category: |Views: 8

tags: another

Find All Controls On A Page With Recursion(dashtechnical.com)

submitted by kaschimerkaschimer(170) 2 years, 11 months ago

Useful code snippet to loop through all controls on an ASP.NET web page using a recursive algorithm read more...

add a comment |category: |Views: 3

tags: another

Useful Plugin for RSS Bandit(kaschimer.com)

submitted by kaschimerkaschimer(170) 5 years, 8 months ago

A little self-promotion, but also what I think is a handy plugin to have if you use both RSS Bandit and Windows Live Writer. The plugin allows a user to post blog entries from RSS Bandit to their own blog using Windows Live Writer. read more...

add a comment |category: |Views: 66

tags: another

The New "Hanselmetric"(codebetter.com)

submitted by kaschimerkaschimer(170) 5 years, 10 months ago

Amusing account of one man's quest to find the products that satisfy the hanselmetric. Read it to understand... read more...

1 comment |category: |Views: 14

tags: another

C#'s new ?? operator(blogs.sagestone.net)

submitted by bottlesbottles(420) 5 years, 10 months ago

From the post "I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement." read more...

5 comments |category: |Views: 8

tags: another

Introducing Regulazy: Point & Click Regular Expressions(weblogs.asp.net)

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

Roy Osherove has released a new Regular Expression (alpha) tool: "Regulazy is an attempt to build a small "Expert System" for creating .NET Regular Expressions. It lets the user create an expression based on a real life example of text they would like to parse. As the user interacts with Regulazy using the mouse, Regulazy offers the user possible expressions that would fit the currently selected text. As the user selects "rules" to apply on various parts of the text, a regular expression is built automatically in the lower application pane. The end result is a visual expression builder, that for most simple parsing operations, requires the user only to know what they would like to parse, and what the parsing rules should be - Regex Syntax is *not* needed." read more...

1 comment |category: |Views: 46

tags: another

URL parsing and manipulation in .NET(damieng.com)

submitted by DamienGDamienG(1405) 5 years, 10 months ago

While .NET has a couple of URI classes they're pretty useless. They don't decode the various parts and you can't manipulate them either. Many projects I've seen (Subtext included) just try and manipulate them via strings which varying degrees of success. Here's a pure C# .NET URL decoder that uses a regex I developed for performance based on a VBScript class I developed a while back. read more...

2 comments |category: |Views: 639

tags: another

Hundreds of 'Kick Start' Data Models(databaseanswers.org)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Over 300 kick start data models. They look well designed, although the mention of Access Database at the top of each page is a little unsettling read more...

add a comment |category: |Views: 4

tags: another

Designing .NET Class Libraries - From the CLR Code Team Members(msdn.microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Designing .NET Class Libraries: a complete guide for designing and programming libraries and controls using the techniques of the creators of .NET. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration Are a bit old but you need to look at this, this videos provide an big backgrounf in a lot of .NET issues that are valid for all version of .NET. Happy Coding read more...

add a comment |category: |Views: 6

tags: another

Cloud Control for ASP.NET(codeproject.com)

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

Web sites such as del.icio.us, Technorati and Flickr, which allow tagging of their content, depict the popularity of tags using a tag cloud. The popular items have larger font sizes. This concept can be applied to any list of items where each item has an associated weight. For example, a list of products can be displayed in a cloud weighed by the cost of a product. Using the ASP.NET server control presented in this article, you can display your own domain specific items as a cloud. read more...

add a comment |category: |Views: 592

tags: another

WinFX = .NET Framework 3.0(blogs.msdn.com)

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

MS have decided to rename WinFX to the .NET Framework 3.0. ".NET Framework 3.0 aptly identifies the technology for exactly what it is – the next version of our developer framework." read more...

add a comment |category: |Views: 1

tags: another

Java Succumbing to .NET in my Organization(theserverside.com)

submitted by usshermussherm(5285) 5 years, 11 months ago

An experienced Java developer talks about how .NET is taking the front seat in his organization's development teams... and covers a few of the reasons why. read more...

add a comment |category: |Views: 4

tags: another

Free Issue 10 Skinning Toolkit - DNN Creative Magazine(pheedo.com)

submitted by kaschimerkaschimer(170) 5 years, 11 months ago

If you are responsible for a DNN site, or may be interested in rolling one out, one of the things you'll want to do is learn how to skin it so it doesn't look like every other DNN site out there... This could be just the ticket. read more...

2 comments |category: |Views: 7

tags: another

DotNetKicks IBlogExtension(haacked.com)

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

Phil Haacked has created an IBlogExtension for DotNetKicks that allows you to submit/kick/unkick stories from RSS Bandit or any RSS Aggregator that supports the IBlogExtension plugin model. read more...

1 comment |category: |Views: 4

tags: another