Base solution for your next web application

Activities of "dparizek"

Thanks!!!

Building the template starter projects from /Downloads works fine for me.

I clone the aspnetzero repo here: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero.git">https://github.com/aspnetzero/aspnet-zero.git</a> though and build fails with error tsc.exe exited with code 1.

Ideas?

If you work from a template downloaded from /Downloads, and you want to add in upgrades from the aspnet zero team, what is the approach people are using? Diff all the files and add in each upgrade change manually?

Which seems like a huge job... so most people are forking from the github repos? But those repos - do they fully match up to the different template/sample types?

If you start from the repo, what process are people using to efficiently refactor things like "MyCompanyName" in the filenames and globally in the files? Just global find/replace?

Sending the ASP.NET Zero time huge virtual wishes that coding of this goes fast and well. May you code like the wind. I am anxiously waiting for it to be released as I am waiting for it to start a big project. (-:

HI:

The tutorial here almost represents a full CRUD application except there is no Update People functionality.

<a class="postlink" href="https://aspnetzero.com/Documents/Developing-Step-By-Step">https://aspnetzero.com/Documents/Develo ... ep-By-Step</a>

If someone can give me example code to create the UpdatePersonInput and UpdatePerson method for the PersonAppService then I would be happy to add to the tutorial, edit it in general for English readability, and submit PR.

I am a newbie to ASP.NET in general and sadly not sure I can write best example code, so asking here for it.

Then the tutorial will be complete example of a full CRUD app. (-:

Thanks!

Answer

SPA. and works fine now. I had stupid bug on my part, sorry.

Answer

I can get the file to compile fine.

I just cannot get it to show up on the site. Like it is not getting included somehow. But that should be happening automatically, right?

From docs: "All scripts and styles in the App folder (and subfolders) are bundled (see AppBundleConfig class). Any scripts and styles that you place there will be automatically added to the layout."

This is still correct right?

Answer

So if we are using VS2015, and install web compiler, less files automagically taken care of?

Are there any docs on how to mod the CSS where for what? and how that fits into the build system? That is all a VS extensions thing, not part of ABP correct?

In the tutorial I add the less file to make the People Delete and Edit buttons float right, but those styles never get included. Adding just a .css file does not get included either. I assume then nothing is automatically scanning for those files and then adding references somewhere. So I need to add a reference somewhere?

Answer

Maybe add a note about this to tutorials??

Adding more keywords - styles, css not added, less not included, styling, style not showing

<cite>hikalkan: </cite> Hi,

It's related to Visual Studio rather than the framework. Which VS versiyon are you using? In VS2013, Web Essentials extension automatically compiles it. In VS2015, Web Essentials less support is dropped. But there is another extension "Web Compiler" (<a class="postlink" href="https://github.com/madskristensen/WebCompiler">https://github.com/madskristensen/WebCompiler</a>) does it. I'm using it for VS2015.

Question

Excited about this I am! --> <a class="postlink" href="https://blogs.msdn.microsoft.com/visualstudio/2016/11/16/visual-studio-for-mac/">https://blogs.msdn.microsoft.com/visual ... o-for-mac/</a>

I wonder if any of the sample projects will need adjustment to work?

Also curious if the new ASP.NET Core based on Angular 2 and Visual Studio Code will still become available this year? Maybe it would be easier to have it work in Visual Studio for Mac? although in VS Code would give access to Linux too.

Showing 61 to 70 of 71 entries