|
|
BlackWasp
Stories kicked by BlackWasp
|
|
submitted by
BlackWasp
6 hours, 57 minutes ago
blackwasp.co.uk — There are many uses for pseudo-random numbers in software, including generating temporary passwords for web sites or networked software or positioning enemies in a game. The .NET framework permits the creation of random numbers using the Random class. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
4 days, 5 hours ago
blackwasp.co.uk — Applications developed using C# and the .NET framework can include conditional methods. These methods are called only when specified compiler symbols have been defined. This makes them ideal for code used for tracing and debugging purposes. read more...
add a comment
|
category: C# | Views: 24
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 5 hours ago, submitted by
cwbrandsma
5 days, 12 hours ago
lostechies.com — Jimmy Bogard shows how he uses the new Rhino Mocks syntax, and three short rules for using it. read more...
add a comment
|
category: Unit Testing | Views: 240
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
6 days, 12 hours ago
blackwasp.co.uk — Often, when debugging software, a problem manifested at one location in the code is caused much earlier, potentially making it difficult to isolate. By adding assertions to the code, assumptions can be checked and warnings issues when they are incorrect. read more...
add a comment
|
category: C# | Views: 9
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 8 hours ago, submitted by
talisharon10
7 days, 20 hours ago
dev102.com — This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN client. read more...
1 comment
|
category: Tips & Tricks | Views: 296
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
11 days, 5 hours ago
blackwasp.co.uk — Text can be converted to entirely upper case or lower case using standard methods from the String class. Another common format is title case, where the first letter of each word is usually capitalised. This case can be applied using the TextInfo class. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
16 days, 14 hours ago
blackwasp.co.uk — Whilst refactoring code, it is often necessary to change the name of an identifier for a type, method, property or variable. Any name changes must then be reflected throughout the solution. This process is made simple with Visual Studio's Rename command. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
20 days, 4 hours ago
blackwasp.co.uk — Some legacy applications do not permit the use of UNC paths when accessing network folders, instead requiring that a drive letter be mapped. When interacting with such software it may be necessary to map a drive letter and later remove mappings using C#. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Svenneke
27 days, 17 hours ago
mshelp.be — Are you new to Windows CE 6.0 development and want to get up to speed? Looking for some good learning resourced but don't want to buy a book? Microsoft is offering their Windows CE 6.0 Fundamentals book as a free ebook download.
It's a very very new book, came out last August.
Thank you Microsoft! read more...
add a comment
|
category: Architecture | Views: 16
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
28 days, 9 hours ago
blackwasp.co.uk — The builder pattern is a design pattern that allows for the step-by-step creation of complex objects using the correct sequence of actions. The construction is controlled by a director object that only needs to know the type of object it is to create. read more...
add a comment
|
category: Patterns | Views: 14
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 13 hours ago, submitted by
cheetahtech
29 days, 11 hours ago
spoiledtechie.com — StyleCop was just released! A tool that does all the styling for you in VS 2008 and 2005. It helps you adhere to styling guidelines and standards of your Code. It is a Great tool. read more...
6 comments
|
category: Visual Studio | Views: 590
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
1 month, 1 day ago
blackwasp.co.uk — Windows services are background processes that usually have no direct interaction with the user interface. This article explains how to create a windows service with an example that monitors the file system for changes using a FileSystemWatcher object. read more...
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
1 month, 7 days ago
blackwasp.co.uk — To protect your assemblies from unauthorised changes you should sign them using a strong name key. This process uses public and private cryptographic key technologies that can prove the origin and the integrity of your software to the end user. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BlackWasp
1 month, 8 days ago
blackwasp.co.uk — The prototype design pattern is a design pattern that is used to instantiate a class by copying, or cloning, the properties of an existing object. The new object is an exact copy of the prototype but permits modification without altering the original. read more...
add a comment
|
category: Patterns | Views: 7
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|