|
|
Browse by Tags
All Tags » c# .NET » Web Development
-
So, I tested out LinQ today, and found my way to Blinq which is an autogenerator admin tool for DB's generating a bunch of asp.net pages, linQ code, super fast, using a couple of cool things.
All in all very nice, generating a site with the following info in a matter of about 4 seconds.
1: public Table<Category> Categories; ...
-
Full Resolution Image: Conten Item Class Diagram
I have added and organized the objects a little more, there are also a number of other classes you dont see there such as culture, status, category and their respective collections, there is also a preliminary dal object currently using an sql wrapper i upgraded to use dbprovider factory i got on ...
-
Kevin Downs the creator of NDoc has started working on NDoc for .NET 2.0 again.
You can get the latest stable build at any given time from ndoc.sourceforge.net/ndoc-nightly.zip
Currently he has added support for 2.0 iterators and anonymous methods. And I predict within the comming weeks we should see full support for 2.0 features like generics ...
-
Reading some of my daily blogs today, I came across a nice post by Scott Guthrie, talking about Composite Controls.
He explained something that I felt was worth mentioning, which I had not previously known.
This is something that is actually going to help me explore some new possibilites in fixing the issues that were there with the ...
-
Lately we have been doing a lot of talking about what can be done with the core, what is being done, and what will happen.
One of the more interesting discussions for me going on right now, is the talk of api's for rainbow.
Application API - Thing of it as framework or System
Allot of core business logic
Services that content, modules, ...
|
|
|