Browse by Tags

All Tags » Advanced .NET (RSS)

LLBLGen Pro v4.0 released! by FransBouma

I'm proud to announce we've released v4.0 of LLBLGen Pro ! This release is the 13th full release we've done and it arrives in the year LLBLGen Pro turns 10. As always we've packed the new release with great new features and I hope we've added what you...

LLBLGen Pro v4.0 BETA released! by FransBouma

We've released the first beta of LLBLGen Pro v4.0! We hope you all like the new features and additions we packed into this new release! To make sure stuff is truly tested in a lot of scenario's, the beta is available to all v3.x licensees. How to get...

LLBLGen Pro and JSON serialization by FransBouma

I accidentally removed a reply from my previous blogpost , and as this blog-engine here at weblogs.asp.net is apparently falling apart, I can't re-add it as it thought it would be wise to disable comment controls on all posts, except new ones. So I'll...

How to make ASP.NET WebApi serialize your LLBLGen Pro entities to JSON by FransBouma

LLBLGen Pro has several ways to serialize / deserialize your entity data in an LLBLGen Pro Entity object: Binary, using superfast custom binary formatters, triggered by ISerializable methods. XML, using XmlDocuments XML, using XmlWriters, triggered by...

Beware when using .NET's named pipes in a windows forms application by FransBouma

Yesterday a user of our .net ORM Profiler tool reported that he couldn't get the snapshot recording from code feature working in a windows forms application. Snapshot recording in code means you start recording profile data from within the profiled application...

LLBLGen Pro feature highlights: grouping model elements by FransBouma

(This post is part of a series of posts about features of the LLBLGen Pro system) When working with an entity model which has more than a few entities, it's often convenient to be able to group entities together if they belong to a semantic sub-model...

Azure, don't give me multiple VMs, give me one elastic VM by FransBouma

Yesterday, Microsoft revealed new major features for Windows Azure (see ScottGu's post ). It all looks shiny and great, but after reading most of the material describing the new features, I still find the overall idea behind all of it flawed: why should...

LLBLGen Pro feature highlights: automatic element name construction by FransBouma

(This post is part of a series of posts about features of the LLBLGen Pro system) One of the things one might take for granted but which has a huge impact on the time spent in an entity modeling environment is the way the system creates names for elements...

ORM Profiler v1.1 has been released! by FransBouma

We've released ORM Profiler v1.1, which has the following new features: Real time profiling A real time viewer (RTV) has been added, which gives insight in the activity as it is received by the client, in two views: a chronological connection overview...

LLBLGen Pro feature highlights: assigning attributes based on rules to properties in generated code. by FransBouma

(This post is part of a series of posts about features of the LLBLGen Pro system) One of the things which makes some people hate generated code is that it's effectively 'read-only' code: changing it will make you run the risk that your changes are likely...
More Posts Next page »