New Post: minification
@aadamiHi,I want to change some widget. In debug mode  those .js scripts are included and in release mode a  minification file of those scripts is used.What tool i use for minification and in this...
View ArticleNew Post: minification
Hi AVM,Hope this help.http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minificationRegards,WP
View ArticleNew Post: How do you enable database Seeding?
I am fairly new to C#, MVC, etc., but I'm so glad Project Silk is available for learning!I used the Silk code as a guide for a new project, so my project is almost exactly the same. I am using the same...
View ArticleNew Post: How do you enable database Seeding?
Hi,Have you checked if you are setting the corresponding IDatabaseInitializerwhen the application starts by calling the Database.SetInitializer method inGlobal.asax.cs - Application_Start(). For...
View ArticleCommented Issue: The lack of Cassini support should be better handled or...
From the following thread in the discussions:http://silk.codeplex.com/discussions/269886At the very least this note in code should also be placed as part of the installation notes and also where the...
View ArticleCommented Issue: The lack of Cassini support should be better handled or...
From the following thread in the discussions:http://silk.codeplex.com/discussions/269886At the very least this note in code should also be placed as part of the installation notes and also where the...
View ArticleNew Post: where data.SelectedReminder is defined..
Hi, In mstat.reminders.js, data is a ReminderDetailsViewModel object, as GET: /Reminder/List/1 returns ReminderDetailsViewModel {VehicleList, Reminder, Reminders}.I can't understand where...
View ArticleNew Post: where data.SelectedReminder is defined..
Hi,Based on my understanding the SelectedReminder attribute is defined in this same script you mentioned when entering the else clause at the end of the script: else { data.SelectedReminder =...
View ArticleNew Post: where data.SelectedReminder is defined..
@aadami Hi, Actually my doubt is something else, since data contains ReminderDetailsViewModel {VehicleList, Reminder, Reminders} as GET: /Reminder/List/1 returns ReminderDetailsViewModel. So we can...
View ArticleNew Post: where data.SelectedReminder is defined..
Hi, I got it..var viewModel = new ReminderDetailsViewModel { VehicleList = new VehicleListViewModel(vehicles, vehicle.VehicleId) { IsCollapsed = true }, Reminder =...
View ArticleCreated Issue: A project with an output type of class library cannot be...
Even if I have set MileageStat.Web as start up project, I still get the dialog message "A project with an output type of class library cannot be started directly"Could you please help ?
View ArticleNew Post: When Do you create Unit Test?
Hi, Because of I am working on a team, We have been coding a lots of code without do any test. They, told me we have to create the Unit test when finish the solution. how is it possible since we have...
View ArticleNew Post: Hi Microsoft. Please...
Hi, Could you give me a brief description. How do I implement web base app as same as the CodePlex. I need only features is that when end user come to my site then he/she register to the site, after...
View ArticleNew Post: Are the DomainModel and DTO the same?
Hi, I am wonder about the DomainModel and DTO. Are both the same? Best Regards, Weera
View ArticleNew Post: Hi Microsoft. Please...
Hi Weera, I am not familiar with how to develop the kind of web applications you are describing, but if I am not mistaken, I believe that those applications are often defined as Multi-Tenant...
View ArticleNew Post: Are the DomainModel and DTO the same?
Hi, Based on my understanding, Domain Objects and Data Transfer Object are not the same, although they are similar to each other. While both are in charge of containing information, the main difference...
View ArticleNew Post: Hi Microsoft. Please...
Hi DCherubini, That was it, thanks. This site is really helpful Best Regards, Weera
View ArticleNew Post: Are the DomainModel and DTO the same?
Hi DCherubini, Thanks, That is enough information. Best Regards, Weera
View ArticleNew Post: Multi Tenant Web Based solution
Hi there, It would be nice if the silk team can provides a tutorial of Multi Tenant solution. There's no way out with this solution.http://litwarehr.codeplex.com/ Best, WP
View ArticleCommented Issue: A project with an output type of class library cannot be...
Even if I have set MileageStat.Web as start up project, I still get the dialog message "A project with an output type of class library cannot be started directly"Could you please help ?Comments: Hi, As...
View Article