DotNetShoutout - Stories tagged with WCF Interview Questions
2
Shouts

c# and .NET video :- What are named parameters ?

posted by questpondquestpond 566 days, 18 hours, 2 minutes ago
Thursday, December 01, 2011 10:42:45 AM GMT
In this video we will try to see how named parameters helps us to make our code more readable. c# and .NET video (more)
category: Web Dev | clicked: 6 | comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, Asp.net interview questions, C# interview Questions
2
Shouts

Visual studio tip and trick 2 : Generate methods automatically. - YouTube

published 601 days, 13 hours, 55 minutes ago posted by questpondquestpond 601 days, 17 hours, 56 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Thursday, October 27, 2011 10:48:28 AM GMT
In this video we will learn very awesome trick how can we generate methods using already existing lines of code. TIP and Trick 2 (more)
category: Web Dev | clicked: 22 | 1 comment | | source: youtu.be
tags: .net Interview Question, WCF Interview Questions, SQL Server Interview Questions, Asp.net interview questions, Tip and Trick, C# interview Questions
3
Shouts

Test yourself for .net and C# interviews.

published 601 days, 13 hours, 55 minutes ago posted by questpondquestpond 603 days, 15 hours, 48 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Tuesday, October 25, 2011 12:56:18 PM GMT
Test yourself for .net and C# interview questions and answer. .NET and c# INTERVIEW QUESTIONS (more)
category: Web Dev | clicked: 39 | comment | | source: www.wiziq.com
tags: SQL server interview questions, WCF Interview Questions, .Net Interview Questions, C# interview Questions, Asp.Net Interview Question
2
Shouts

Visual Studio Tip :- Rectangular selection of source code

posted by questpondquestpond 605 days, 17 hours, 33 minutes ago
Sunday, October 23, 2011 11:10:53 AM GMT
When we select source code in visual studio it selects the complete code. What if we want to select the code in a rectangular manner. This video describes the same. Visual Studio Tip (more)
category: Web Dev | clicked: 2 | 1 comment | | source: youtu.be
tags: SQL Server, .net Interview Question, WCF Interview Questions, C# interview Questions, Asp.Net Interview Question
3
Shouts

c# tip:- Ensure only instance of your windows application is running

published 604 days, 16 hours, 52 minutes ago posted by questpondquestpond 606 days, 17 hours, 39 minutes ago
Monday, October 24, 2011 11:52:24 AM GMT Saturday, October 22, 2011 11:05:36 AM GMT
Ensure only instance of your windows application is running .NET and C# interview questions (more)
category: Web Dev | clicked: 20 | 2 comments | | source: youtu.be
tags: SQL Server, WCF Interview Questions, .net intervieqw questions, C# interview Questions, Asp.Net Interview Question
2
Shouts

Learn .NET in 60 days - Day 1

posted by questpondquestpond 609 days, 17 hours, 37 minutes ago
Wednesday, October 19, 2011 11:06:56 AM GMT
Learn .net in 60 days .NET interview questions (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.wiziq.com
tags: WCF Interview Questions, .Net Interview Questions, SQL Server Interview Questions, Asp.net interview questions, C# interview Questions
4
Shouts

c# interview questions :- Prove that only 1 instance of the object is created for static classes ?

posted by questpondquestpond 649 days, 17 hours, 27 minutes ago
Friday, September 09, 2011 11:17:12 AM GMT
In this video we will try to prove that only 1 instance exists for a static class. .NET and C# interview questiona (more)
category: Web Dev | clicked: 5 | comment | | source: youtu.be
tags: SQL Server, WCF Interview Questions, ASP .net interview questions, .Net Interivew Questions, C # Interview Questions
5
Shouts

c# and .NET interview questions :- What is the use of "VAR" keyword in .NET and c# ?

published 655 days, 18 hours, 23 minutes ago posted by questpondquestpond 656 days, 16 hours, 54 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 11:50:17 AM GMT
Many .NET developers are confused about what is the use of VAR keyword. In this video we will first understand what exactly is this new keyword VAR and then we see 2 important uses of VAR keyword in .NET. .NET and C# interview questions (more)
category: Web Dev | clicked: 16 | 1 comment | | source: youtu.be
tags: SQL Server, WCF Interview Questions, .Net Interview Questions, Asp.net interview questions, C# interview Questions
3
Shouts

.NET and c# interview questions :- Can we implement interfaces with same method names in c# ?

posted by questpondquestpond 670 days, 17 hours, 22 minutes ago
Friday, August 19, 2011 11:22:29 AM GMT
In this video we will cover one of the most discussed topic both in c# and .NET interviews as well as in general , can a class implement interfaces with two method names. .NET and C# interview questions (more)
category: Web Dev | clicked: 11 | comment | | source: youtu.be
tags: SQL Server, WCF Interview Questions, .Net Interview Questions, Asp.net interview questions, C# interview Questions
3
Shouts

‪Video on c# and .NET Interview question:- What are anonymous methods in c# ?‬‏ - YouTube

published 685 days, 8 hours, 21 minutes ago posted by questpondquestpond 685 days, 14 hours, 49 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Thursday, August 04, 2011 1:55:20 PM GMT
In this .NET and C# video we will see a small sample for Anonymous methods and in what situations to use anonymous methods. c# and .NET Interview question (more)
category: Web Dev | clicked: 9 | comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, C# interview Questions, Asp.Net Interview Question, Sql Server Interivew Questions
2
Shouts

WCF interview questions - What are 3 ways of implementing WCF(Windows Communication Foundation) concurrency?

published 721 days, 19 hours, 50 minutes ago posted by questpondquestpond 723 days, 13 hours, 56 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Monday, June 27, 2011 2:48:40 PM GMT
Three ways by which you can handle concurrency in WCF is Single, multiple and reentrant. To specify WCF concurrency we need to use the ‘ServiceBehavior’ tag as shown below with appropriate ‘ConCurrencyMode’ property value. (more)
category: Web Dev | clicked: 28 | 1 comment | | source: computerauthor.blogspot.com
tags: WCF Interview Questions
4
Shouts

Video on ‪ASP.NET 4.0 Web.config transformation‬‏

posted by questpondquestpond 736 days, 23 hours ago
Tuesday, June 14, 2011 5:44:36 AM GMT
Many times you have different config files for different environments. This video talks about how the new feature in ASP.NET 4.0 Web.config transformation helps to minimize the confusion. ASP.NET interview questions (more)
category: Web Dev | clicked: 4 | 1 comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, Asp.net interview questions, SQL server interview question
3
Shouts

Video on ‪.NET 4.0 MEF‬‏

posted by questpondquestpond 736 days, 23 hours, 9 minutes ago
Tuesday, June 14, 2011 5:35:15 AM GMT
This video talks about .NET 4.0 feature called as MEF Managed extenesibility framework. It starts with a simple example which explains import , export and compose feature of MEF. Finally the video ends by showing a example of incompatible MEF import and export and interfaces. .NET interview questions (more)
category: Web Dev | clicked: 2 | comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, SQL Server Interview Questions, ASP.net interview quetions, C# interview Questions
3
Shouts

Video on ‪ASP.NET 4.0 Web.config transformation‬‏

posted by questpondquestpond 736 days, 23 hours, 15 minutes ago
Tuesday, June 14, 2011 5:29:43 AM GMT
Many times you have different config files for different environments. This video talks about how the new feature in ASP.NET 4.0 Web.config transformation helps to minimize the confusion. ASP.NET interview questions (more)
category: Web Dev | clicked: 0 | comment | | source: youtu.be
tags: WCF Interview Questions, SQL Server Interview Questions, Asp.net interview questions, .Net Interivew Questions
2
Shouts

Video on ‪.NET and C# Interview questions and answers :- What is Garbage Collector, Gen 0, 1 & 2?‬‏

posted by questpondquestpond 736 days, 23 hours, 21 minutes ago
Tuesday, June 14, 2011 5:23:48 AM GMT
In this video we will try to understand the basic concept of garbage collector, generation 0,1, and 2. ‪.NET and C# Interview questions (more)
category: Web Dev | clicked: 4 | comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, SQL Server Interview Questions, C# interview Questions
2
Shouts

Video on ‪ASP.NET and .NET Interview question video :- What is Authentication and Authorization ?‬‏

posted by questpondquestpond 737 days, 16 hours, 19 minutes ago
Monday, June 13, 2011 12:25:19 PM GMT
Authentication is the process where we identify who the user is. Authorization is the process where we check what kind of role and rights the identified user has. Below is the video which describes these two vocabularies in a precise manner. .NET and ASP.net interview questions (more)
category: Web Dev | clicked: 3 | comment | | source: youtu.be
tags: WCF Interview Questions, .Net Interview Questions, Asp.net interview questions, SQL sever interview questions
3
Shouts

Video on ‪ASP.NET MVC Model view controller ( MVC) Step by Step Part 4‬‏

posted by questpondquestpond 737 days, 16 hours, 37 minutes ago
Monday, June 13, 2011 12:07:43 PM GMT
In this video we will create a simple input screen with customer code , amount and id inputs. Using this screen we will flourish our model , this model will be then displayed on a simple ASPX view. ASP.net interview questions (more)
category: Web Dev | clicked: 1 | comment | | source: youtu.be
tags: WCF Interview Questions, Asp.net interview questions, .Net Interivew Questions, Model View Controller
3
Shouts

Video on ‪ASP.NET MVC Model view controller ( MVC) Step by Step Part 3‬‏

posted by questpondquestpond 737 days, 16 hours, 42 minutes ago
Monday, June 13, 2011 12:02:35 PM GMT
In the last two videos of the MVC series we have only seen how the controller and view work. Model is one the important part of the MVC framework. In this video we will create a simple customer model / class , we will flourish some hard coded data in the controller , pass this model to the view and display the model data on the view. ASP.net interview questions (more)
category: Web Dev | clicked: 0 | comment | | source: youtu.be
tags: WCF Interview Questions, Asp.net interview questions, .Net Interivew Questions, Model View Controller
3
Shouts

Video on ‪ASP.NET MVC Model view controller ( MVC) Step by Step Part 2‬‏

posted by questpondquestpond 737 days, 16 hours, 47 minutes ago
Monday, June 13, 2011 11:57:39 AM GMT
In this video we will see how we can share data between controller and the view using viewdata. So we will create a simple controller , record the current data in a view data variable and then display the same in the view using the percentage tag. ASP .net interview questions (more)
category: Web Dev | clicked: 0 | comment | | source: youtu.be
tags: WCF Interview Questions, Asp.net interview questions, .Net Interivew Questions, Model View Controller
3
Shouts

Video on ‪ASP.NET MVC Model view controller ( MVC) Step by Step Part 1‬‏

posted by questpondquestpond 737 days, 16 hours, 53 minutes ago
Monday, June 13, 2011 11:51:20 AM GMT
In this video we will create a simple hello world programme using MVC template. So we create a controller , attach the controller to simple index.aspx page and view the display. ASP .net interview questions (more)
category: Web Dev | clicked: 1 | comment | | source: youtu.be
tags: WCF Interview Questions, ASP .net interview questions, .Net Interivew Questions
Previous 1 2 Next