Oskar Gewalli's blog articles

0
comment
on 4/7/2012 12:22 AM
There seems that the there is a shift from the Crockford style global variables to lower case namespaces or mixed case. Older libraries use the Crockford style all caps. YUI JSON Probably this is influenced by Crockford’s thoughts about global variables Newer libraries use a less screamy namespace name: jQuery, Prototype, Ext, dojo, ko
>> Read the full article
.
0
comment
on 3/18/2012 5:32 AM
A relational database is not only a source of content. It can also be used as a mine for domain information related to domain of an application that uses that database. The schema, if it is well maintained, will give you an overview of the problem domain. If the schema is not well maintained, you can factor out the conventions used in that particular database for relations and create a patched schema with the real relations. As you generate a graph of the database you can start filtering out some of the de[...]
>> Read the full article
.
0
comment
on 3/17/2012 3:57 AM
In some settings you might need to access more of the language than available through reflection and System.Linq.Expressions. You might want to look into project Roslyn or NRefactory. These will let you access the c# parser. This can be useful in many settings. For instance, to refactor c#. To render the code to another language.
>> Read the full article
.
0
comment
on 3/14/2012 3:13 AM
The command is called ‘ReSharper_EnableDaemon’. Open keyboard section in the options dialog in visual studio and search for the command to see what shortcuts it is bound to.
>> Read the full article
.
0
comment
on 3/10/2012 12:18 PM
It’s possible to open several projects in the vs2010 express edition. This means that it can be a viable alternative to monodevelop for doing .net programming at home. Exciting news!
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper