jan223

Stories kicked by jan223

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: 41

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

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

BreakPost-Extension breaks XHTML-Validation(gordon-breuer.de)

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

The BreakPost-Extension delivered with BlogEngine.NET 1.4.5 is causing some XHTML validation errors because it doesn't close the last <p>-Tag. This posting gives a small description to avoid this error. read more...

add a comment |category: |Views: 18

tags: another

The DotNetKicks Effect(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

An overview of traffic coming from DotNetKicks when an article makes it to the front page. read more...

7 comments |category: |Views: 2

tags: another

.NET-Forum.de launched(thomasfreudenberg.com)

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

New .NET Community. read more...

add a comment |category: |Views: 3

tags: another

String.IsNullOrEmpty as Extension Method(thomasfreudenberg.com)

submitted by thoemmithoemmi(340) 4 years, 3 months ago

Thomas shows how to simplify calling String.IsNullOrEmpty by using an Extension Method read more...

add a comment |category: |Views: 16

tags: another

Enumerator as a parameter of a method (dotnet-snippets.de)

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

The use of custom enumerators is an elegant way to filter a list. Sometimes a function has to be called on different filtered sets with some changes to the parameters. This sniplet will offer you an elegant way of doing so. It can for instance be used to write different tags in an XML file (implement the non-provided DoWriteTag method; or any other) read more...

add a comment |category: |Views: 2

tags: another

Check Windows Password in VB.NET(dotnet-snippets.com)

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

This function checks a windows user password whether it is valid and matching to the given username. read more...

add a comment |category: |Views: 955

tags: another

Read and Write INI Files (dotnet-snippets.com)

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

Free C# Snippet: Read and Write INI Files Enjoy it! read more...

1 comment |category: |Views: 32

tags: another