sumatrak

Stories kicked by sumatrak

Getting the identity of a row inserted into a database table with SCOP(blog.evonet.com.au)

submitted by sumatraksumatrak(30) 2 years, 5 months ago

n ASP.NET you often require the ID of a row that you have inserted into a SQL database, either to display the record, or to use the ID to modify data in linked tables. If you are using an SqlDataSource or ObjectDataSource then you can do this with the ReturnValue method. read more...

1 comment |category: |Views: 139

tags: another

Using Active Directory to authenticate users to your ASP.NET Web Site(blog.evonet.com.au)

submitted by bartekmbartekm(485) 3 years, 6 months ago

ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services. This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. read more...

2 comments |category: |Views: 478

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

Visual Studio Shell 2008: Bringing More .NET Languages into the Fold(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 8 months ago

Visual Studio Shell was released in January of 2007 without much fanfare. Even though it's free to download, at the time it was not very useful for most developers as few packages had yet been written for it. Now eight months have gone by and quite a few projects are sporting free Visual Studio interfaces. In this article I discuss Visual Studio Shell itself as well as several of the languages which are currently developing shells. read more...

add a comment |category: |Views: 451

tags: another

Fluent NHibernate - Working with NHibernate without configuration file(blog.vuscode.com)

submitted by thechampthechamp(110) 3 years, 8 months ago

"I believe that the most important reason why NHibernate is not more widely adopted by general DEV population is exactly the “Java XML configuration” PIA feeling you have while working with it. Great news for all of us from that group: NHibernate is possible to be used WITHOUT configuration files! " read more...

add a comment |category: |Views: 387

tags: another