I’ve created a simple ASP MVC 4/jQuery Mobile UI web site that helps you with NT Konferenca 2012 lectures schedule if you have a mobile device (now, who doesn’t?). Note that it isn’t a well thought, thoroughly and carefully crafted site. Instead it is a quick and simple one, actually it took me an hour...
Ekipa strokovnjakov je napisala 686 strani velik vodič za izboljšanje varnosti in načrtovanja WCF storitev . Gre za skupek end-to-end scenarijev, how-to člankov, kako načrtovati in narediti avtorizacijo ter avtentikacijo, kako izboljšati varnost. Na koncu si lahko ogledate povzetek QA. Vodič je zmes...
If you are wondering which type of communication to use with your services in the future I would definitely recommend this blog post by David Chappell (go and read the PDF file). He basically tries to compare two ways of exposing services: via SOAP or REST-fully and he comes to some interesting conclusions...
It is possible to create a managed .net stored procedure for SQL Server that acts like a WCF client. SQL Server 2005 at least is required. But I won't talk about how to. I'd rather discuss an odd error you can encounter while performing this stunt. On development machines one can encounter this...
Microsoft really focuses on Europe with it's technology :) since a lot of codenames are named after European cities. "Dublin" is the next city in line and it reveals technology for hosting and managing workflows and services. The basis for "Dublin" technology is the fact that...
Since I have IPTV I am really annoyed by not having an option to save programs, like in old video recorder and cable network days. True, one can still save using video recorder, but the problem is that video recorder can't change channels on STB (set top box) and thus you are limited to a single...
Did you ever encounter this dialog box when dealing with WCF services? "The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." It might happen when you run application at debug time. It is highly annoying and time consuming ...