Base solution for your next web application

Activities of "faisalalam"

I am also looking to hire few consultants expert in asp.net zero. I like asp.net zero framework, upgraded my license from single to the enterprise version. I have 3 projects - real estate, healthcare and HR.

Consultants experts in asp.net zero framework with angular 5, can reach me at <a href="mailto:[email protected]">[email protected]</a>

Please let me know once it is released and ready to download.

How can I download v5.3 ? from Github? with asp.net zero website download link latest is 5.2

Is Rad 1.3.1 released? Please keep me posted

<span style="color:#FF0000">using Test.LookUp.Country;</span>

using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Abp.Domain.Entities.Auditing; using Abp.Domain.Entities;

namespace Test.LookUp.State { [Table("States")] public class State : Entity , IMayHaveTenant { public int? TenantId { get; set; }

	[Required]
	[StringLength(StateConsts.MaxNameLength, MinimumLength = StateConsts.MinNameLength)]
	public virtual string Name { get; set; }
	
	[StringLength(StateConsts.MaxCodeNameLength, MinimumLength = StateConsts.MinCodeNameLength)]
	public virtual string CodeName { get; set; }
	

	public virtual int? CountryId { get; set; }
	&lt;span style=&quot;color:#FF0000&quot;&gt;public Country Country { get; set; }&lt;/span&gt;
	
}

}

[https://pbs.twimg.com/media/DYPTMOBU8AACXHS.png])

we created 2 classes - basic classes country and state. Please see the errors. Your support system does allow upload document or image. I have to upload twitter and share link.

[https://pbs.twimg.com/media/DYPTMOBVAAAB-iC.jpg])

[https://pbs.twimg.com/media/DYPVCK9VAAA8f2N.jpg])

[url]https://pbs.twimg.com/media/DYPTMOBU8AACXHS.png

Yap I will share.

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/AspNetZeroRadTool/FileTemplates/Server/EntityClass/PartialTemplates.txt">https://github.com/aspnetzero/aspnet-ze ... plates.txt</a>

"navigationPropertyTemplates":[ { "placeholder" : "{{Navigation_Property_Looped_Template_Here}}", "templates" : [ { "relation" : "single", "content" : " public virtual {{NP_Id_Type_Here}}{{NP_Nullable_Here}} {{NP_Name_Here}} { get; set; } <span style="color:#FF0000">public {{NP_Foreign_Entity_Name_Here}} {{NP_Object_Name_Here}} { get; set; }</span> " } ] },

Thnaks

Showing 11 to 20 of 37 entries