﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=julian11" rel="self" type="application/rss+xml" /><item><title>Behavior Driven Development Using Karma And Jasmine In Angular 2</title><description>This article shows how can you write and test, using Jasmine in Angular 2.</description><link>https://www.c-sharpcorner.com/article/behavior-driven-development-using-karma-and-jasmine-in-angular-2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/behavior-driven-development-using-karma-and-jasmine-in-angular-2/</guid><pubDate>Fri, 24 Feb 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Setup Angular 2 Application Within Minutes Using Angular CLI</title><description>Setting up an Angular 2 application requires a lot of time. It&amp;#39;s time consuming to create proper folder structure,  config files, system.js file, environment file, etc. 
This article shows how we </description><link>https://www.c-sharpcorner.com/article/setup-angular-2-application-within-minutes-using-angular-cli/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/setup-angular-2-application-within-minutes-using-angular-cli/</guid><pubDate>Thu, 02 Feb 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Bulk Upload In .NET Core</title><description>In this article, you will learn about bulk uploading in .NET Core, using SQLBulkCopy without any DataTable.</description><link>https://www.c-sharpcorner.com/article/bulk-upload-in-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bulk-upload-in-net-core/</guid><pubDate>Sat, 28 Jan 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Send Mail Using SendGrid In .NET Core</title><description>Sending mail in .NET Core is not easy, as .NET Core does not support  SMTPClient class. So, this article explains how we can send mail in .NET Core using SendGrid.</description><link>https://www.c-sharpcorner.com/article/send-mail-using-sendgrid-in-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/send-mail-using-sendgrid-in-net-core/</guid><pubDate>Sat, 28 Jan 2017 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Database Project Tutorial Using Visual Studio 2012</title><description>Create , Managing and publishing a Database Project using VS 2012</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/database-project-tutorial-using-vs-2012/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/database-project-tutorial-using-vs-2012/</guid><pubDate>Wed, 19 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>A Simple LocalStorage Demo Using AngularJS and HTML 5</title><description>In this article you will learn how to use Browser Local Storage for storing user data using HTML5 and AngularJS.</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/a-simple-localstorage-demo-using-angularjs-and-html-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/a-simple-localstorage-demo-using-angularjs-and-html-5/</guid><pubDate>Mon, 17 Aug 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Reading Email and Attachment From Microsoft Exchange Server</title><description>In this article you will learn how to read an email and its attachment(s) from Microsoft Exchange Server.</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/reading-email-and-attachment-from-microsoft-exchange-server/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/reading-email-and-attachment-from-microsoft-exchange-server/</guid><pubDate>Tue, 30 Jun 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Real Time Chart Using SignalR and Chart.js</title><description>This article is a walkthrough of creating a web application that displays a chart that is updated in real time.</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/real-time-chart-using-signalr-and-chart-js/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/real-time-chart-using-signalr-and-chart-js/</guid><pubDate>Thu, 07 May 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>PDF Viewer Using FlexPaper</title><description>This article provides a Minimised version PDF Viewer using FlexPaper.</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/testing-openrowset-sharp47-bulk-insert-bcp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/testing-openrowset-sharp47-bulk-insert-bcp/</guid><pubDate>Thu, 30 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Analog Clock Using .NET Silverlight</title><description>Creating Analog Clock completely from Code Behind using .NET Silverlight. </description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/analog-clock-using-net-silverlight/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/analog-clock-using-net-silverlight/</guid><pubDate>Wed, 29 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item><item><title>Simple Drawing in SignalR Using Visual Studio 2012</title><description>This article shows a simple way to draw in SignalR using .NET and Visual Studio 2012.</description><link>https://www.c-sharpcorner.com/UploadFile/jj12345678910/simple-drawing-signalr-using-visual-studio-2012/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/jj12345678910/simple-drawing-signalr-using-visual-studio-2012/</guid><pubDate>Wed, 29 Apr 2015 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Julian )</author></item></channel></rss>