rostacik.net
How to | rostacik.net
http://rostacik.net/category/how-to
Dušan Roštár blogging about .NET and other strange stuff he encounters. Category Archives: How to. How to use NuGet packages even with PowerShell projects with Visual Studio 2015. Most of developers doesn’t use PowerShell on day to day basis, but Microsoft in Visual Studio 2015 made it 1rst class citizen by making PowerShell Tools for Visual Studio 2015. Plugin optional on install. (Before that, we had just optional plugin for VS 2013. And would all be good, but there is still one downside and that is :.
rostacik.net
TypeScript | rostacik.net
http://rostacik.net/category/typescript
Dušan Roštár blogging about .NET and other strange stuff he encounters. Async/Await s TypeScript a Babel – code samples a prednáška. Prednáška : https:/ docs.google.com/presentation/d/1 Bbe8Fp1pfY2FjcpaaK0-1KjHTwFGwEft0cKpe4H2qU/edit? Sample project : https:/ github.com/rostacik/codecon2015samples. Using typescript@next nightly package? Don’t rely on –save-dev to be up-to-date! Just a small update for all you cutting edge TypeScript users. You may run into the same issue as we did @ work. Which will agai...
orchardpros.net
Orchard Pros
http://www.orchardpros.net/profile/sfmskywalker
Active since Wednesday, 01 January 2014. I grew up in Bergen. From: November 2013 to: Current. From: June 2011 to: Current. From: May 2012 to: Current. From: April 2014 to: Current. This guy knows all the answers. Your blog articles and comments have been tremendously helpful! Thanks for all your hard work. Quick, excellent help. Thank you so much spike. I guess this what I needed. Thanks for your time. Very helpfull and quick response! Thanks spike. That was really interesting!
rostacik.net
PowerShell | rostacik.net
http://rostacik.net/category/powershell
Dušan Roštár blogging about .NET and other strange stuff he encounters. How to use NuGet packages even with PowerShell projects with Visual Studio 2015. Most of developers doesn’t use PowerShell on day to day basis, but Microsoft in Visual Studio 2015 made it 1rst class citizen by making PowerShell Tools for Visual Studio 2015. Plugin optional on install. (Before that, we had just optional plugin for VS 2013. And would all be good, but there is still one downside and that is :. The problem is, that it se...
blog.rsuter.com
Post-process the HTML output of an action in ASP.NET MVC « Rico Suter
http://blog.rsuter.com/post-process-the-html-output-of-an-action-in-asp-net-mvc
Post-process the HTML output of an action in ASP.NET MVC. May 5, 2015, (updated on December 16, 2015), 2 comments,. This article shows how to implement a post-processor for an ASP.NET MVC application, which transforms the output of an controller action before it is transmitted to the client. The obvious way to do this is by implementing a custom action filter. First, we implement the base filter class:. As you can see in the. Method, the response’s current. Public class ToUpperFilterAttribute : OutputPro...
rostacik.net
jQuery | rostacik.net
http://rostacik.net/category/jquery
Dušan Roštár blogging about .NET and other strange stuff he encounters. How to make CKEditor load just like a frame but show upper command buttons when maximized to fullscreen. Here is my small take on what is needed in lots of apps that have limited real estate on the screen. To load some (in my case CKEditor. My sample is loading CKEditor with hidden build in controls and using own buttons. Once in fullscreen the editor will fill the screen and we can also show controls. Here is the sample repo :.
rostacik.net
Hack | rostacik.net
http://rostacik.net/category/hack
Dušan Roštár blogging about .NET and other strange stuff he encounters. Prečo Vám (možno) nejdú dáta v sieti operátora 4ka. Na Slovensku niekoľko dní späť potešil operátor 4ka. Svojich zákazníkov 1GB dátovým balíčkom zdarma. Super, poviete si. Vložíte SIM do telefónu, zapnete dáta a : nestane sa nič. Hľadáte problém. A možno po pár minútach hľadania prídete na to, že váš mobil (teda min. ten môj s Androidom rady 4) nepozná operátora 4ka a teda nemá ani default nastavenia internetu. More on this here : ht...
rostacik.net
How to make CKEditor load just like a frame but show upper command buttons when maximized to fullscreen | rostacik.net
http://rostacik.net/2015/06/15/how-to-make-ckeditor-load-just-like-a-frame-but-show-upper-command-buttons-when-maximized-to-fullscreen
Dušan Roštár blogging about .NET and other strange stuff he encounters. How to make CKEditor load just like a frame but show upper command buttons when maximized to fullscreen. Here is my small take on what is needed in lots of apps that have limited real estate on the screen. To load some (in my case CKEditor. My sample is loading CKEditor with hidden build in controls and using own buttons. Once in fullscreen the editor will fill the screen and we can also show controls. Here is the sample repo :.
rostacik.net
ASP.NET | rostacik.net
http://rostacik.net/category/asp-net
Dušan Roštár blogging about .NET and other strange stuff he encounters. Category Archives: ASP.NET. How to exclude some files from TypeScript build. If you are using TypeScript nightly (and only with TypeScript 1.6 up. You can use in your tsconfig.json new property exclude. Which will mostly be used for node modules like this. More on this here : http:/ blogs.msdn.com/b/typescript/archive/2015/07/27/introducing-typescript-nightlies.aspx. When checking for primitive types. Should do the job. My beloved Ty...
rostacik.net
ASP.NET MVC | rostacik.net
http://rostacik.net/category/asp-net-mvc
Dušan Roštár blogging about .NET and other strange stuff he encounters. Category Archives: ASP.NET MVC. Adding .JS file generated by TypeScript in Visual Studio 2013 to markup. Note to self :. Fast, simple, obvious. Not for all however 🙂 . 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 :. How to drop VS2013 Brow...