mercredi 28 septembre 2011

Mots de jeux...

"Des notes repères"

"Le cône d'encens"

...more to come...

Massive

Nouveau ORM sur github, très léger (surtout comparé à entity).
Un fichier de 500 lignes à ajouter à une solution.Net et pouf la magie des dynamic (Phil va pas aimer) et des var à l'oeuvre !  Aussi, "Rails approach in mind" (Martin va aimer ça).


Y'a des meta, des validations, du crud, y'a que les join qui sont difficiles supposément.

Référence à Hanselman qui l'a utilisé pour refaire son blog.

Autres tendances techno 2011

Node.js ?  Encore Scott H.  Écrire son site tout en JS !
Knockout Un js pour avoir du MVVM (intègre aussi le jquery-tmpl)

Des connaissances à acquérir...

C# de f# (ps y'a aussi une librarie js pour ça..)
http://csharpindepth.com/Articles/Chapter5/Closures.aspx


mardi 20 septembre 2011

Les problèmes du jour !


Problème Circulaire
Toutes les techniques du web ne fonctionnent pas (changer le scope de la navigation property, mettre une décoration ScriptIgnore au champ ddans la classe Meta associée)
A circular reference was detected while serializing an object of type 'ProjectMvc.Models.Model'.
(Et oui, ce sont des modèles de modèles)


Les postes Windows 7 des graphistes
Sont nouveaux à Visual Web Developer 2010 et demandent à la compile de projets (MVC) d'avoir SDK 7.0a


Warning    1    Task attempted to find "AL.exe" in two locations. 1) Under the "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\" processor specific directory which is generated based on SdkToolsPath 2) The x86 specific directory under "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\" which is specified by the SDKToolsPath property. You may be able to solve the problem by doing one of the following:  1) Set the "SDKToolsPath" property to the location of the Microsoft Windows SDK.

Error    2    Task could not find "AL.exe" using the SdkToolsPath "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed



"running msbuild fails to read sdktoolspath" - StackOverflow
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (7.1 winsdk_web.exe) (marchae avec un xp et VWD installé du ISO)

"task could not find al.exe using the sdktoolspath" = copy al.exe from
C:\Program Files\Microsoft SDKs\Windows\v7.1\bin\NETFX 4.0 Tools\
to
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\

Yé (peut-être dans program files x64...)! (utiliser WindowsSdkVer.exe du folder setup pour prendre le bon)


Dans un serveur loin de chez vous
Un EntityDataSource avec OnInserted="ds_InsertedUpdated". Ça marche super bien local (as usual). Le point net est à 4 les deux. L'identity est là les deux...

var news = e.Entity as ProwebModel.News;
var newsId = news.NewsId;

[NullReferenceException: Object reference not set to an instance of an object.]