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...
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...
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...
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...
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...
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...
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...
Recent Comments