piffie

Stories kicked by piffie

.NET Search Engine (Google Co-op)(weblogs.asp.net)

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

I have created a Google co-op search engine page for .NET content. Anyone can contribute to it so please add your favourite .NET websites to the list. With a little effort it will turn into a useful resource for searching .NET content. read more...

4 comments |category: |Views: 9

tags: another

Coding Styles: Common Mistakes (code4ward.net)

submitted by piffiepiffie(130) 5 years, 7 months ago

A List of Common Coding Style mistakes christoph found and explained how to solve them. read more...

add a comment |category: |Views: 17

tags: another

My Blogger A-List - a good start feed for .net Developers(code4ward.net)

submitted by edburdoedburdo(1350) 5 years, 7 months ago

Everyone reads blogs, right? So why not read the good ones? read more...

4 comments |category: |Views: 1

tags: another

The Odyssee of changing the idSeperator in Asp.net 2.0(code4ward.net)

submitted by piffiepiffie(130) 6 years ago

How to change the idSeperator in any char you want. The IdSeparator is the char, that splits 2 id's in NamingContainers. per default the char is the '$' (dollar) and you'll see it in every id, name and so on in the source code of your Page. like ctl00$HolderContent$Login1$pnlForm. so it should be something, that you don't use in your control Id's. read more...

add a comment |category: |Views: 21

tags: another

HowTo optimize the output data with Asp.net(code4ward.net)

submitted by piffiepiffie(130) 6 years ago

Websites for mobiles should be with less data as possible. this post describe how to shorten the output that comes from an asp.net site. also with some short descriptions of browser files, PageAdapter and XhtmlTextWriters read more...

add a comment |category: |Views: 0

tags: another

Beyond Test Driven Development: Behaviour Driven(video.google.com)

submitted by MaruisMaruis(65) 6 years ago

Description: Google TechTalks March 17, 2006 Dave Astels Dave Astels (co-author of "A Practical Guide to eXtreme Programming" and author of Jolt Award winning "Test-driven Development: A Practical Guide") has over 2 decades of experience in the software field, most of that involved with object-oriented technologies and techniques. Dave has been studying, practicing, teaching, evangelising, and coaching XP and Agile Processes since 1998. Dave's experience ranges from embedded process control systems to consumer products (both consumer electronics and shrinkwrapped software) to energy trading systems. Dave is an independant software consultant specializing in the areas of agile process, programming practices, and object design/architecture. Dave is one of the thought leaders in the area of TDD, and now BDD. ABSTRACT Test Driven Development (TDD) has become quite well known. Many developers are getting benefit from the practice. But it is possible that we can get even more value. A new practice is getting attention these days: Behaviour Driven Development (BDD). BDD removes all vestiges of testing and instead focuses on specifying the behaviour desired in the system being built. This talk will be focus on Ruby and will introduce a new BDD framework: rSpec. The ideas, however, are language independent. read more...

add a comment |category: |Views: 9

tags: another