ChrisCluss

Stories kicked by ChrisCluss

Building a Single Sign On Provider Using ASP.NET and WCF: Part 4(developmentalmadness.blogspot.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 10 months ago

This is the fourth and final article in a four part series on building a single sign on (SSO) provider using the ASP.NET platform. Make sure to check out part 1, part 2 and part 3. read more...

add a comment |category: |Views: 28

tags: another

Building a Single Sign On Provider Using ASP.NET and WCF: Part 3(developmentalmadness.blogspot.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 10 months ago

This is the third article in a four part series on building a single sign on (SSO) provider using the ASP.NET platform. If you just want to know about JSONP and WCF and aren’t interested in implementing SSO read ahead. Otherwise, make sure to check out part 1 and part 2. read more...

add a comment |category: |Views: 22

tags: another

DeepZoom with jQuery und ASP.NET (nibblersrevenge.cluss.de)

submitted by ChrisClussChrisCluss(10) 2 years, 10 months ago

Complete Example, wich shows you how you can make a deep-zoom with jQuery and jCrop. Working Example: http://nibblersrevenge.cluss.de/jQuery.DeepZoom/ read more...

1 comment |category: |Views: 177

tags: another

How to use HierarchyID in LinqToSQL or Entity-Framework (nibblersrevenge.cluss.de)

submitted by ChrisClussChrisCluss(10) 2 years, 10 months ago

Article describes how you can use HierarchyID in LinqToSql and provides some stored procedures to manage the hierarchie in the database read more...

add a comment |category: |Views: 763

tags: another

Building a Single Sign On Provider Using ASP.NET and WCF: Part 2(developmentalmadness.blogspot.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 10 months ago

Using Forms Authentication with WCF This is the second article in a four part series on building a single sign on (SSO) provider using the ASP.NET platform. If you just want to know about forms authentication and WCF and aren’t interested in implementing SSO read ahead. Otherwise, make sure to check out part 1. read more...

add a comment |category: |Views: 65

tags: another

Building a Single Sign On Provider Using ASP.NET and WCF: Part 1(developmentalmadness.blogspot.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 10 months ago

Need a cross-domain, cross-platform single sign-on provider? Here's how I did it. This is the first in a 4 part series addressing issues around cross-domain authentication with AJAX on the ASP.NET platform. read more...

add a comment |category: |Views: 94

tags: another

What is Unit Testing?(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 10 months ago

good introductory article explaining what unit tests are (and are not) and why you should use them read more...

add a comment |category: |Views: 344

tags: another

Ajax survey 2009: jQuery and MS Ajax are almost tied(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 11 months ago

Simone posts the results of the survey about ajax adoption among .NET developers. jQuery gained 58% since 2007 and now is almost tied to the MS Ajax stack (Control toolkit and ajax core) read more...

6 comments |category: |Views: 326

tags: another

Introduction to SQL Server Encryption and Symmetric Key Encryption Tut(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years ago

SQL Server 2005 and SQL Server 2008 provide encryption as a new feature to protect data against hackers’ attacks. Hackers might be able to penetrate the database or tables, but owing to encryption they would not be able to understand the data or make use of it. Nowadays, it has become imperative to encrypt crucial security-related data while storing in the database as well as during transmission across a network between the client and the server. read more...

add a comment |category: |Views: 185

tags: another

Cropping image using jQuery, Jcrop and ASP.NET(blog.mironabramson.com)

submitted by MironMiron(495) 3 years, 1 month ago

Fast and easy cropping image with ASP.NET, jQuery and Jcop (C#) read more...

2 comments |category: |Views: 647

tags: another

why i decided to stick with linq-to-sql over linq-to-entities(naspinski.net)

submitted by naspinskinaspinski(610) 3 years, 4 months ago

Recently I tried, I really tried to like L2E, but I just can't do it! It adds layer upon layers of extra crap I have to do over L2S while offering little to no improvements over the soon to be deprecated ORM. I am officially sticking with L2S until they get L2E better developed. Now I am hardly the first person to write about this, but I feel my concrete examples are somewhat helpful when trying to decide. read more...

add a comment |category: |Views: 35

tags: another