Skip to content
  • Home
  • About
    • Our Partners & Clients
  • Products & Services
  • Contact Us
  • Blog
    • Coding Tips
    • Design
    • Free Resources
  • Search
Origine IT
Origine IT
Break the rules, Simplify
  • Home
  • About
    • Our Partners & Clients
  • Products & Services
  • Contact Us
  • Blog
    • Coding Tips
    • Design
    • Free Resources
  • Search
Tag: c#
Home Posts tagged "c#"

Tag: c#

How to send email with attachment in C# via Office365.com ?

This aspx code sends email with attachment   <%@ Page Language=”C#” AutoEventWireup=”true” debug = “true” %> <%@ Import namespace=”System.IO” %> <%@ Import namespace=”System.Net” %> <%@ …

Read more"How to send email with attachment in C# via Office365.com ?"

How to generate a random number in C#

This sample code generate 30,000 random 5-character-alphanumeric code in C#. The codes are stored in Hashset to be used for duplicate check.   Random random …

Read more"How to generate a random number in C#"
2021 © Origine IT
Back to Top