If you know EndPoints well, you know WCF well. Configuring EndPoints are vital for any WCF design. You can configure EndPoints either via code or in web.config file. I have seen many times, developers are confused with EndPoints. I have come across following common question about EndPoints Can we have multiple EndPoints? Can be exposeContinueContinue reading “Dealing Multiple EndPoints of a WCF Service”
Author Archives: Dhananjay Kumar
All about Instance Management in WCF
When I started learning WCF, First thing I learnt was “Service is just like another class”. Okay so if WCF is a class which instance of class will handle request from client? Confusing? May be! In this post let us explore WCF Instance Management. In WCF, Instance Management is a technique to decide which serviceContinueContinue reading “All about Instance Management in WCF”
Return type of One-way or Simplex WCF Service
WCF is one of the most asked topics in interviews. Recently one of my reader sent me a mail. He asked, “What is error in following code?” His code snippet was as below, In one sentence, problem with above code is in return type of Operation Contract. IsOneWay property of Operation Contract is set toContinueContinue reading “Return type of One-way or Simplex WCF Service”
Day #2: Learn ASP.NET MVC 5- Adding View
Day #1: Learn ASP.NET MVC 5- Adding Controller On Day1 we learnt about Adding Controller. Today we will learn to add View in MVC project. Let us start with understanding with is View? View is part of MVC that renders user interface. View contains markup that gets render with ViewEngines. ViewEngines generates View in ASP.NETContinueContinue reading “Day #2: Learn ASP.NET MVC 5- Adding View”
Day #1: Learn ASP.NET MVC 5- Adding Controller
After long time, I am back to web development. At current web development paradigm, ASP.NET MVC framework is one of the most popular and heavily used web development framework. Seeing popularity and usefulness of ASP.NET MVC, I have decided to write easy to go blog series on this. In this blog post series, eachContinueContinue reading “Day #1: Learn ASP.NET MVC 5- Adding Controller”
Lenovo ThinkPad T440P: My next companion
A batsman grow with his bat, a writer grow with his pen and a programmer grow with his machine. I was my gifted my first desktop by my father back in year 2003. That was assembled desktop with following configurations, Processor: Pentium 3 1.7 GHz ||RAM: 128 MB || Hard Disk: 40 GB || 17ContinueContinue reading “Lenovo ThinkPad T440P: My next companion”
First look of book: Designing Evolvable Web APIs with ASP.NET by Glenn Block
In India order this book from Amazon here “You become what you read “ In this era of Kindle, tablets and EBooks, I proudly consider myself as real book lover. I get more connected to real book than any EBook on any trendy device. In order to purse my passion of collecting good books, toadyContinueContinue reading “First look of book: Designing Evolvable Web APIs with ASP.NET by Glenn Block”
Announced: Winners of Dan Wahlin AngularJS jump start course
Recently I ran a competition in which you had Chance to get free Access to Dan Wahlin AngularJS jump start course worth 60$ I have selected 10 winners random from comments, tweets and FB. I am pleased to announce their name below, James Kell DiptiMaya Patra Lokesh Kondeti Rahat Khanna Sonam Kumar Mike Shaffer SatyaprakashContinueContinue reading “Announced: Winners of Dan Wahlin AngularJS jump start course”
Microsoft MVP Award: 5th Times in Row
It is 5th times in a row that Microsoft awarded me as “Microsoft Most Valuable Professional”. I have been a Microsoft MVP since 1st April 2010 and getting it 5th times consecutively is matter of motivation and pride for me. Learn more about Microsoft MVP award here First time I was awarded in ConnectedContinueContinue reading “Microsoft MVP Award: 5th Times in Row”
Understanding routing of expressJS in Node.JS
For further advanced reading you may want to prefer REST API using express . I have started learning Node.JS and for web apps most popular ExpressJS framework. Well few call it big library as well. As learner does not matter whether big library or framework, let’s start exploring. While exploring express realised that one ofContinueContinue reading “Understanding routing of expressJS in Node.JS”