Hello guys 🙂 It is very common for applications to have import or export in excel format. There are plenty options that you can use to read or write an excel file in .net. Today I am going to introduce… Read More ›
ASP.Net
Why Node.js?
Hey Guys, I decided to start a tutorial about node.js. I know sounds is boring because there are plenty tutorials outside which can help you to learn. but in this tutorial I want to start differently. I want to start… Read More ›
XML PAD !!!
Do you have any difficulty to edit XML files? You can use this cool application to feel better when you are working with XML !! good luck 🙂 Downlod here
.Net Developer Interview tips !
If you have a scheduled job interview for .Net Developer position, please take a look at these questions
How can retrieve data from Json source and show them on the page?
Maybe it is very difficult for you to connect to the Json file and retrieve data, today I want to make it easy for you 🙂 Lets start. Follow these steps: We need a Json file for the source that… Read More ›
MVC learing Video :)
Hey guys, I have found a MVC learning video that is published by Scott Hanselman, It is a bit old but still it is very good, I hope it can help you to understand the MVC fundamental. Click here to… Read More ›
What is JSON ?
JSON (JavaScript Object Notation) is a lightweight data-structure format for data interchange, JSON could be read by human and it is easy for machine to generate and pars it. When should we use JSON? Assume you want create a service… Read More ›
What is NuGet and How does it work?
NuGet is a package-management system for .NET and Visual Studio. Take a look at this scenario: You want to add JQuery library to your project, so you will follow these steps: 1. Go to www. JQuery.com and download the latest… Read More ›
What is Routing In MVC and how does it work ?
Hello everybody , Today I am going to talk about MVC-routing , if you are a ASP.net developer , you know that how it is easy in ASP.net to make a page as a startup page, just you need to… Read More ›
How can make custome validation in MVC?
As you know there are lots of default validators in MVC same as Range, Requires and etc… But you may need to create your own validators for special purpose. Today I will show you how to create your own validator…. Read More ›