Quantcast
Channel: Microsoft – rostacik.net
Browsing all 27 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

The Web project blablabla requires missing web components to run with Visual...

Ever encountered this strange popup in VS2010 after several hours of happily working with MVC? And now VS thinks, that something is wrong with your Razor components? Well the thing might be, that you...

View Article



Image may be NSFW.
Clik here to view.

How to hook to client keyboard events with Telerik’s DropDownList

So, you have same problem as me, how to subscribe to clients keyboard events with Telerik’s DropDownList control for ASP.NET MVC? Unfortunatelly, there is no out of box event for this yet, but it’s not...

View Article

Image may be NSFW.
Clik here to view.

How to launch program in Windows 8 via keyboard shortcut directly from...

If you pin a program to taskbar in Windows 7 or 8 and want to run it directly without clicking on the icon, you can use Win key + number of the icon from the left. So if would you have icon like this :...

View Article

Image may be NSFW.
Clik here to view.

Fixing the build errors in Visual Studio after inserting new sublayout to...

This short blog post is about well know fact and all Sitecore veterans will just smile, but for all newbies like me, it will save you some time. So, after you insert new sublayout or master page, there...

View Article

How to empty cache of Microsoft Windows 8 Photo application (my hacky approach)

At first you might ask, why one would like to do this kind of thing and why even write a whole damn article about that. Well the answer is not so common but simple. Picture a situation where you need...

View Article


Image may be NSFW.
Clik here to view.

Painless and easy way to JSON endpoint in Sitecore aka your own API for...

Welcome dear reader. In this article I want to dive a bit into helping you decide (or at least share some thoughts) regarding quite common problem that we had on last Sitecore project and that was :...

View Article

Some paths to useful tools on Windows

Because I had to troubleshoot this weekend in total 2 notebooks (why not booting, unable to install Windows 7, etc.) I came across one useful tool that is able to log what is happening on startup (in...

View Article

Image may be NSFW.
Clik here to view.

Microsoft TechDays Žilina 2013

Včera som sa zúčastnil TechDays v Žiline a preto malý krátky článoček o + / – a pár fotos. Všetky názory sú moje vlastné, hodnotím akciu z môjho uhla pohľadu ako developera, prosím berte ich len ako...

View Article


Image may be NSFW.
Clik here to view.

IE10 developer tools – web page is not responding

I just came across nice thing with Internet Explorer 10 on Windows 7. I was debugging JS on my dev box and I experienced problem like this : At first it seems like development tools freezed. Also IE as...

View Article


Image may be NSFW.
Clik here to view.

Unable to attach to the process. A debugger is already attached. – Unable to...

So I came across this sweet little problem that I wasn’t able to attach to IIS 7.5 from my VS 2012 on Windows 7 and I want to share the solution with you. I am taking part on development of larger...

View Article

How to split string in PowerShell with multiple delimiters

Hello world. I just wanted to share with you one simple stupid snippet (please note, I am PowerShell newbie so have mercy and if there is any better way, please share in comments, thank you). Because...

View Article

PowerShell Tools for Visual Studio 2012 problem – .ps1 cannot be loaded...

Solution to your problem : For some reason,  account on which you run VS on and on which VS hosts PowerShell has restricted ExecutionPolicy (you can type Get-ExecutionPolicy , select the text and hit...

View Article

Image may be NSFW.
Clik here to view.

Internet Explorer 11 isn’t displaying all .htc files in JavaScript debugger part

Since I upgraded my Windows 7 developer box with Internet Explorer 11 I am very satisfied with how Microsoft upgraded developer tools. They have added new stuff and it works (well from time to time IE...

View Article


Image may be NSFW.
Clik here to view.

How to drop VS2013 Browser Link requests from you Fiddler debugging session –...

The short story: Filter out only hosts and ports you need. Apply the filter, enjoy. Complete story with more help: Visual Studio 2013 gave us awesome thing, Browser Link –...

View Article

JavaScript Visual Studio snippet for is object defined check

Since I write a lot of JavaScript currently in Visual Studio these days, I lack one of the very common checks in JavaScript and that is testing if object exists. I mean this check : if (typeof...

View Article


Image may be NSFW.
Clik here to view.

How to convince Internet Explorer to show more pages with untrusted...

Funny article name you say and I can only agree, yes most of the time you run like hell when you see page with broken certificate. But I will explain why one might need this My girlfriend is a tester...

View Article

Image may be NSFW.
Clik here to view.

Adding .JS file generated by TypeScript in Visual Studio 2013 to markup

Note to self : If you want to add .js file generated by TypeScript from .ts file under Visual Studio 2013, you don’t need to click Show All Files, than search for file you wanted to add and then...

View Article


Image may be NSFW.
Clik here to view.

How to force types in Array with TypeScript’s union types

From TypeScript 1.4 we can do nice stuff with types now, with help of feature called Union Types : https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#union-types which will let you...

View Article

Image may be NSFW.
Clik here to view.

Microsoft.Web.Infrastructure was not found while building on CI server

tl;dr story: Just add HintPath node to Microsoft.Web.Infrastructure Reference node that points to where NuGet package is. The full story: I just would like to share with you problem I ran into....

View Article

How to disable building of TypeScript files in Visual Studio 2015

If you would like to disable building TypeScript files in your solution for some reason (you want different build workflow, you just work on .cs files and don’t touch .ts files), you had to search for...

View Article
Browsing all 27 articles
Browse latest View live




Latest Images