C4Cypher

Stories kicked by C4Cypher

Naming Guidelines for Coding(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 8 months ago

I’ve tried to maintain a consistent set of naming rules for my code. Here’s a few guidelines that I’ve collected over the years. Contains recommending naming rules for namespaces, classes, enumerations, parameters, methods, properties, events, exception classes, and interfaces and abbreviation usage. read more...

add a comment |category: |Views: 8

tags: another

Introduction to Operator Overloading in VB.NET(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 8 months ago

A tutorial on how to use Operator Overloading in VB.NET read more...

add a comment |category: |Views: 3

tags: another

Choosing: Interface vs. Abstract Class(kirillosenkov.blogspot.com)

submitted by KirillOsenkovKirillOsenkov(570) 4 years, 8 months ago

When to use which? Where's the difference? What are the best practices recommended by .NET architects? This and some personal experiences in a blog posting by Kirill Osenkov read more...

2 comments |category: |Views: 60

tags: another

Behaviour Driven Unit Test Design Tool(pksoftware.net)

submitted by mrprkmrprk(370) 4 years, 8 months ago

A simple tool to help focus on functional behaviour while creating unit tests. read more...

add a comment |category: |Views: 14

tags: another

Introduction To VB.NET Delegates(vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 4 years, 9 months ago

A simple tutorial about Delegates read more...

add a comment |category: |Views: 1

tags: another

Parallax Scrolling Background using the XNA Framework(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 9 months ago

A little while ago I started playing around with some Parallax Scrolling examples, but recently a community member asked if I could post the sample code I was working on. So after cleaning it up a little bit here it goes. read more...

add a comment |category: |Views: 491

tags: another

Announcing XNA Game Studio 2.0(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 9 months ago

Well last night the Microsoft Guys finally announced the XNA Game Studio 2.0 System and the good news for those who didn't want to install the Visual Studio Express System... You will now find that the XNA Game Studio 2.0 system will be supported on all SKU's in the Visual Studio 2005 range. read more...

add a comment |category: |Views: 0

tags: another

Avoid MsgBox, Use MessageBox.Show(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 11 months ago

Why using MsgBox in VB .NET is evil. read more...

add a comment |category: |Views: 47

tags: another

XNA - Gunstyle - XNA Game(ziggyware.com)

submitted by zygotezygote(1090) 4 years, 11 months ago

Alex (from End Dream entertainment and Parade Of Rain), creator of the hit XNA game: Wild Boarders and PC game: GunStyle, has been hard at work on a new game. This time Alex is creating a remake of GunStyle in XNA. Since the XNA port of GunStyle is still in the works, all that can be shared at the moment is an exclusive screenshot and a few words from Alex. read more...

add a comment |category: |Views: 21

tags: another

Microsoft vs TestDriven.Net Express(weblogs.asp.net)

submitted by mgarzamgarza(135) 4 years, 11 months ago

Does TestDriven.Net violate Visual Studio Express EULA? read more...

1 comment |category: |Views: 8

tags: another

Visual Basic NUnit templates for Visual Studio 2005(codechimp.org)

submitted by codechimpcodechimp(345) 5 years, 6 months ago

Free Project and Item templates as well as code snippets for creating boiler plate code for NUnit test projects. read more...

1 comment |category: |Views: 31

tags: another