SLODUG
Spletno mesto uporabniške skupine slovenskih razvijalcev programskih rešitev
Prijavi se
|
Registracija
|
Pomoč
Naslovnica
Blogi
Media
Forumi
Blogi
Tags
.net
.net 3.5
ASP.NET
Developement
Development
DevExpress
Dogodki
general
Hardware
Internet
Koristno
Links of the week
MS Dynamics CRM
Najava srečanj
Personal
Silverlight
SLODUG
Slovenia
Software
User Experience
Visual Studio.NET
Windows 7
Windows Azure
Windows Azure Platform
WPF
Več...
Blogs
Razpečevanje RSS
Opml
Blogi na tem mestu
Sortiraj po:
starosti
|
branosti
|
številu komentarjev
TwoWay binding trap on Windows Store apps
Imagine having a TextBox bound to a viewmodel’s property in a TwoWay mode. In between a converter that does possibly an asymmetric conversion – in this case the text is uppercased (it should do for this demo). Like this: <StackPanel> <StackPanel...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 05-28-2015
Pripete označbe:
.net
SLODUG srečanje bo že v četrtek, 11.6.2015
Pozdravljeni, Vabljeni ste na srečanje uporabniške skupine SLODUG, ki bo v četrtek, 11.6.2015, na lokaciji: Microsoft, Ameriška ulica 8, v 8. nadstropju Kristalne palače. (Microsoft se je preselil) Vsebina srečanja, ki bo tokrat v avstralščini...
Objavljeno v
Novice SLODUG
,
MihaM
ob 05-28-2015
Pripete označbe:
Najava srečanj
,
SLODUG
NTK 2015: Slides from my intro talk on IoT and “Smart Home”
First of all, I’d like to thank everybody who attended my introductory talk at this year’s NT Konferenca (celebrating 20th anniversary this year – and back to Portorož venue). I’ve talked about my smart home wiring and how I’m...
Objavljeno v
Zunanji viri
,
Andrej Tozon's blog
ob 05-26-2015
Pripete označbe:
Development
,
Tech
,
User Experience
,
Windows 8
,
WinRT
,
Windows Phone 8
,
IoT
,
SmartHome
NCrunch and SQLite testing problem and solution
I have some NUnit tests on .net 4.5.1 class library against PCL and both use SQLite.Net PCL, the former uses its Win32 platform. When running from a test runner (like CodeRush Unit Test Runner) it works just fine. But NCrunch would throw an exception...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 05-08-2015
Pripete označbe:
.net
SSMS Tools Pack 3.5.0.0 is out with a NEW feature, a few improved features and various bug fixes.
The new feature is called Global Replacement Texts . It gives you the ability to add custom replacement texts to your scripts in four different features. Licensing now gives you the ability to upgrade your existing license from the previous major version...
Objavljeno v
Zunanji viri
,
I want some Moore
ob 05-04-2015
Pripete označbe:
.net
,
SQL Server
,
SSMS Tools Pack
A hidden bug in Windows Store’s ComboBox
Since some time ago I’ve been using Immutable Collections as much as I could due to their immutability contract – nothing ever changes. So far so good, but today I’ve stumbled upon an odd and occasional (at least at beginning) bug with Windows Store/8...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 04-10-2015
Pripete označbe:
Windows 8
Srečanje SLODUG že v torek, 13.1.2015
Pozdravljeni, Zagon SLODUG leta 2015. Vabljeni ste na prvo letošnje srečanje uporabniške skupine SLODUG, ki bo v torek, 13.1.2015, na *** NOVI lokaciji: Microsoft, Ameriška ulica 8, v 8. nadstropju Kristalne palače *** (Microsoft...
Objavljeno v
Novice SLODUG
,
MihaM
ob 01-08-2015
Pripete označbe:
Najava srečanj
,
SLODUG
(Android) Emulator on Hyper-V
An apparently great news is that Microsoft has been cooking up an Android emulator . It appears that every company now feels compelled to create one. Right now we have Google’s emulator, Intel HAXM support for it, Genymotion , Xamarin Android emulator...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 11-13-2014
Pripete označbe:
visual studio
,
Android
,
Mobile
Notes on docker.io and lightweight php (i.e. for wordpress)
So I moved a couple of sites from a friend’s FreeBSD server to a linux one and decided to learn to use Docker along the way. Once I’ve created an image (based on debian/jessie) and added required dependencies, php applications started to run...
Objavljeno v
Zunanji viri
,
Miha Valencic
ob 10-18-2014
Pripete označbe:
Software
,
general
Thinking about delayed getters on properties in C#6.0 or after that
Here is a typical scenario where one postpones property value creation until the property getter is accessed: private SomeType something; public SomeType Something { get { if (something == null) { something = new SomeType(); } return something; } } This...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 10-02-2014
Pripete označbe:
c#
Pack your Windows App package yourself
A while ago, one of my Windows Store apps was in a weird stall – I’ve updated the app to support Windows 8.1 only, but published version was still targeting 8.0. After uploading new version of the app, I had to remove the 8.0 version due to...
Objavljeno v
Zunanji viri
,
Andrej Tozon's blog
ob 10-02-2014
Pripete označbe:
Development
,
Windows Phone 8
Srečanje SLODUG že v četrtek, 18.9.2014
POZOR: SPREMENJENA LOKACIJA! Pozdravljeni, Vabljeni ste na srečanje uporabniške skupine SLODUG, ki bo v četrtek, 18.9.2014, na *** NOVI lokaciji: Microsoft, Ameriška ulica 8, v 8. nadstropju Kristalne palače *** (Microsoft se je preselil...
Objavljeno v
Novice SLODUG
,
MihaM
ob 09-04-2014
Pripete označbe:
Najava srečanj
,
SLODUG
Finally upgraded to Windows 8.1 (from 8.0)
Since Microsoft released Windows 8.1 I’ve tried to upgrade my 8.0 to 8.1. Without success though. Every upgrade ended just a little bit before 100% with a BSOD and after some automatic retries to remedy the situation it simply rolled back to 8.0. By looking...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 08-08-2014
Pripete označbe:
Hardware
,
windows
Different XAML layouts for different device orientations in Xamarin.Forms
In case you’ve been wondering how to achieve different XAML layouts for different device orientation with Xamarin.Forms (just Forms from now), here is a solution. The thing is that there is currently no support for this. There is support for different...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 07-24-2014
Pripete označbe:
.net
,
Windows Phone
,
Android
,
MonoForAndroid
,
Xamarin
Different XAML layouts for different device orienations in Xamarin.Forms
In case you’ve been wondering how to achieve different XAML layouts for different device orientation with Xamarin.Forms (just Forms from now), here is a solution. The thing is that there is currently no support for this. There is support for different...
Objavljeno v
Zunanji viri
,
Righthand's blog
ob 07-24-2014
Pripete označbe:
.net
,
Windows Phone
,
Android
,
MonoForAndroid
,
Xamarin
< Prejšnja
1
2
3
4
5
Naslednja >
...
Zadnja »
© 2004-2008 SLODUG