http://rredcat.blogspot.com/
Name: http://rredcat.blogspot.com/
Score: 555.06
Last Seen: 309 days, 11 hours, 41 minutes ago
Member Since: 30 April, 2009
DotNetShoutout
atom rss
2
Shouts

How to force to update JavaScript and CSS files after deploying new version of ASP.NET MVC application.

published 301 days, 4 hours, 42 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 309 days, 11 hours, 41 minutes ago
Friday, July 27, 2012 2:31:18 PM GMT Thursday, July 19, 2012 7:31:22 AM GMT
Usually after each deployment my ASP.NET MVC (Razor view) site I have a little mess with cached JavaScript and CSS files. Sometimes user's browsers show unappropriated view or some client functionality doesn't work. (more)
category: Web Dev | clicked: 40 | comment | | source: rredcat.blogspot.com
tags:
4
Shouts

Route of executing in Controller of ASP.NET MVC

published 333 days, 7 hours, 57 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 342 days, 15 hours, 34 minutes ago
Monday, June 25, 2012 11:15:53 AM GMT Saturday, June 16, 2012 3:38:57 AM GMT
Base classes of controller is ASP.NET MVC have number of methods for initialization before your code runs in an action. Lets review them. (more)
category: Web Dev | clicked: 25 | comment | | source: rredcat.blogspot.com
10
Shouts

ASP.NET MVC Uploading and Downloading Files

published 1248 days, 11 hours, 45 minutes ago posted by MikesdotnettingMikesdotnetting 1249 days, 20 hours, 35 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:37:30 PM GMT
ASP.NET MVC Uploading and Downloading Files   If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload files to the server in an MVC world, and how to get them back from the server to the user again.   In Web Forms, when you drag a FilUpload control... (more)
category: Web Dev | clicked: 6 | comment | | source: www.mikesdotnetting.com
tags: ASPNETMVC
4
Shouts

Trouble with resources in WP7

published 643 days, 11 hours, 15 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 646 days, 21 hours, 40 minutes ago
Saturday, August 20, 2011 7:57:43 AM GMT Tuesday, August 16, 2011 9:32:19 PM GMT
I started a few projects on WP7. It was done just for fun and for improving my skills (Fun was profitable - I won in Ukrainian WP7 competition). So I had completed my projects and tried to localize it. I met some issues: If you have experience in developing for web silverlight - first isn't new for you. When I edit/add/remove a item in resources's file I need to open resources designer's file and change access modifiers of parameterless constructor from "internal" to "public". It is know issue and ... (more)
category: Metro | clicked: 5 | comment | | source: rredcat.blogspot.com
tags: Silverlight, WP7, XAML, resource
3
Shouts

ferocia animi: Trimmed TextBlock for Windows Phone 7.

published 835 days, 5 hours, 44 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 835 days, 19 hours, 28 minutes ago
Wednesday, February 09, 2011 1:28:37 PM GMT Tuesday, February 08, 2011 11:44:30 PM GMT
Unfortunately WP7 is based on Silverlight 3. So we can't use some nice features of Silverlight 4 i.e. dynamic key word or TextBlock's trimming. But I've solved issue with trimming for Silverlight 3. Solution is here. Let me explain which code I use in WP7 project: (more)
category: Metro | clicked: 0 | comment | | source: rredcat.blogspot.com
tags: Silverlight, Trimmed, WP7, TrimmedTextBlock
2
Shouts

"using" directive in aspx's pages.

published 888 days, 20 hours, 14 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 890 days, 21 hours, 52 minutes ago
Friday, December 17, 2010 10:58:35 PM GMT Wednesday, December 15, 2010 9:21:12 PM GMT
It is funny but I don't know about this. I used full name of type (namespace+type name) in aspx pages. It is unnecessary. ASP.NET has directive for this. Sometime we omit in haste important things. (more)
category: Web Dev | clicked: 0 | comment | | source: rredcat.blogspot.com
tags: directive, ASP.NET
3
Shouts

ASP.NET MVC aplication inside in an iframe (fix issue with empty session).

published 919 days, 17 hours, 24 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 920 days, 20 hours, 52 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 10:20:27 PM GMT
I developed application using ASP.NET MVC framework. It worked well but when I put my app inside of iframe I founded that in some case in Internet Explorer application missed session. I started to investigate for the source of the issue. I founded that application worked well if I decrease security level in the IE. But this fix weren’t suitable for me (I can`t request something in the customers). So I carried on with investigation. Well description what happen I founded on the follow page (unfortunate... (more)
category: Web Dev | clicked: 5 | comment | | source: rredcat.blogspot.com
tags: ASP.NET MVC, Iframe, Session
2
Shouts

Unit Tests for ASP.NET MVC application that uses resources in code behind.

published 978 days, 4 hours, 58 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 980 days, 21 hours, 41 minutes ago
Sunday, September 19, 2010 2:14:31 PM GMT Thursday, September 16, 2010 9:31:29 PM GMT
Download source files - here. Some time ago I start to play with ASP.NET MVC. It is very well pattern and Microsoft made nice choose that implemented it for ASP.NET in my opinion. I started a project that uses ASP.NET MVC. This project requests multilingual support. I use resources for this. It works well when I use resource's properties in the View's layer but when I call resource's properties from code behind... (more)
category: Web Dev | clicked: 1 | comment | | source: rredcat.blogspot.com
tags: ASP.NET MVC, Unit Tests, resource
13
Shouts

ASP.NET MVC 2 Localization complete guide

published 1184 days, 6 hours, 30 minutes ago posted by http://adamyan.blogspot.com/http://adamyan.blogspot.com/ 1186 days, 6 hours, 30 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 12:42:57 PM GMT
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The guide covers following: views localization, model validation messages localization, simple culture switching mechanism, DisplayName attribute localization and OutputCache and localization problems solving. ... (more)
category: Web Dev | clicked: 16 | comment | | source: adamyan.blogspot.com
tags: outputcache, DisplayName attribute, ASP.NET MVC 2, Localization, Globalization
5
Shouts

Trimmed TextBlock for Silverlight.

published 1156 days, 6 hours, 48 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1156 days, 22 hours, 41 minutes ago
Thursday, March 25, 2010 12:24:40 PM GMT Wednesday, March 24, 2010 8:31:25 PM GMT
Download source files - here Not always Silverlight TextBlock that contains long text has enough space for shows all this text. TextBlock clips text in this case - this behaviour isn't best way for this. Because I wait that TextBlock not only trims but also adds "..." to clipped text. WPF has brilliant property that helps to resolve this trouble - TextTrimming. I implemented this possibility for Silverlight and now want to present it for you. Furthermore I implemented ToolTip that shows trimmed text... (more)
category: Metro | clicked: 1 | comment | | source: rredcat.blogspot.com
tags: Silverlight, Trimmed, TrimmedTextBlock
5
Shouts

Trips&Ticks: Easy way to navigate from XAML to class's definition.

published 1178 days, 3 hours, 38 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1178 days, 20 hours, 9 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 11:04:08 PM GMT
Working with XAML code in VS2008 I have just found that I can easy jump to class's or property definition. (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com
tags: Silverlight, WPF, VS2008, XAML
2
Shouts

Zoom event for FlowDocumentPageViewer (corrected)

posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1214 days, 20 hours, 51 minutes ago
Monday, January 25, 2010 10:21:56 PM GMT
Download source files - here When I wrote my article Zoom and page chaged events for FlowDocumentPageViewer I make mistake, you can read about it - there. However Martin offer solution for this problem. But his solution doesn't like me, overriding of OnPropertyChanged isn't best solution because this method is risen in many cases so any logic there is serious performance issue. So how can we fix it in other way? We can find object of Slider in Visual Tree of FlowDocumentPageViewer and subscribe to Va... (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com
tags: WPF, FlowDocumentPageViewer, zoom
7
Shouts

Trips&Ticks: How to implement GroupName for RadioButton in WPF DataGrid's column?

published 1215 days, 7 hours, 1 minute ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1216 days, 9 hours, 58 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 9:14:37 AM GMT
Download source files - here It is very easy. We should use DataGridTemplateColumn for this. My acquaintance requested to me show it. I added source code where implemented this. Some notes: (more)
category: How To | clicked: 4 | comment | | source: rredcat.blogspot.com
tags: WPF DataGrid, DataGrid, WPFToolKit, WPF
7
Shouts

Web access to Team Foundation Server.

published 1216 days, 7 hours, 29 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1219 days, 20 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Thursday, January 21, 2010 6:52:51 PM GMT
I have been starting to work with Team Foundation Server as source control and bag tracking system for 2 month. In this time we migrated from one TFS to another. So sometime we needed access to both these servers (one as bug track, another as source control). I said to my manager about web access tool for TFS he heard it already that this tool is very cool but expensive. It isn't truth. (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com