Anheledir

Stories kicked by friends of Anheledir

PHP on Windows Server 2008 : 500 - Internal Server Error on IIS(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 1 month ago

If you work on a Windows server 2008 machine with IIS 7.0 and with PHP on it you can ran into a strange error. read more...

add a comment |category: |Views: 7

tags: another

CSS File Size Limit in Internet Explorer 6 / 7 / 8(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 2 months ago

The last days I have encountered a problem in IE where it seemed as if some parts of my CSS was not loaded. I pursued the issue down. So it seems to be a size limit of ~ 288Kb for a CSS file. read more...

add a comment |category: |Views: 51

tags: another

C# Object Array to DataTable Extension Method(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 3 months ago

Snippet to convert an Object Array to DataTable. read more...

1 comment |category: |Views: 15

tags: another

C# DataSet to Object Array Extension Method(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 3 months ago

Snippet to convert a DataSet to an object Array. read more...

add a comment |category: |Views: 40

tags: another

Get all Outlook Contacts (dotnet-snippets.com)

submitted by jan223jan223(230) 2 years, 4 months ago

This function allows you, to read out all saved contacts from Microsoft Outlook. read more...

add a comment |category: |Views: 16

tags: another

Consuming .NET Webservice by Javascript(am-blog.no-ip.org)

submitted by jan223jan223(230) 2 years, 4 months ago

I have a webService service.asmx and I would like to call and consum this webservice using XMLHttpRequest and SOAP. read more...

add a comment |category: |Views: 15

tags: another

Implementing (IComparable<T>), IEquatable<T> and the equality members (winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

This post gives a reference implementation of those interfaces and the equality members. read more...

add a comment |category: |Views: 44

tags: another

SociableBE-Extension for BlogEngine.NET(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 3 years, 3 months ago

Social bookmarking sites allow websurfers to save, catalog, and share interesting pages they find online. The SociableBE-Extension appends links for your readers to use those sites to the end of each of your blog’s posts, increasing your potential audience. While Sociable is originally developed as a Wordpress-Plugin in PHP, SociableBE is based on the main idea but re-developed for BlogEngine.NET in C# and with a simple copy'n'paste installation. read more...

1 comment |category: |Views: 94

tags: another

Back to Basics 32-bit and 64-bit confusion around x86 and x64 and .NET(hanselman.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

I promote 64-bit a lot because I personally think my 64-bit machine is snappier and more stable. I also have buttloads of RAM which is nice. The first question developer ask me when I'm pushing 64-bit is "Can I still run Visual Studio the same? Can I make apps that run everywhere?" Yes, totally. I run VS2008 all day on x64 machines writing ASP.NET apps, WPF apps, and Console apps and don't give it a thought. When I'm developing I usually don't sweat any of this. Visual Studio 2008 installs and runs just fine. If you care about details, when you install .NET on a 64-bit machine the package is bigger because you're getting BOTH 32-bit and 64-bit versions of stuff. Some of the things that are 64-bit specific are: read more...

add a comment |category: |Views: 16

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

C# Structs(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 6 months ago

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: |Views: 951

tags: another

New .NET logo(blogs.msdn.com)

submitted by JjVvJjVv(122) 3 years, 7 months ago

Our team decided a while back to bring a fresh new look to the .NET logo, given the old was in need of a refresh to suite our future product positioning (I've been staring at this for a few weeks now and it's totally grown on me).... read more...

3 comments |category: |Views: 754

tags: another

SVN-Monitor is finally out for free download!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 7 months ago

A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories. Use it to perform all your svn commands and monitor all your projects' activities in a single place. Access all commands from the tray menu or from the main window. This is a must-have tool for every windows+svn user! read more...

2 comments |category: |Views: 1522

tags: another

Get all email addresses from text or string (dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

This function can filter all email addresses out of a string and save's them into a List(Of String) read more...

add a comment |category: |Views: 20

tags: another

Searching for files using LINQ(dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

An LINQ example read more...

add a comment |category: |Views: 336

tags: another

Getting rid of strings (3): take your app settings to the next level(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 8 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

2 comments |category: |Views: 769

tags: another