SLODUG
Spletno mesto uporabniške skupine slovenskih razvijalcev programskih rešitev
Prijavi se
|
Registracija
|
Pomoč
Naslovnica
Blogi
Media
Forumi
julij 2007 - Zunanji viri
Zunanji viri
Dobrodošli!
Syndication
RSS za prispevke
Atom
RSS za komentarje
Obveščanje po epošti
Go
Recent Posts
Powershell version for Righthand Intel Rapid Storage Technology
Introducing DB Flex
Tips for Setting Git on Windows for SSH
Nice Guidance: Build Your Private Cloud in a Month with System Center 2012 SP1, Windows Server 2012, Hyper-V and Windows Azure
Kako smo požrli NT konferenco
Tags
.net
.net 3.5
ASP.Net
Azure Services Platform
Developement
Development
DevExpress
Dogodki
general
Hardware
Internet
Koristno
Links of the week
MS Dynamics CRM
Personal
Silverlight
Slovenia
Software
User Experience
visual studio
Visual Studio.NET
Windows 7
Windows Azure
Windows Azure Platform
WPF
View more
Archives
junij 2013 (1)
maj 2013 (3)
april 2013 (5)
marec 2013 (7)
februar 2013 (8)
januar 2013 (4)
december 2012 (6)
november 2012 (8)
oktober 2012 (11)
september 2012 (7)
avgust 2012 (3)
julij 2012 (7)
junij 2012 (7)
maj 2012 (8)
april 2012 (5)
marec 2012 (14)
februar 2012 (6)
januar 2012 (4)
december 2011 (10)
november 2011 (4)
oktober 2011 (18)
september 2011 (23)
avgust 2011 (17)
julij 2011 (19)
junij 2011 (21)
maj 2011 (16)
april 2011 (16)
marec 2011 (25)
februar 2011 (20)
januar 2011 (21)
december 2010 (14)
november 2010 (9)
oktober 2010 (26)
september 2010 (21)
avgust 2010 (30)
julij 2010 (15)
junij 2010 (17)
maj 2010 (27)
april 2010 (20)
marec 2010 (24)
februar 2010 (11)
januar 2010 (40)
december 2009 (17)
november 2009 (37)
oktober 2009 (37)
september 2009 (24)
avgust 2009 (56)
julij 2009 (47)
junij 2009 (39)
maj 2009 (33)
april 2009 (26)
marec 2009 (43)
februar 2009 (43)
januar 2009 (49)
december 2008 (38)
november 2008 (36)
oktober 2008 (63)
september 2008 (12)
avgust 2008 (25)
julij 2008 (30)
junij 2008 (26)
maj 2008 (20)
april 2008 (17)
marec 2008 (26)
februar 2008 (36)
januar 2008 (36)
december 2007 (20)
november 2007 (21)
oktober 2007 (10)
september 2007 (5)
avgust 2007 (5)
julij 2007 (18)
junij 2007 (5)
maj 2007 (12)
april 2007 (5)
marec 2007 (11)
februar 2007 (11)
januar 2007 (5)
december 2006 (17)
november 2006 (10)
oktober 2006 (3)
september 2006 (5)
julij 2006 (1)
junij 2006 (3)
maj 2006 (9)
Sortiraj po:
starosti
|
branosti
|
številu komentarjev
Midyear Reader Profile
Since it's summer here in Europe, and thus roughly middle of the year, here comes your, Dear Reader, profile. Mind you, only last years data (June 2006 - June 2007) is included, according to Google Analytics . Browser Versions: Operating Systems:...
Published
07-26-2007 22:58
by
Matevz Gacnik's Weblog
Pripete označbe:
Blogging
Loop over files in directory from a batch file
Figuring this out took me much longer than it should. The following line in a batch file will execute a command for each file in a directory: for %%I in (C:\*.*) do echo %%~nxI I had to overcome two obstacles to make this work: When including the command...
Published
07-24-2007 16:19
by
Damir Arh's Corner
Pripete označbe:
Development;Development/Batch
Creating custom tasks for CruiseControl.NET
Once you start putting CruiseControl.NET to production use you'll sooner or later encounter the need for custom build tasks. There's only a limited set of them in the package and Executable Task can only do so much. Unfortunately there is not...
Published
07-24-2007 13:57
by
Damir Arh's Corner
Pripete označbe:
Development;Development/.NET
Managed TxF: Distributed Transactions and Transactional NTFS
Based on my previous post , I managed to get distributed transaction scenario working using WCF , MTOM and WS-AtomicTransactions . This means that you have the option to transport arbitrary files , using transactional ACID semantics, from the client,...
Published
07-23-2007 22:54
by
Matevz Gacnik's Weblog
Pripete označbe:
.NET 3.5 - WCF;Transactions;Web Services;Windows Vista
WS-Management: Windows Vista and Windows Server 2008
I dived into WS-Management support in Vista / Longhorn Server Windows Server 2008 this weekend. There are a couple of caveats if you want to enable remote WS-Management based access to these machines. Support for remote management is also built into Windows...
Published
07-22-2007 20:48
by
Matevz Gacnik's Weblog
Pripete označbe:
Web Services;Windows Vista
MSBuild.xsl problem in CruiseControl.NET 1.3
The 1.3.0.2918 build of CruiseControl.NET has an error in msbuild.xsl file which causes an XslLoadException to be thrown when trying to view the MSBuild output in the web dashboard. One of the users was nice enough to describe the changes to the file...
Published
07-22-2007 13:24
by
Damir Arh's Corner
Pripete označbe:
Development;Development/.NET;Downloads;Downloads/Sources
Installing MSI packages from command line
Although a MSI file can bi installed by double clicking on it in Explorer or by selecting install from the context menu, you might want to start from command line to include it in a script. This can be done by using the msiexec.exe utility. Although it's...
Published
07-22-2007 12:24
by
Damir Arh's Corner
Pripete označbe:
Personal;Personal/Software
Managed TxF: Support in Windows Vista and Windows Server 2008
If you happen to be on a Windows Vista or Windows Server 2008 box, there is some goodness going your way. There is a basic managed TxF (Transactional NTFS) wrapper available (unveiled by Jason Olson ). What this thing gives you is this: try { using (TransactionScope...
Published
07-20-2007 16:59
by
Matevz Gacnik's Weblog
Pripete označbe:
Transactions;Windows Vista
Marking variables in VS.NET Debugger
Technorati Tags: vs.net, debugging Even after using Visual Studio for years (previous versions at least), you can always find hidden features. If you are debugging and have watch window open, you can click on “Make Object ID”. This will create...
Published
07-20-2007 16:42
by
while true blog
Pripete označbe:
vs.net
Six Months
»Become a better developer in six months.« Define 'better'. :) I've been tagged by Denis 'The SQL Menace' Gobo to share my views on how I would go about becoming a better developer in the next six months. (Self-)education is the first...
Published
07-20-2007 14:53
by
snaps & snippets
SQL Server 2005 XML Methods, Part Three, The XPath Expression
We've discussed the basics of XML in SQL, we've seen a few examples of XQueries and their performance; I guess we're ready to go a bit deeper. In this article we'll look more closely at XPath expressions and see how they behave in SQL...
Published
07-20-2007 0:29
by
snaps & snippets
Problem: Adding custom properties to document text in Word 2007
There is some serious pain going on when you need to add a simple custom document property into multiple Word 2007 text areas. Say you have a version property that you would need to update using the document property mechanics. And say you use it in four...
Published
07-09-2007 22:44
by
Matevz Gacnik's Weblog
Pripete označbe:
Microsoft;Personal;Work
Apple iPhone Hacking
There's some serious iPhone hacking going on during the last week or so. Here 's the wiki page, that has lots of information on the project. Main devs, working on the unlock problem are from US and Hungary as it seems. The forum is here . Deliverables...
Published
07-08-2007 15:20
by
Matevz Gacnik's Weblog
Pripete označbe:
Apple
EXISTS or NOT EXISTS... that is the question here
Whether 'tis nobler to count the rows in tables And stall the traffic with outrageous pride Or to merely stop as early as a single row Fullfills the expectations; To exist: to be found. Has Hamlet ever designed a data driven solution? How to check...
Published
07-06-2007 15:20
by
snaps & snippets
SQL Server 2005 XML Methods, Part Four, The Existential Quandary
We've seen SQL Server 2005 XML data retrieval methods in previous posts. In particular we've seen how they perform compared to T-SQL retrieval methods, and – quite frankly – the results were somewhat disappointing. There is an XML retrieval method...
Published
07-06-2007 15:17
by
snaps & snippets
1
2
Naslednja >
© 2004-2008 SLODUG