Base solution for your next web application

Activities of "mumfie"

<cite>ManojReddy: </cite> Whats difference between Application and Application.Shared project?

<a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#solution-structure-layers">https://aspnetzero.com/Documents/Develo ... ure-layers</a>

Hi ManojReddy In my limited experience of upgrading I download the latest ASPNetZero project run yarn , gulp etc , amend references to database name in json files etc to create a new database then verify the latest solution compiles and runs. I then re-introduce my changes to the latest template starting with domain entities, dtos step by step using the vs2017 solution search to find any base template files that have moved location similar to following pages

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697">https://github.com/aspnetzero/aspnet-ze ... -268093697</a> <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/397">https://github.com/aspnetzero/aspnet-ze ... issues/397</a>

hth mumfie

<cite>fguo: </cite> I just download Core+Angular v5.0.4. When I try to open *.All.sln in my VS2017, I got an "Unsupported" message:

This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. ..*.Mobile.Droid*.Mobile.Droid.csproj ..*.Mobile.iOS*.Mobile.iOS.csproj

What I missed or any solution?

Thanks, p.s. My VS2017 is VS Community 2017 version 15.4.5

Do you have Xamarin installed ? <a class="postlink" href="https://developer.xamarin.com/guides/cross-platform/getting_started/installation/windows/">https://developer.xamarin.com/guides/cr ... n/windows/</a> <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Xamarin#prerequisites">https://aspnetzero.com/Documents/Develo ... requisites</a>

Hi @Mitch I encountered this issue recently and overcame it by the following

Created a new record in SQL table AbpLanguages with displayName='English (UK), icon=famfamfam-flags gb , Name=en-GB Duplicated file MyProject.Web.Mvc\wwwroot\Common\Scripts\Datatables\Translations\English.json as English (United Kingdom).json to overcome a datatables javascript error.

HTH

<cite>kunnummal: </cite> Hi,

Can any one help me on

while i search for how to call store procedure ? i'm getting following result : - context.Database.

what is context in the above line.

Thx

The db context maybe ? See #3600@3f72550d-520c-4be0-8997-02770243976d <a class="postlink" href="https://www.codeproject.com/Articles/1199648/Using-Stored-Procedure-User-Defined-Function-and-V">https://www.codeproject.com/Articles/11 ... tion-and-V</a>

Answer

<cite>ismcagdas: </cite> Can you also check that ?

Hello ismcagdas, I have doubled checked the issue although the screendumps above were using CORE+jQuery version 4.3.1. Upon further investigation it appears to be a difference between Google Chrome and Edge browsers. However the metronic example does still visually identify that the dropdown has input focus with Google chrome because the underline is thicker and a different colour.

Edge Browser [attachment=2:3qri3sqd]Edge.jpg[/attachment:3qri3sqd] Google Chrome [attachment=1:3qri3sqd]Chrome.jpg[/attachment:3qri3sqd] Metronic Sample Google Chrome [attachment=0:3qri3sqd]Metronic_Chrome.jpg[/attachment:3qri3sqd]

Answer

<cite>ismcagdas: </cite> Hi @mumfie,

I have created an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/384">https://github.com/aspnetzero/aspnet-ze ... issues/384</a>. We will work on this issue in a short time.

Thanks. Thank you :)

Answer

<cite>alper: </cite> hi

actually it focuses to element. if you come to dropdown with tab and use arrow keys you'll see that dropdown changes.

Hi alper, The issue is there is no visual indication that the dropdown has input focus. Attached is the metronic sample which clearly indicates the dropdown has focus. [attachment=0:2qu9gzuz]Dropdown_VisualInputFocus.jpg[/attachment:2qu9gzuz]

<cite>bilalhaidar: </cite> Any idea where I can find this?

I have the NET Core JQuery version and there is a page Demo UI Components[attachment=0:148tvurf]DemoUI.jpg[/attachment:148tvurf]HTH

The latest version of AspNetZero includes a sample page with various date/time pickers to demonstrate usage.

Showing 21 to 30 of 33 entries