Lost your password?

Blogs about: Microsoft C

Featured Blog

Best Practices C#

Roel van Lisdonk wrote 7 months ago: This article will be updated every time I run into a best practice. SwitchEvery switch statement sho … more →

Tags: Best Practices

Paging a ASP .NET 2.0 GridView with a LLBLGEN datasource

Roel van Lisdonk wrote 9 months ago: If you want to allow paging in a ASP .NET 2.0 GridView that uses a LLBLGEN datasource: - set AllowPa … more →

Tags: Microsoft ASP .NET

Setting the GridView PagerStyle height in ASP .NET 2.0 with C#

Roel van Lisdonk wrote 9 months ago: When you set the PagerStyle Height property this will no allways set the correct height of the PageS … more →

Tags: Microsoft ASP .NET

Delete IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT7 comments

Roel van Lisdonk wrote 9 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: NAnt, Microsoft IIS

Create IIS6 or IIS7 virtual directory on a website with hostheader, with C# and NANT

Roel van Lisdonk wrote 9 months ago: using System; using System.DirectoryServices; using System.Globalization; using Ada.Configurator.Com … more →

Tags: NAnt, Microsoft IIS

Dump IIS info with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Dump iis info /// </summary> /// <returns> /// 0 = All IIS infor … more →

Tags: NAnt, Microsoft IIS

Determine if an IIS website or IIS virtualdirectory exist, that run under a given applicationpool, with C#

Roel van Lisdonk wrote 9 months ago: To call this function use: DoesAppPoolHaveWebsites(new DirectoryEntry(string.Format("IIS://{0}/w3svc … more →

Tags: NAnt, Microsoft IIS

How to list all IIS applicationpools and properties, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// List all properties of an IIS applicationpool /// </summary> /// <p … more →

Tags: NAnt, Microsoft IIS

How to determine if an IIS website contains virtualdirectories, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Does the given IIS website contain virtualdirectories. /// </summary> … more →

Tags: NAnt, Microsoft IIS

List all properties of a IIS website, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// List all properties of a IIS website /// </summary> /// <param name … more →

Tags: Microsoft IIS

Get or set the filesystem folder (path) for a IIS website, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Get the filesystem folder for the given website /// </summary> /// … more →

Tags: Microsoft IIS

Get IIS website id on website name, with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Get website id on websitename /// </summary> /// <param name="serve … more →

Tags: Microsoft IIS

Check if an IIS website exists with C#

Roel van Lisdonk wrote 9 months ago: /// <summary> /// Check if a website on the given server exist. /// Check on websitename (Serv … more →

Tags: Microsoft IIS

GetFiles, sorted by Creation DateTime, filtered by include file mask and exclude file mask, including subfolders in C#

Roel van Lisdonk wrote 10 months ago: The “GetFiles” function, returns all files in the given folder, including subfolders, th … more →

Use string.Format to handle strings that are empty or null

Roel van Lisdonk wrote 10 months ago: Console.WriteLine(string.Format("{0} [{1}]", "object1", null)); Result: object1 [] … more →

360's content pipeline gives me a headach!

Craig wrote 1 year ago: Oh man, I’ve spent the last week learning the ins and the outs of the Content Pipeline, trying … more →

Tags: XNA, C#, Game Programming, Xbox360, Game Studio Express, XNA Content Pipeline, Custom Readers, custom writers

Microsoft Visual C++ 2005 Express Edition Programming for the Absolute Beginner

elisshare wrote 3 years ago: Paperback: 408 pages Publisher: Course Technology PTR; 1 edition (December 21, 2005) Language: Engli … more →

Tags: Programming, Amazon, Microsoft, language, Course Technology PTR, Beginner, Visual C++

Microsoft Visual C# 2005 Express Edition Programming for the Absolute Beginner

elisshare wrote 3 years ago: Paperback: 280 pages Publisher: Course Technology PTR; 1 edition (December 21, 2005) Language: Engli … more →

Tags: Programming, Amazon, ADO.NET, .NET Framework, ASP.NET, Windows System, Visual Studio, Microsoft, language

C++ Programming for the Absolute Beginner

elisshare wrote 7 years ago: Paperback: 481 pages Publisher: Course Technology PTR; 1 edition (October 1, 2002) Language: English … more →

Tags: Programming, Amazon, .NET Framework, Visual Studio, Microsoft, language, Course Technology PTR, Beginner


Related Tags
All →

Follow this tag via RSS