sunBlog
Thursday, June 4, 2020
.Net Core 3.1 with oData code only
›
for notes with explanation . Startup.cs using System; using System.Linq; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetC...
.Net Core 3.1 with oData
›
I have been cracking my head trying to solve following mysteries. "@odata.count" is not show in the return result even after usin...
Friday, May 8, 2020
Read appsettings.json in .net Core application with Dependency Injection (DI)
›
If you are truggling on how to read a constant setting or any setting value into a custom class / or any POCO class from the appsettings, an...
Thursday, May 2, 2019
Copy file with command prompt
›
My colleague shared me a good trick on how you can copy a file with cmd, means you can do it even if it is half way being written by a progr...
Finding a table based on the table name in MSSQL
›
Here a code I googled on how you can find a table based on its name. create table #t ( DBName sysname not null ) go exec sp_MSfore...
Monday, April 15, 2019
Selecting all columns and alter or replace one column for all row
›
if you would like to do a select all and altering a column without visiting each element or select * replace a column value without looping...
Saturday, October 24, 2015
CVS Vs GIT Vs TFS
›
As we know, three of them are for source version control. Long time ago i compared some source controls in this post . I felt that it will...
Delete database from azure and stop paying for database usage in azure
›
I have a hard time trying to temporary shut the database offline so that I don't have to pay for my database that serve as testing purpo...
Saturday, August 22, 2015
How to start MSDTC (Fix MSDTC not available error)
›
you can set it here: START > SETTINGS > CONTROL PANEL > ADMINISTRATIVE TOOLS > SERVICES. Find the service called 'Distribut...
Tuesday, August 11, 2015
Bootstrap
›
a.k.a twitter bootstrap. This is one of the most famous platform recently, mainly because it fully the single responsive design. Responsiv...
›
Home
View web version