No announcements
Found 1998466 threads
-
0 Votes
What REST and its advantages
but i am sure if i say the above in interview board the people will not be convinced. so tell me how to explain what is REST and its advantages.Answered | 2 Replies | 589 Views | Created by Mou_kolkata - Friday, November 13, 2015 3:12 PM | Last reply by DA924 - Monday, November 16, 2015 7:11 PM -
1 Votes
What are the advantages and disadvantages of Generics?
Perhaps you should read: Advantages and Limitations of Generics One other possible drawback of the design of generics is that they LOOK like C++ templates, ...Answered | 4 Replies | 9243 Views | Created by balaji_rcs - Wednesday, August 24, 2011 12:29 PM | Last reply by Wyck - Wednesday, August 24, 2011 3:55 PM -
0 Votes
Advantage of Using WCF - SQL over the Ordinary SQL adapter
Minimum changes to BizTalk solution with new adapter and added performance is also advantage of WCF SQL.Answered | 2 Replies | 2703 Views | Created by Bala SA - Thursday, September 6, 2012 7:32 AM | Last reply by HaikS - Thursday, September 6, 2012 10:12 AM -
3 Votes
What are the advantages & disadvantages of Silverlight?
What are the advantages of Silverlight over ActiveX control?Answered | 12 Replies | 39096 Views | Created by Perumal.R - Wednesday, July 18, 2007 10:57 AM | Last reply by SOW Bano - Wednesday, December 15, 2010 4:07 PM -
0 Votes
What is the advantage of Foreign keys in database
Yes, you can have a nullable column (assuming what you meant is like in the following example) CREATE TABLE A(id INT NOT NULL PRIMARY KEY); GO CREATE TABLE B( id INT ...Answered | 6 Replies | 892 Views | Created by Mou_kolkata - Wednesday, April 22, 2015 12:28 PM | Last reply by JamesKJ - Wednesday, April 22, 2015 1:36 PM -
6 Votes
what are the advantages of CTE over Joins?
My favorite was being asked, "What's a good way to speed up queries?Answered | 7 Replies | 1835 Views | Created by Sriram1919 - Saturday, September 23, 2017 7:02 PM | Last reply by JRStern - Sunday, September 24, 2017 7:01 PM -
2 Votes
what is the advantages of properties other than functions in c#
One more advantage apart from What TOM has told us.Answered | 3 Replies | 10645 Views | Created by latha91 - Saturday, November 5, 2011 7:28 PM | Last reply by Patrice Scribe - Sunday, November 6, 2011 10:13 PM -
1 Votes
Advantages
Take a look at here to know what is new in SQL Server ...Answered | 2 Replies | 777 Views | Created by Iekaa - Thursday, March 9, 2017 8:26 AM | Last reply by Jason_Clark03 - Friday, March 10, 2017 9:02 AM -
2 Votes
What are advantages and disadvantages of using trigger in SQL Server?
Hi Sam, The advantage with triggers is that you can have the logic you wish to implement in a single place, instead of having it in multiple stored procedures for instance.Answered | 2 Replies | 18453 Views | Created by Sam_cs123 - Monday, May 6, 2013 7:41 AM | Last reply by André César Rodrigues - Monday, May 6, 2013 5:17 PM -
1 Votes
What is the advantages of creating hierarchy in SSAS?
HI, What is the advantage of creating hierarchy in SSAS dimension?Answered | 3 Replies | 5631 Views | Created by NikkRED - Friday, June 22, 2012 1:55 PM | Last reply by AB82 - Sunday, June 24, 2012 4:21 AM -
2 Votes
whats the advantages of interface over abstract class?
Another advantage is that one class may implement several interfaces while it can only inherit from one abstract class.Answered | 4 Replies | 19080 Views | Created by lax4u - Tuesday, December 16, 2008 6:08 PM | Last reply by ronan001 - Tuesday, December 16, 2008 7:15 PM -
2 Votes
What is the advantage of following any design pattern
You can find the information in the following link Patterns for Building Enterprise Solutions Muthukrishnan Ramasamy net4.rmkrishnan.net ...Answered | 3 Replies | 771 Views | Created by Mou_kolkata - Tuesday, October 8, 2013 10:43 AM | Last reply by Bresleveloper - Tuesday, October 8, 2013 11:09 AM -
2 Votes
Advantages of WCF Service Over distributed technologies like .NET Remoting/MSMQ/Web Service/Com+
What is the relation are Remoting and WCFAnswered | 13 Replies | 37276 Views | Created by Vinod Sa - Tuesday, December 25, 2007 11:44 AM | Last reply by Techniqual statement - Saturday, March 24, 2012 5:44 AM -
1 Votes
what is routing concept in wcf
>i am familiar with MVC routing concept but do not know what is routing concept in wcf ?Answered | 1 Replies | 785 Views | Created by Sudip_inn - Monday, March 14, 2016 9:13 AM | Last reply by Zhanglong.Wu - Tuesday, March 15, 2016 9:16 AM -
1 Votes
What is a WCF COM object ?
We have a number of topics in the WCF documentation that talk about interoperating between WCF and COM, please take a look at them ...Answered | 7 Replies | 3475 Views | Created by enable_vipin - Thursday, December 2, 2010 6:37 PM | Last reply by Yaron Naveh - Friday, December 3, 2010 10:39 PM -
0 Votes
What are the Prerequisite to learn WCF?
You dont need to know aspnet webservice if you want to learn WCF service.Answered | 2 Replies | 3339 Views | Created by porcupine87 - Tuesday, November 27, 2012 12:45 PM | Last reply by Tanvir Huda - Wednesday, November 28, 2012 5:17 AM -
0 Votes
What are the advantages of Azure Storage over network directory?
Being able to share a file system across multiple machines, applications/instances is a significant advantage with Azure Files for applications that need shareability.Answered | 3 Replies | 1203 Views | Created by neonash - Thursday, July 4, 2019 4:00 AM | Last reply by SumanthMarigowda-MSFT - Tuesday, July 9, 2019 9:39 AM -
1 Votes
what is WCF purposes
What this means is that, with WCF, you will no longer need to wonder “which technology do I use (ASMX, Remoting, etc)” when building a connected system.Answered | 4 Replies | 2860 Views | Created by firtinalim - Wednesday, September 7, 2011 12:27 PM | Last reply by Lingaraj Mishra - Thursday, September 8, 2011 1:03 PM -
3 Votes
What are advantages and disadvantages of Views in SQL Server?
Source: http://sqlserverpedia.com/wiki/Views_-_Advantages_and_Disadvantages Slows down the performance of the insert,update,delete statements on the ...Answered | 4 Replies | 11091 Views | Created by Sam_cs123 - Monday, May 6, 2013 7:43 AM | Last reply by André César Rodrigues - Monday, May 6, 2013 5:19 PM -
0 Votes
what is the need of wcf in silverlight?
http://msdn.microsoft.com/en-us/library/ms731082.aspx http://msdn.microsoft.com/en-us/library/ee707344(VS.91).aspx http://mtaulty.com/CommunityServer/blogs/mike_tault ...Answered | 2 Replies | 4315 Views | Created by skjilani - Friday, August 13, 2010 9:42 AM | Last reply by darnold92 - Friday, August 13, 2010 3:41 PM - Items 1 to 20 of 1998466 Next ›
No announcements