TheSwamp

Code Red => .NET => Topic started by: Jeff H on December 22, 2015, 11:22:06 AM

Title: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on December 22, 2015, 11:22:06 AM
If anyone has questions ask away but started putting tools on site to look at latest asp.net  (http://docs.asp.net/en/latest/conceptual-overview/aspnet.html)and its a total rewrite and different. Set up to be cross platform and much lighter and uses tools that are popular by web developers.

If the site has not been used a little while it has start up a new instance since it is in testing.
http://hpadwebapplication.azurewebsites.net/WireSizingData/WireSizeCalculator

I really like angular (https://angularjs.org/) how all the updating is happening on client side and so easy quickly bind.
http://hpadwebapplication.azurewebsites.net/Home/VoltAmps
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: MexicanCustard on December 22, 2015, 01:06:58 PM
Yeah, I really like the new features of ASP.NET 5 and Entity Framework 7. Plural Sight released a great course on it last month.  I like the startup.cs way of doing it.  Adding functionality is as easy as app.UseMvc() or app.UseIdentity().

Haven't used Angular 2 but Angular has been a great tool since Google released it.

Looking forward to checking those apps out.
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: MickD on December 22, 2015, 04:29:34 PM
Nice work Jeff!
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on December 22, 2015, 09:01:32 PM
Thanks MickD!!

Theme is https://wrapbootstrap.com/theme/the-project-multipurpose-template-WB0F82581
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on December 23, 2015, 06:18:35 PM
If you nothing better to do you can least click on switch schematic

http://hpadwebapplication.azurewebsites.net/Diagram/Diagram2
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Kerry on December 23, 2015, 07:06:35 PM
If you nothing better to do you can least click on switch schematic

http://hpadwebapplication.azurewebsites.net/Diagram/Diagram2

That has a certain Jeffishness about it :)
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: MickD on December 23, 2015, 10:56:47 PM
If you nothing better to do you can least click on switch schematic

http://hpadwebapplication.azurewebsites.net/Diagram/Diagram2

 :thinking:  wasn't me :)
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on December 24, 2015, 01:16:54 AM
:) :)
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Atook on December 24, 2015, 01:10:52 PM
http://hpadwebapplication.azurewebsites.net/Diagram/Diagram2

 :2funny: That would make a great easter egg in a logo or something!


Great site Jeff, very clean. I like that you show your reference tables.
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on January 11, 2016, 10:55:20 AM
http://hpadwebapplication.azurewebsites.net/Diagram/Diagram5
Does not work in IE


They overlap each other so need to move around to see better but start closing switches and should light up. I found out jquery has hiccup for Internet Explorer when dealing with SVG so have to go through and edit every a class selection  made on SVG element. So only Chrome and FireFox working.

Oh the reason the are hooked up the way they are and not in order is because using actual arrangement on a site to test it.
Title: Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
Post by: Jeff H on January 12, 2016, 10:14:45 AM
Working 30 mins here and there but works in IE now
http://hpadwebapplication.azurewebsites.net/Diagram/Diagram6
Every thing I look at I end up having to learn some library or web technology.