Saturday, 5 March 2022
Primary School Management System Synopsis Download Free
Labels:
bca-synopsis,
bsc-synopsis,
computer-science-synopsis,
inter-college-synopsis,
mca-synopsis,
Msc-synopsis,
pgdca-synopsis,
synopsis,
vb-synopsis,
vb6-synopsis
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Friday, 4 March 2022
Student Management System Synopsis Download Free
Student Management System Synopsis Download Free PDF and Word Version .
Click to Download Student Management System Synopsis PDF Version
Click to Download Student Management System Synopsis Synopsis Word Editable Version
Labels:
bca-synopsis,
bsc-synopsis,
computer-science-synopsis,
inter-college-synopsis,
mca-synopsis,
Msc-synopsis,
pgdca-synopsis,
synopsis,
vb-synopsis,
vb6-synopsis
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Saturday, 26 February 2022
Inter College Management Synopsis Download Free
Inter College Management Synopsis Download Free PDF and Word Version
Click to Download Inter College Management Synopsis PDF Version
Click to Download Inter College Management Synopsis Word Editable Version
Labels:
bca-synopsis,
bsc-synopsis,
computer-science-synopsis,
inter-college-synopsis,
mca-synopsis,
Msc-synopsis,
pgdca-synopsis,
synopsis,
vb-synopsis,
vb6-synopsis
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Force to Refresh Javascript and CSS files on page load
To force Javascript and CSS files on every time while page load is good practice when working on live operation because when you made any change in CSS and Javascript files then updated content reflects when cntl + f5 pressed otherwise system get file from cash to save to reload time. Given code below help you to force reload file on every page load in C# ASP.Net MVC.
@{
Random ob = new Random();
int ran = ob.Next();
}
<script src="~/AppJs/product.js?v=@
<link href="~/AppCss/gcss.css?v=@ran" rel="stylesheet" type="text/css">
Labels:
ASP.Net Razor,
C# MVC,
c# Tutorial
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)