-
Na letošnji konferenci NT imam čast, da lahko vodim predkonferenčni dan v vsebinskem sklopu Spletne tehnologije in platforme . V izredno zadovoljstvo mi je, da nam je uspelo privabiti top strokovnjake na področju razvojnih tehnologij Microsoft. Tako se nam bodo pridružili: Mads Kristensen , znan...
-
As you well know, or you might not, MvvmCross is a cross platform MVVM framework supporting many platforms, such as Android and iOS (both through Xamarin ), WPF, WinRT, WP7. Feature worth drooling. Now, AFAIK there are two versions available. v2 (aka vNext) which is supposedly stable and v3 which is...
-
Pluralsight (popularna storitev, ki ponuja treninge za različne tehnologije s strani MVPjev na zahtevo) je v sodelovanju z Microsoft-om dalo na voljo brezplačne treninge za tehnologijo ASP.NET Web API . Dostop do treningov je na voljo na domači strani tehnologije (v desnem kotu) ali pa s klikom na tole...
-
2013 has started great and the SQL community is already brimming with events. At some of these events you can come say hi. I’ll be glad you do! These are the events with dates and locations that I know I’ll be speaking at so far. February 16th: SQL Saturday #198 - Vancouver, Canada The session I’ll present...
-
If you ever customized (excellent) DevExpress ReportDesigner you might have used this line of code to obtain a reference to IDataSourceCollectionProvider within ReportDesigner class which allows to access field list: IDataSourceCollectionProvider dataSourceCollectionProvider = designerHost.GetDesigner...
-
Spoštovani! Pred kratkim je Microsoft gostil konferenco Build ( http://www.buildwindows.com ) za razvijalce v Seattle-u, kjer so udeleženci dobili vpogled v razvoj za novi operacijski sistem Windows 8, Windows Phone 8 ter novostih v skalabilni platformi Windows Azure. Na dogodku ReBuild vam bodo...
-
I was poking around with excellent MonoGame framework by creating a simple game, or better, starting to create a simple game. So far I’ve spent a day to build some infrastructure from scratch and I am able to show a main screen with simple menu items. Nothing really ground-breaking. The aspect...
-
I have a not so new laptop that features ATI Radeon HD 3650 Mobility graphics cards. Which is quite fine for the usual tasks. According to AMD website it features OpenGL 3.2 which is, again, good enough. Nothing spectacular but fine. Lately I’ve upgraded it to a SSD disk and at the same time I did a...
-
Read more about the launch on Somasegar’s blog and attend the forthcoming SLODUG meeting (held in Ljubljana, Slovenia, Slovene language) dedicated to this launch – new features presented by four Slovene MVPs (including myself).
-
Go, grab the Dataset visualizer test version for Visual Studio 2012 from dedicated page and visit forums as well.
-
Here is the list of what’s have been added/changed in 1.0.8.: Fixed Next Change, Next Error Added contextual menu features on row right click: Delete/Remove row, Accept/Reject row changes, Clear row errors Fixed original value showing (it could appear multiple times) Added a bunch of columns in...
-
What do you do when you have problems with assembly binding? Exceptions don’t tell very much ( failed to load for some reason is all you get). You call Fuslogvw.exe to the rescue of course. But what do you do when Fuslogvw.exe doesn’t work? You delete IE’s temporary internet files. Of course . You might...
-
Here is an useful CodeRush editor template if you work with Mono For Android . FindViewById <«FieldStart»«Caret»«FieldEnd»> (Resource.Id. «FieldStart»«FieldEnd» ); «Target()» I use string fv as trigger. That makes binding variables...
-
When writing a logging part of an application (Mono For Android/Visual Studio) I got some, seemingly, weird Android behaviour. Since my application transmits large strings over the net I wanted to have a history of these so I can check them out. I could do it with a simple string visualizer but the thing...
-
Attached are the demo, the slides and enhanced Syntax Tree visualizer that I was showing at my NT Konferenca 2012 Project Roslyn talk on Thursday. Hope you've enjoyed the talk. Now, start producing those Roslyn extensions! Roslyn project.ppt (326.50 kb) IoChelper.zip (29.38 kb) SyntaxDebuggerVisualizer...