Base solution for your next web application

Activities of "easyest"

Question

Hi,

What is the correct way to update existing projects when new version comes out? While there are no real product I can still delete everything, download new template and start over, but what should I do when I will have a real product?

Question

In .sln file there is:

Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE80AEA7-9F1B-4B7A-A7A5-DB5BF75FCA2F}"
	ProjectSection(SolutionItems) = preProject
		WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
	EndProjectSection
EndProject

But there is no such file in downloaded zip.

Question

Dearh Halil,

Do You have intellisense working in Your ASP.NET Zero projects? What configuration should be done for intellisense to work? I know _references.js way, but as there is no such file in the solution, I understand there are another ways to enable intellisense for ASP.NET Zero solution. For the moment I see the only way to include all abp javascripts, app modules in _references.js and download angular intellisense integration nuget.

When executing migration

201602021344016_Added_BackgroundJobs_And_Notifications

there is a warning:

Warning! The maximum key length is 900 bytes. The index 'IX_NotificationName_EntityTypeName_EntityId_UserId' has maximum length of 1032 bytes. For some combination of large values, the insert/update operation will fail.

I am using SQL Server 2012.

Hey there,

My goal is to create a _Wcf_service for my IMyApplicationService. This is really easy - some annotations on IMyApplicationService, and Castle _WcfFactory_in Global.asax. The only problem - service implementation has _AbpAuthorize_attribute and service call fails. Is there any way to keep _AbpAuthorize_attributes, so that the same service implementation would be used for front-end clients and _Wcf_clients?

Showing 11 to 15 of 15 entries