14 April 2014

CSS3 has some awesome techniques, let have do some form using transition property. Have a look #tblX{border-collapse:collapse} #tblX tr td{padding:2px} #tblX tr th{background-color:#c5c5c5;padding:5px 2px} #tblX tr{background-color:#FFFBE8} #tblX tr:nth-child(even) {background-color:#DDFCFF;} #tblX tr:hover{background-color:#FFEEE0} .trash{transition:opacity 200ms;width:128px;height:128px;opacity:0.8;position:relative;right:0;top:3px;vertical-align:middle;cursor:pointer;margin:50px...

09 April 2014

We always care about performance in our application development, specially for web applications. .Net Framework 4.5 has many features available for it, But as Web Server we always dependable on IIS. Internet Information Services is an extensible web server for all .Net web application. So its handling all web sites and web services in Hosting Server. IIS.net is Official Microsoft IIS Site,...