schnieds

Stories submitted by schnieds

C# Competency Test(schnieds.com)

submitted by schniedsschnieds(105) 2 years, 11 months ago

A tongue in cheek competency test for C#. read more...

add a comment |category: |Views: 92

tags: another

LINQ vs FOREACH vs FOR Loop Performance(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 2 months ago

A comparison of the performance differences between using a LINQ statement, a FOREACH statement and a FOR loop to accomplish the same goal. Performance results for three iteration amounts as well as a test console application to view performance results first hand. Results: LINQ is an awesome tool, but every developer that is going to use it should be aware of the performance implications. read more...

add a comment |category: |Views: 390

tags: another

The Keys To Successfully Delivering .NET Software(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 2 months ago

An article on the elements of delivering software that can lead to success or failure. read more...

add a comment |category: |Views: 10

tags: another

Team Foundation Server (TFS) Installation Errors & Fixes(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 6 months ago

I have had the unfortunate pleasure of conducting three different Team Foundation Server - TFS - installations in the last couple of years. Each installation has been difficult to say the least and each installation has presented me with new & challenging errors. To benefit others who need to install TFS, this post is dedicated to TFS installation errors and how to fix them. read more...

add a comment |category: |Views: 13

tags: another

WCF BasicHttpBinding with Windows Authentication & a 2.0 Client(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 7 months ago

Windows Authentication is a great way to provide authentication security in your WCF services. With the WSHttpEndpoing and a .NET 3.0+ client Windows Authentication works right out of the box with WCF, everything is just peachy. However, if you want to use the BasicHttpBinding for .NET 2.0 client backward compatibility then it is going to require a bit of configuration for both the clients & server. read more...

add a comment |category: |Views: 108

tags: another

Setting Up IIS7 In Vista For ASP.NET / WCF Development Purposes(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 7 months ago

I recently needed to setup IIS in Vista (again) to support my ASP.NET & WCF development purposes. Since there are a few different things to remember when setting up IIS in Vista to support development purposes (ASP.NET, WCF, Windows Authentication, etc.) I figured others might benefit from a quick How To. read more...

add a comment |category: |Views: 25

tags: another

How To Have a Successful .NET Developer Interview(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 7 months ago

I have been through a number of interviews now in my career and I have fared pretty well in many of them. While going through the interviews, I have created a mental list of what has worked well and what made a good impression on those conducting the interview. I have also made note of what impresses me (or turns me off) when I am the one conducting an interview. Here are my top tips for success during your .NET developer interview. read more...

add a comment |category: |Views: 16

tags: another

Multiple WCF Endpoints & .NET 2.0 Clients(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 9 months ago

A detailed overview of setting up a WCF web service to support both the WsHttpBinding & BasicHttpBinding endpoints to allow both .NET 3.0+ and .NET 2.0 clients to connect. read more...

add a comment |category: |Views: 25

tags: another

ASP.NET Locale (State/Province, Country) LINQ User Control(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 10 months ago

"Locale LINQ" user control that provides a State/Province & Country selection control for your ASP.NET applications. read more...

add a comment |category: |Views: 60

tags: another

CSS Lost on PostBack in ASP.NET(schnieds.com)

submitted by schniedsschnieds(105) 3 years, 11 months ago

Where oh where has my CSS gone, oh where oh where could it be??? I was recently doing some work on an older application that had been since updated to take advantage of the newer ASP.NET features an techniques. However, in a certain piece of functionality in the application the user would click a "Submit" button, a client side script would be run and then after the PostBack occurred a bunch of CSS would be lost. Read about the fix in this blog post. read more...

add a comment |category: |Views: 220

tags: another

ASP.NET Implementation for PayPal Payments Standard(schnieds.com)

submitted by schniedsschnieds(105) 4 years, 1 month ago

ASP.NET code & controls to handle submitting single payments, subscriptions & payments to PayPal standard. read more...

add a comment |category: |Views: 72

tags: another