Author Topic: Wire Sizing Calculator - ASP.NET 5, anglar etc...  (Read 2738 times)

0 Members and 1 Guest are viewing this topic.

Jeff H

  • Needs a day job
  • Posts: 6144
Wire Sizing Calculator - ASP.NET 5, anglar etc...
« 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 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 how all the updating is happening on client side and so easy quickly bind.
http://hpadwebapplication.azurewebsites.net/Home/VoltAmps

MexicanCustard

  • Swamp Rat
  • Posts: 705
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #1 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.
Revit 2019, AMEP 2019 64bit Win 10

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #2 on: December 22, 2015, 04:29:34 PM »
Nice work Jeff!
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

Jeff H

  • Needs a day job
  • Posts: 6144

Jeff H

  • Needs a day job
  • Posts: 6144
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #4 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

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #5 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 :)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #6 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 :)
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

Jeff H

  • Needs a day job
  • Posts: 6144
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #7 on: December 24, 2015, 01:16:54 AM »
:) :)

Atook

  • Swamp Rat
  • Posts: 1027
  • AKA Tim
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #8 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.

Jeff H

  • Needs a day job
  • Posts: 6144
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #9 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.

Jeff H

  • Needs a day job
  • Posts: 6144
Re: Wire Sizing Calculator - ASP.NET 5, anglar etc...
« Reply #10 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.