「.NET Libraries」の版間の差分

提供: A-VEKT Wiki
ナビゲーションに移動 検索に移動
(Created page with " == NuGet == * NuGet Gallery https://www.nuget.org/")
 
 
(同じ利用者による、間の15版が非表示)
4行目: 4行目:
* NuGet Gallery
* NuGet Gallery
https://www.nuget.org/
https://www.nuget.org/
=== reCAPTCHA ===
* reCAPTCHA for .NET (NuGet package)
https://www.nuget.org/packages/RecaptchaNet/
* A use case of reCAPTCHA for .NET in this website (当ウェブサイトにおけるreCAPTCHA for .NETの使用例)
https://www.avekt.com/Software/NewSupportRequest
=== Email ===
* Postal for MVC5 (NuGet package)
https://www.nuget.org/packages/Postal.Mvc5/
* A use case of Postal for MVC5 in this website (当ウェブサイトにおけるPostal for MVC5の使用例)
Email generation at A-VEKT Store. (https://www.avekt.com/store)
=== Razor template engine  ===
* RazorEngine (NuGet package)
https://www.nuget.org/packages/RazorEngine/
* RazorEngine (GitHub)
https://github.com/Antaris/RazorEngine
* RazorEngine (Document)
https://antaris.github.io/RazorEngine/
* RazorEngineがすごく便利 (System.Web.Razorのラッパーライブラリ, テンプレートエンジン, Razor記法)
http://devlights.hatenablog.com/entry/20121030/p1
* Text templating using Razor the easy way
http://haacked.com/archive/2011/08/01/text-templating-using-razor-the-easy-way.aspx/
* A use case of RazorEngine in this website (当ウェブサイトにおけるRazorEngineの使用例)
Email formatting at above "Postal for MVC5".
=== PDF generation ===
* iTextSharp (NuGet package)
https://www.nuget.org/packages/iTextSharp/
* iTextSharp - Drawing shapes and Graphics
http://www.mikesdotnetting.com/Article/88/iTextSharp-Drawing-shapes-and-Graphics
* iTextSharpを利用して.NETでPDF帳票を出力する
http://codezine.jp/article/detail/462#dl
* A use case of iTextSharp in this website (当ウェブサイトにおけるiTextSharpの使用例)
https://www.avekt.com/WebApps/OpenedUpCuboid
* PDFsharp (NuGet package)
https://www.nuget.org/packages/PdfSharp/
* PDFsharp - A .NET library for processing PDF
http://pdfsharp.codeplex.com/
=== Barcode generation ===
* Zen Barcode Rendering Framework (NuGet package)
https://www.nuget.org/packages/Zen.Barcode.Rendering.Framework/
* Barcode Rendering Framework
http://barcoderender.codeplex.com/releases/view/91902
* A use case of Zen Barcode Rendering Framework in this website (当ウェブサイトにおけるZen Barcode Rendering Frameworkの使用例)
https://www.avekt.com/WebApps/Barcode
=== Python ===
* IronPython (NuGet package)
https://www.nuget.org/packages/IronPython
* C# library for algebra simplification and solving
http://stackoverflow.com/questions/6721736/c-sharp-library-for-algebra-simplification-and-solving
* A use case of IronPython in this website (当ウェブサイトにおけるIronPythonの使用例)
https://www.avekt.com/WebApps/Sympy
=== File IO ===
* CsvHelper
https://www.nuget.org/packages/CsvHelper/

2016年8月10日 (水) 18:03時点における最新版

NuGet

  • NuGet Gallery

https://www.nuget.org/

reCAPTCHA

  • reCAPTCHA for .NET (NuGet package)

https://www.nuget.org/packages/RecaptchaNet/

  • A use case of reCAPTCHA for .NET in this website (当ウェブサイトにおけるreCAPTCHA for .NETの使用例)

https://www.avekt.com/Software/NewSupportRequest

Email

  • Postal for MVC5 (NuGet package)

https://www.nuget.org/packages/Postal.Mvc5/

  • A use case of Postal for MVC5 in this website (当ウェブサイトにおけるPostal for MVC5の使用例)

Email generation at A-VEKT Store. (https://www.avekt.com/store)

Razor template engine

  • RazorEngine (NuGet package)

https://www.nuget.org/packages/RazorEngine/

  • RazorEngine (GitHub)

https://github.com/Antaris/RazorEngine

  • RazorEngine (Document)

https://antaris.github.io/RazorEngine/

  • RazorEngineがすごく便利 (System.Web.Razorのラッパーライブラリ, テンプレートエンジン, Razor記法)

http://devlights.hatenablog.com/entry/20121030/p1

  • Text templating using Razor the easy way

http://haacked.com/archive/2011/08/01/text-templating-using-razor-the-easy-way.aspx/

  • A use case of RazorEngine in this website (当ウェブサイトにおけるRazorEngineの使用例)

Email formatting at above "Postal for MVC5".

PDF generation

  • iTextSharp (NuGet package)

https://www.nuget.org/packages/iTextSharp/

  • iTextSharp - Drawing shapes and Graphics

http://www.mikesdotnetting.com/Article/88/iTextSharp-Drawing-shapes-and-Graphics

  • iTextSharpを利用して.NETでPDF帳票を出力する

http://codezine.jp/article/detail/462#dl

  • A use case of iTextSharp in this website (当ウェブサイトにおけるiTextSharpの使用例)

https://www.avekt.com/WebApps/OpenedUpCuboid

  • PDFsharp (NuGet package)

https://www.nuget.org/packages/PdfSharp/

  • PDFsharp - A .NET library for processing PDF

http://pdfsharp.codeplex.com/

Barcode generation

  • Zen Barcode Rendering Framework (NuGet package)

https://www.nuget.org/packages/Zen.Barcode.Rendering.Framework/

  • Barcode Rendering Framework

http://barcoderender.codeplex.com/releases/view/91902

  • A use case of Zen Barcode Rendering Framework in this website (当ウェブサイトにおけるZen Barcode Rendering Frameworkの使用例)

https://www.avekt.com/WebApps/Barcode

Python

  • IronPython (NuGet package)

https://www.nuget.org/packages/IronPython

  • C# library for algebra simplification and solving

http://stackoverflow.com/questions/6721736/c-sharp-library-for-algebra-simplification-and-solving

  • A use case of IronPython in this website (当ウェブサイトにおけるIronPythonの使用例)

https://www.avekt.com/WebApps/Sympy

File IO

  • CsvHelper

https://www.nuget.org/packages/CsvHelper/