136 reputation
9
bio website indice.gr
location Athens, Greece
age 32
visits member for 4 years, 3 months
seen May 15 at 13:44
stats profile views 54

Apr
24
comment Optional return in C#.Net
I totally agree with Kevin. On the other hand if code aesthetics are concerned you can always use an extention method to chack null value. static bool isPresent(this object instance) { return null != instance; }
Feb
20
answered MVC HtmlHelper vs FluentValidation 3.1: Troubles getting ModelMetadata IsRequired
Jan
28
revised How do I copy SQL Server 2012 database to localdb instance?
corrected spelling
Jan
28
comment Custom FileResult on Azure: Browser Waits forever
Thanks for the answer. +1 for suggesting elmah fantastic library! Unfortunately as u see in my question above in my case I striped my code down to no sql just to make my point before switching to EPPlus.
Jan
25
revised How do I copy SQL Server 2012 database to localdb instance?
My answer was incomplete and not a working solution
Jan
25
answered How do I copy SQL Server 2012 database to localdb instance?
Jan
23
awarded  Popular Question
Dec
16
comment Insert a new GUID to Visual Studio 2012
There is already a vs extention GuidInserter2. You can find it here GuidInserter. You can use the shortcut Ctl + K + J
Dec
14
comment Why when I install Silverlight toolkit from nuget does not find the System.Windows.Controls.Toolkit.Internals?
For anyone interested in Nuget support for the internals dll I just uploaded an unofficial package on Nuget.org. You can find it through the package manager by the name "SilverlightToolkit-Internals-Unofficial"
Oct
24
comment How to create readonly textbox in ASP.NET MVC3 Razor
+1 because you used "ViewData.ModelMetadata.IsReadOnly". I was expecting MVC would take into account these stuff in version 4.
Oct
10
comment MVC4 DataType.Date EditorFor won't display date value in Chrome, fine in IE
Opera renders a datepicker though. Use modernizr to do some polyfill
Oct
2
comment Custom FileResult on Azure: Browser Waits forever
I did not find the root to this. Although, changing my code to use EPPlus lib I got rid of the problem in Azure. Just posting the alternative since I found no answer to my problem.
Oct
1
answered How can I update the current line in a C# Windows Console App?
Sep
20
comment POS for .NET | Differentiate between (barcode) scanner and keyboard input
can u please give a url to a sample project in WPF to see how you did it?
Sep
5
comment Xap packaging failed. Object reference not set to an instance of an object
sometimes it can be becasuse the application icon and/or background image have been relocated. Anyway it is good to restart VS after you fix this becase the error does not alwas go away. Check it out
Sep
4
comment Custom FileResult on Azure: Browser Waits forever
So I opened a thread on codeplex. One of the coordinators of the ClosedXml lib suggested I try to debug production with intellitrace feature as described here. I will post any updates.
Sep
4
revised Custom FileResult on Azure: Browser Waits forever
added 657 characters in body
Sep
4
comment Custom FileResult on Azure: Browser Waits forever
@SandrinoDiMattia I've updated with more info the question. It seems to be a problem with the ClosedXml lib I am using. I downloaded the source code. +1 to your comment because I feel I am getting somewhere :-)
Sep
4
revised Custom FileResult on Azure: Browser Waits forever
added 657 characters in body
Aug
23
comment Custom FileResult on Azure: Browser Waits forever
@SandrinoDiMattia I will try to log with trace and come back with more info. But The weird thing is that there are no entries of exceptions happening in the EventLog when I Access remotly one of the Azure Instances.