Security Briefs
 
Showing 1-10 of 64 records
 
Expand article

Demos from my TechEd talks

2008-06-04 13:10:00 by keith-brown in Security Briefs
 
To those who came to my talks at TechEd 2008 Developers , thank you! Be sure to fill out an evaluation before you leave; scores matter a lot to the conference organizers, so let them know what you thought Here is the code from my ADFS talk Here is the code from my Understanding Claims talk Enjoy
 
 
 
 
 
Expand article

Demos from my TechEd talks

2008-06-04 13:10:00 by keith-brown in Security Briefs
 
To those who came to my talks at TechEd 2008 Developers , thank you! Be sure to fill out an evaluation before you leave; scores matter a lot to the conference organizers, so let them know what you thought Here is the code from my ADFS talk Here is the code from my Understanding Claims talk Enjoy
 
 
 
 
 
Expand article

Demos from my TechEd talks

2008-06-04 07:10:00 by Keith Brown in Security Briefs
 
To those who came to my talks at TechEd 2008 Developers , thank you! Be sure to fill out an evaluation before you leave; scores matter a lot to the conference organizers, so let them know what you thought Here is the code from my ADFS talk Here is the code from my Understanding Claims talk Enjoy
 
 
 
 
 
Expand article

When does Declarative Data Binding Happen?

2008-05-29 13:31:00 by keith-brown in Security Briefs
 
I try to use declarative data binding (let's call it DDB for short) wherever I can in my ASP.NET apps, but there's one pain point I've run into in the past. It has to do with lists Let's say you want to populate a list box or drop down list of choices by calling a static method - you can wire up an ObjectDataSource to do that. But then in your...
 
 
 
 
 
Expand article

When does Declarative Data Binding Happen?

2008-05-29 13:31:00 by keith-brown in Security Briefs
 
I try to use declarative data binding (let's call it DDB for short) wherever I can in my ASP.NET apps, but there's one pain point I've run into in the past. It has to do with lists Let's say you want to populate a list box or drop down list of choices by calling a static method - you can wire up an ObjectDataSource to do that. But then in your...
 
 
 
 
 
Expand article

When does Declarative Data Binding Happen?

2008-05-29 07:31:00 by Keith Brown in Security Briefs
 
I try to use declarative data binding (let's call it DDB for short) wherever I can in my ASP.NET apps, but there's one pain point I've run into in the past. It has to do with lists Let's say you want to populate a list box or drop down list of choices by calling a static method - you can wire up an ObjectDataSource to do that. But then in your...
 
 
 
 
 
Expand article

Intellisense for XML config files broken in VS 2008?

2008-05-22 14:55:00 by keith-brown in Security Briefs
 
I remember having trouble in VS 2005 with Intellisense not working - the trick back in those days was to remove the namespace declaration that was added by various tools. As long as the content was in no namespace, Intellisense seemed to work In VS 2008, Intellisense for config files was working great for me until recently, and now, regardless...
 
 
 
 
 
Expand article

Intellisense for XML config files broken in VS 2008?

2008-05-22 14:55:00 by keith-brown in Security Briefs
 
I remember having trouble in VS 2005 with Intellisense not working - the trick back in those days was to remove the namespace declaration that was added by various tools. As long as the content was in no namespace, Intellisense seemed to work In VS 2008, Intellisense for config files was working great for me until recently, and now, regardless...
 
 
 
 
 
Expand article

Intellisense for XML config files broken in VS 2008?

2008-05-22 08:55:00 by Keith Brown in Security Briefs
 
I remember having trouble in VS 2005 with Intellisense not working - the trick back in those days was to remove the namespace declaration that was added by various tools. As long as the content was in no namespace, Intellisense seemed to work In VS 2008, Intellisense for config files was working great for me until recently, and now, regardless...
 
 
 
 
 
Expand article

Password Minder 1.5.0.10 Released