nontalk

Stories kicked by nontalk

Live Twitter stream of notable people in the .NET community(managedassembly.com)

submitted by johnsheehanjohnsheehan(4785) 3 years ago

Built with ASP.NET MVC, jQuery and TweetSharp read more...

4 comments |category: |Views: 541

tags: another

Cache Util and ServiceBase for SubSonic RepositoryRecord items(biasecurities.com)

submitted by adminjewadminjew(1490) 3 years, 9 months ago

As I mentioned, I'm using SubSonic with this project and more specifically, I've been using what will be SubSonic 2.1. I've been quite happy with the work Rob Conery and his team have done with SubSonic. For this project, I chose to go with the RepositoryRecord base class rather than ActiveRecord for my objects. My reasoning was that I end up using services to interact with the objects anyway, so I might as well reduce the "weight" of the objects. The services that I use add basic object caching as well as hide SubSonic integration. In order to facilitate caching RepositoryRecord items, I had to rewrite my CacheUtil class slightly: read more...

add a comment |category: |Views: 90

tags: another

Copying and pasting rectangular blocks of code in Visual Studio and Ma(weblogs.sqlteam.com)

submitted by kprernnkprernn(1445) 4 years, 6 months ago

Did you know that the Visual Studio and Management Studio editors allow you to copy and paste rectangular areas of code (not just lines of code)? This blog demonstrates how. Very handy when copying and pasting variable names! read more...

4 comments |category: |Views: 15

tags: another

Setting Form Values Automatically with SubSonic(weblogs.asp.net)

submitted by kevnzkevnz(858) 4 years, 6 months ago

Time saving code to set form values automatically from a SubSonic Active Record object read more...

1 comment |category: |Views: 14

tags: another