|
|
rprouse
Stories submitted by rprouse
|
|
submitted by
rprouse
24 days, 10 hours ago
jetbrains.com — Version 4.0 of our favourite productivity tool for Visual Studio has come out of beta and been released. Follow the link see the new features and then download it. If you haven't tried ReSharper yet, give it a try, its worth it. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
1 month, 15 days ago
alteridem.net — How to open an MSI installer file and read properties like the Product Version or Product Name from it. The code provided could be easily modified to read information from any table in the MSI database. read more...
|
|
tags:
MSI, installer, Tips, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
4 months, 9 days ago
alteridem.net — If you work in managed C++, the ability to quickly switch between the header and the source files saves a lot of time. This article shows how to write a macro to do this and shows you how to bind it to a keystroke. Even if you don't use managed C++, it is a good introduction to writing macros in Visual Studio. read more...
|
|
tags:
cpp, C++, VisualStudio, Macros | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 20 days ago, submitted by
rprouse
5 months, 21 days ago
alteridem.net — Stop using DateTime to time long sections of code. The 2.0 framework introduced the System.Diagnostics.Stopwatch class to do the dirty work for you. read more...
1 comment
|
category: Tips & Tricks | Views: 0
|
|
tags:
.net2.0, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
5 months, 25 days ago
alteridem.net — The open source logging library log4net ships with most of the appenders you will ever need, but if you need to write your own, it is surprisingly easy to do. This article describes how to write a simple appender that allows you to show a message box whenever an error log occurs and allows the developer to break into the debugger to fix the error. It makes sure that runtime errors are dealt with by the developer, not lost in a log file. This example could easily be extended to do things like open issues in a bug tracking system on errors. read more...
add a comment
|
category: Open Source | Views: 2
|
|
tags:
C#, Logging, .Net, OpenSource, Log4Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 24 days ago, submitted by
rprouse
9 months, 24 days ago
alteridem.net — A quick way to find and open files in a large solution in Visual Studio that very few people know about. Other people have created addins to do this without even realizing the functionality was already there. read more...
3 comments
|
category: Visual Studio | Views: 1
|
|
tags:
VisualStudio, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
9 months, 24 days ago
alteridem.net — Here is why you should make sure your parameter names are consistent between your declarations and definitions in C++. Not doing so leads to strange and confusing behavior in the debugger. read more...
add a comment
|
category: C++ | Views: 0
|
|
tags:
Debugging, Bug, cpp, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 29 days ago, submitted by
rprouse
10 months ago
alteridem.net — Most people probably haven’t realized that there are several attributes that you can add to your code to make debugging easier. Some prevent you from stepping into sections of code, others change the way variables are displayed in the watch window. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Debugging | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rprouse
10 months, 12 days ago
alteridem.net — If you are ever rewriting an MFC/Win32 program in .NET, you need to be aware that you cannot convert directly between a COLORREF value and a .NET Color structure. The byte order is different and will need to be swapped. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
MFC, Win32, SQL, C#, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 12 days ago, submitted by
rprouse
10 months, 13 days ago
alteridem.net — The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...
2 comments
|
category: C# | Views: 19
|
|
tags:
yield, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 16 days ago, submitted by
rprouse
10 months, 18 days ago
alteridem.net — It has been around since the introduction of C# 2.0, but many people still don't know about the null coalescing operator or what it does. If you are wondering how you would use the ?? operator in your code, read on... read more...
1 comment
|
category: C# | Views: 0
|
|
tags:
C#, .net2.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 21 days ago, submitted by
rprouse
10 months, 21 days ago
codeplex.com — A collection of tools which have been developed to abstract the complexity of doing software development using common Windows Vista APIs. The kit features include drag ‘n drop controls and components, SmartTags, Visual Basic and Visual C# source code for all tools and samples as well as complete QuickStarts and APIs documentation. read more...
add a comment
|
category: Vista | Views: 0
|
|
tags:
Programming, Library, Coding4Fun, .Net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 18 days ago, submitted by
rprouse
10 months, 21 days ago
alteridem.net — Nullable types were introduced in .NET 2.0. This article gives a quick overview of how to use them and some of the things to watch out for. read more...
2 comments
|
category: C# | Views: 2
|
|
tags:
Nullable, .net2.0, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 18 days ago, submitted by
rprouse
10 months, 22 days ago
alteridem.net — Two static generic methods that allow you to serialize or deserialize classes to/from XML with one line of code and a short article giving an overview of XML serialization. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C#, Serialization, XML, Generics | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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