zowens

Stories submitted by zowens

Easier way to manage your ASP.NET Cache (weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

Coolest way to do caching... create a CacheManager!!! read more...

2 comments |category: |Views: 35

tags: another

SubSonic ASP.NET Providers(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. read more...

1 comment |category: |Views: 26

tags: another

SubSonic - Migrate Me(blog.wekeroad.com)

submitted by zowenszowens(988) 4 years, 7 months ago

Rob demonstrates the early code samples for a GREAT upcoming feature in SubSonic - MIGRATIONS. read more...

2 comments |category: |Views: 40

tags: another

SubSonic of the Day - They Query Tool(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

By now, you have probably heard of LINQ. LINQ, as you probably know, stands for Language Integrated Query. The LINQ queries you build inside of C# or VB are baked into the .NET 3.5 framework. SubSonic takes a more traditional approach (right now) and uses the Query as an object. Instead of doing weird things like var myQ = from.... and Dim myQ = Select..... you create an object and manipulate a query rather than have a language do the querying for you. read more...

add a comment |category: |Views: 23

tags: another

Don't be a keyloader(blogs.eagleenvision.net)

submitted by zowenszowens(988) 4 years, 7 months ago

Make your page titles they ways they should be... and don't load them down with keywords. read more...

1 comment |category: |Views: 1

tags: another

SubSonic - Collections(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 8 months ago

I will detail the coolness of SubSonic's generated collections. Very cool things... your should definatly use them! read more...

add a comment |category: |Views: 57

tags: another