Monthly Archive: January 2019

1

New Features In .NET Core 3.0

Today, I want to talk about new features of .NET Core 3.0.  You can download .NET Core 3.0 from this link. https://dotnet.microsoft.com/download/dotnet-core/3.0 When installing finishes, you can see all of the templates with this...

12

How To Create A Trigger In MSSql Server

Today, I want to talk about triggers in MsSqlServer. Triggers are type of stored procedure that can make INSERT, UPDATE or DELETE operations on a table. The triggers differ from the stored procedures in...

1

How To Add A Job In MSSql Server

Today, I  want to talk about adding jobs to your MsSql Database. It is very easy if you do it with Sql Server Management Studio. Let me explain it step by step. First, login...

0

Can We Use C# Code In Javascript

Today, I want to mention about a problem I was ran into. I had to get a variable in my javascript code in my Asp.Net MVC web project. And I try to do it...

2

Using Stored Procedures In MSSQL

Today, I want to talk about using stored procedures in MsSql. First let me explain why we need Stored procedures. Stored procedure means, SQL statements that are kept in the database and compiled in the...

0

How To Use Morris.js Donut

Today, I want to talk about Morris.js Donut graph. This library has strong graphics. You can create stronger graphics with the help of this visual library.  We will prepare the html code first to use this...

0

How To Localize ITextSharp In C#

Today, I want to talk about ItextSharp component. This component is very popular in creating PDF files. I ran across to a problem while using it. The problem was my pdf file was not...