|
|
samdnp
samdnp
 |
|
Stories submitted by samdnp
|
|
published 21 days ago, submitted by
samdnp
27 days, 20 hours ago
dotnetperls.com — What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...
11 comments
|
category: C# | Views: 906
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
1 month, 13 days ago
dotnetperls.com — I look at how IndexOf and friends can be used. Also provide benchmarks against regular string character testing. I found some interesting stuff re: performance. Also it has a nice purple chart. read more...
add a comment
|
category: C# | Views: 20
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
2 months, 20 days ago
dotnetperls.com — I really wanted to know if it is worth the bother to set the Capacity of Dictionary or List in C#. This page provides some benchmarks and analysis. read more...
add a comment
|
category: C# | Views: 9
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
3 months, 10 days ago
dotnetperls.com — Contains lots of samples, examples, and templates for your C# code. Includes arrays, strings, classes, singleton, sorting, 2d arrays, etc. Useful for people new to the language. read more...
add a comment
|
category: C# | Views: 27
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
3 months, 28 days ago
dotnetperls.com — Here's how we can hook up 'friendly' URLs to a query string on an internal file for easier back-end development with a database or other data store. Friendly URLs will boost your site's traffic and provide better search results. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 21 days ago, submitted by
samdnp
4 months, 21 days ago
dotnetperls.com — Article goes beyond the basics and looks at some more detail of StringBuilder in C#, and a benchmark that can help you improve your code that already uses StringBuilder. With graph read more...
3 comments
|
category: C# | Views: 625
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
5 months, 16 days ago
dotnetperls.com — Shows some advantages of singleton design pattern and static classes in C#. One is the loneliest number, but having only one instance of an object in memory is a very useful pattern. read more...
add a comment
|
category: C# | Views: 26
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
5 months, 19 days ago
code.msdn.microsoft.com — This open-source project uses a directed acyclic word graph and Windows Forms C# to find anagrams in words fast and with little memory. In my experience there are no faster algorithms (implementations, yes). Useful for word games and only about 400 lines of code. Uses a tree in C#. read more...
add a comment
|
category: C# | Views: 8
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
5 months, 25 days ago
dotnetperls.com — An article I wrote to compare performance of sorting on different datasets, with LINQ and List generics. Has a chart and an illustration read more...
add a comment
|
category: C# | Views: 8
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
6 months, 27 days ago
dotnetperls.com — Article with code explanations and walkthroughs. Has screenshots of a program you can download and compile that displays the shortest paths between two points. Could be the beginning of a new game! read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
7 months, 2 days ago
dotnetperls.com — Many ways to improve your DataGridViews in your apps, with short explanations. Very useful for fixing usability or graphical bugs, with some original code and lots of comments. read more...
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
8 months, 5 days ago
dotnetperls.com — This article details how to use a custom dialog class, that adheres closely to Vista UI guidelines, as well as those for XP. User-defined icons and a more flexible structure, all resized automatically by custom graphics code. Short and simple, and extensible. read more...
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 10 days ago, submitted by
samdnp
8 months, 11 days ago
west-wind.com — If you have a hosted site, sometimes you cannot change settings on the IIS server. This article shows you how to enable GZip compression directly within ASP, bypassing the server settings. I used this code on my site and it works great. read more...
1 comment
|
category: C# | Views: 48
|
|
tags:
ASP.NET, IIS, Compression, C#, GZip | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
9 months, 14 days ago
dotnetperls.spaces.live.com — Some free code that you can use to enhance a Windows Installer to precompile your .NET app's code to a native image. Usually, a performance improvement between 2x and 4x can be seen when using NGEN. This post provides an easy way to invoke NGEN. read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
NGen, winforms, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
9 months, 28 days ago
dotnetperls.spaces.live.com — I spent a couple days trying to figure out the best way to create a single-instance C# app. Most approaches posted on the Internet will eventually fail on hidden windows because of a quirk in the Windows API. Here I try to solve the issue for C# developers once and for all (for now). read more...
|
|
tags:
winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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