buknaykid

Stories kicked by buknaykid

MySQL Tools for Visual Studio 1.0.1(devintelligence.com)

submitted by adventureradventurer(2244) 5 years, 7 months ago

MySQL Tools for Visual Studio is a plug-in for Visual Studio 2005 which allows developer to maintain database structures and objects all from within the Visual Studio environment... read more...

1 comment |category: |Views: 25

tags: another

Relational persistence for .NET (hibernate.org)

submitted by joshirushabhjoshirushabh(810) 5 years, 8 months ago

NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code. read more...

add a comment |category: |Views: 5

tags: another

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows(hanselman.com)

submitted by HaackedHaacked(5105) 5 years, 8 months ago

Scott Hanselman, that uber technologist, updates his must have list of power tools for developers. read more...

add a comment |category: |Views: 6

tags: another

ASP Alliance Launches SimpleCMS(aspadvice.com)

submitted by rjdudleyrjdudley(1465) 5 years, 8 months ago

As CMSs such as DNN and Rainbow grow in complexity, there's still a need for something with lightweight and simple. SimpleCMS is the latest entry into this niche, produced by the folks behind ASP Alliance. read more...

add a comment |category: |Views: 13

tags: another

C# List Control Utility(developer.coreweb.com)

submitted by silverCOREsilverCORE(275) 5 years, 8 months ago

A C# 2.0 helper class that gives you a little more control over list controls. read more...

add a comment |category: |Views: 141

tags: another

HTTP compression in ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 9 months ago

The new System.IO.Compression namespace in .NET 2.0 makes it easy to implement HTTP compression without having to touch IIS. The best thing about it is that you no longer need any third party compression components, it’s all build directly into .NET Framework. read more...

add a comment |category: |Views: 62

tags: another

ASP.NET ActionPack(codeplex.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 9 months ago

Ruby On Rails is propelling a new wave of programming - one that drives "Convention Over Configuration". This simple, elegant approach is attracting many developers who find the intricacies and complexity of Java and .NET to be daunting. The ActionPack for .NET is our attempt to bring this simplicity to the .NET platform. read more...

add a comment |category: |Views: 13

tags: another

Entity Life-Cycle in NHibernate: IInterceptor Interface(20.targetprocess.com)

submitted by firefalconfirefalcon(635) 5 years, 9 months ago

Explanation of IInterceptor interface role in persistent entity life-cycle. read more...

add a comment |category: |Views: 1116

tags: another

New Search Engine on WWWCoder.com Based on Lucene.NET (blogs.wwwcoder.com)

submitted by wwwcoderwwwcoder(240) 5 years, 10 months ago

Information on the new search engine for the ASP.NET community from the developer of the site. The engine is based on Lucene.NET and allows you to search weblog content, podcasts, and video all focused on ASP.NET development. You can also export the search results to your aggregator. read more...

add a comment |category: |Views: 151

tags: another