After migrating my project from Visual Studio 2012 to 2013, i realized that telerik grids with GridTemplateColumn columns did not render successfully. The solution is adding the following to Web.xml:
http://weblogs.asp.net/imranbaloch/archive/2013/10/23/messy-html-and-js-errors-when-you-install-visual-studio-2013.aspx
http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx
9 Aralık 2013 Pazartesi
8 Aralık 2013 Pazar
dependency injection in .net - ninject
i am spending this cold but bright sunday at home, since my mother had a simple surgery-like operation lately. So i am trying to solve some problems today to facilitate my week. One of those is refactoring my C# project by applying dependency injection.
Here is a short video which clearly explains the concept: http://www.youtube.com/watch?v=IKD2-MAkXyQ
My tool choice is ninject, since it is lightweight and does not require to write an xml for configuration. ( Despite being a SOA developer for several years in the past and dealt with bpel for a while, i still do not like using XML as a programming language. Here is an up-to-date discussion about it: http://programmers.stackexchange.com/questions/213316/xml-based-programming-languages )
And it is the Guice equivalent of .net :)) http://stackoverflow.com/questions/10844787/guice-equivalent-in-c-sharp
Here is Ninject home page: http://www.ninject.org/
- how to set up: http://www.youtube.com/watch?v=w_MehI2qBTo
https://github.com/ninject/ninject/wiki/Dependency-Injection-With-Ninject
https://github.com/ninject/ninject/wiki/Contextual-Binding
https://github.com/ninject/ninject/wiki/Contextual-Binding
- a brand new book: http://www.packtpub.com/mastering-ninject-for-dependency-injection/book
a sample chapter named Getting Started with Ninject can be downloaded from Scribd http://tr.scribd.com/doc/170865212/9781782166207-Mastering-Ninject-for-Dependency-Injection-Sample-Chapter
- quick introduction posts: http://www.codeproject.com/Articles/424749/Dependency-Injection-Using-Ninject and http://stefanoricciardi.com/2011/01/21/ninject-mini-tutorial-part-1/
http://stefanoricciardi.com/2011/02/04/ninject-mini-tutorial-part-2/
http://stefanoricciardi.com/2011/02/04/ninject-mini-tutorial-part-2/
- a practical introduction mini-book: http://www.jeremybytes.com/Downloads/DependencyInjection.pdf
- dependency injection in .net book: http://mangadonkey.free.fr/Calibre/Mark%20Seemann/Dependency%20Injection%20in%20.NET%20(29)/Dependency%20Injection%20in%20.NET%20-%20Mark%20Seemann.pdf
which barely mentions Ninject.
- and another article: http://www.dotnetcurry.com/showarticle.aspx?ID=829
to start with Visual Studio 2013
i strongly recommend to watch http://www.youtube.com/watch?v=wa9Tvr9yiQs prior to development with Visual Studio 2013.
7 Aralık 2013 Cumartesi
a good eclipse - visual studio comparison article
Here is an article which compares Eclipse and Visual Studio: http://jmonkeycoder.wordpress.com/2013/08/28/eclipse-vs-visual-studio/
totally agree :)
totally agree :)
windows authentication in IISExpress
When i migrated from Visual Studio 2012 to 2013, HttpContext.Current.User.Identity.Name started to return an empty string . To overcome this, i had to turn on Windows authentication and turn off anonymous authentication in applicationhost.config file and restart Visual Studio 2013. (http://stackoverflow.com/questions/4762538/iis-express-windows-authentication)
By the way, the project properties are as follows:
By the way, the project properties are as follows:
6 Aralık 2013 Cuma
for tomorrow s mvc training..
Here is an article for tomorrow s mvc training: http://umbraco.com/follow-us/blog-archive/2013/7/14/moving-from-webforms-to-mvc.aspx
and http://msdn.microsoft.com/en-us/magazine/jj991978.aspx
and http://msdn.microsoft.com/en-us/magazine/jj991978.aspx
3 Aralık 2013 Salı
an interesting article
here is an interesting article: http://tech.pro/blog/1498/why-the-n-layer-approach-is-bad-for-us-all
Kaydol:
Kayıtlar (Atom)