StatisticsIO

Stories submitted by friends of StatisticsIO

MvcCodeRouting automatically creates the best possible routes for your(mvccoderouting.codeplex.com)

submitted by maxtoroqmaxtoroq(170) 1 year, 3 months ago

While ASP.NET MVC is an excellent framework and ASP.NET Routing is a very flexible routing system, the integration between the two is not the best you can wish for. MvcCodeRouting automatically creates the best possible routes for your ASP.NET MVC application. read more...

add a comment |category: |Views: 4

tags: another

C# 3.0: Mixing object & collection initializers(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 2 years, 9 months ago

Of all the examples and tutorials I’ve seen describing collection initializers I never saw something like this... read more...

add a comment |category: |Views: 13

tags: another

The Zeitgeist Movement Activist and Orientation Guide(thezeitgeistmovement.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 3 months ago

In a Resources-Based, Global Economy, where “industry” and “government” are combined into a Cybernated System that incorporates advanced problem solving database computers, coupled with vast planetary wide observation sensors, the traditional concepts of politics , elections and the like have no relevance or basis. While this notion scares a lot of traditionally minded people, it must be reiterated that our problems in life are technical, and nothing more. read more...

add a comment |category: |Views: 2

tags: another

SqlBuilder 2.0 - Tutorial(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 3 months ago

SqlBuilder is a class designed to make dynamic SQL tasks easier. The top design goals are: 1. The query should look like SQL, and all SQL queries should be possible. 2. SqlBuilder is about building SQL, not getting or mapping data, so it should not be bound to any particular data access implementation. read more...

add a comment |category: |Views: 38

tags: another

Hello Berkeley DB XML on .NET(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 4 months ago

If you’re not familiar with Berkeley DB XML (BDB XML), it is an open source embeddable XML database engine that provides support for XQuery access. read more...

add a comment |category: |Views: 114

tags: another

Linq to MySQL, based on Matt Warren’s provider(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 7 months ago

On each release Matt Warren’s IQueryable provider is getting more and more interesting. On this post I’ll show you how easy is to plug-in your custom QueryFormatter to start querying MySQL databases. read more...

add a comment |category: |Views: 87

tags: another

CSS design patterns: Helper classes(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 9 months ago

Helper classes are reusable rules that use class selectors. Helper classes are designed to let you: 1) Apply style to an element without having to create a special rule for that element. 2) Abstract away browser inconsistencies. 3) Make documents more style readable. read more...

add a comment |category: |Views: 96

tags: another

Writing SQL using lambda expressions (not Linq)(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 4 years, 4 months ago

A "specialized" query API for SQL that is type safe. read more...

1 comment |category: |Views: 35

tags: another

Implementing a string.Format-like CreateCommand(string, params object[(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 4 years, 6 months ago

An extension method for creating DbCommand objects using the string.Format syntax. read more...

add a comment |category: |Views: 6

tags: another

Querying with Linq to Sql against the DBMS of your choice(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 4 years, 10 months ago

A simple approach to easily get started with Linq to Sql when not using SqlServer. read more...

add a comment |category: |Views: 2

tags: another

Caption Template for GridView: It is possible.(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 5 years, 1 month ago

A caption template for the GridView control. read more...

add a comment |category: |Views: 42

tags: another

The Power of Dynamic SQL: DynamicQuery class - Introduction(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 5 years, 1 month ago

Building provider independent data-driven applications that uses static queries can be a lot of work. Even more work needs to be done to use dynamic queries, specially in parsing and validating user input, and building the command string. The DynamicQuery class can do all of that work for you and much more! read more...

1 comment |category: |Views: 82

tags: another