webmat

Stories kicked by webmat

Do Not Learn Ruby(webmat.wordpress.com)

submitted by webmatwebmat(100) 4 years, 3 months ago

A tongue in cheek essay on the perils of learning Ruby. You've been warned: do not learn Ruby! read more...

1 comment |category: |Views: 91

tags: another

I, for one, welcome our new revision control overlords!(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Using version control tools to deploy your (ASP.NET) websites. read more...

1 comment |category: |Views: 9

tags: another

Discover Powershell(webmat.wordpress.com)

submitted by webmatwebmat(100) 4 years, 5 months ago

It's a tutorial that introduces Powershell as a much more powerful replacement for batch files, and glimpses at other killer features, such as instantiating .Net objects directly in the shell. Cygwin just got a lot less useful :-) read more...

add a comment |category: |Views: 6

tags: another

Debug Visualizer for SubSonic Collections(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

See your SubSonic collections in a DataGridView while debugging your application just like you would see a DataSet in debug. read more...

add a comment |category: |Views: 20

tags: another

SubSonic + ObjectDataSource = less code(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

Use a base class for all your SubSonic controllers and have automatically SQL paging, SQL sorting and filtering of your data through a search criteria. All this decoupled from your aspx or your controls in a nice controller class. read more...

3 comments |category: |Views: 388

tags: another