DotNetShoutout - Upcoming stories (page 24)
3
Shouts

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

posted by questpondquestpond 670 days, 13 hours, 9 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
2
Shouts

Create Setup Project in Visual Studio 2008/2010

posted by amitjainamitjain 670 days, 14 hours, 49 minutes ago
Friday, August 19, 2011 9:42:55 AM GMT
In this example i am going to explain how to create setup and deployment project for winforms windows application using visual studio 2005/2008/2010. (more)
category: Web Dev | clicked: 3 | comment | | source: csharpdotnetfreak.blogspot.com
tags: Windows Form, setup project, Visual Studio, VisualStudio, WinForms, ASP.NET
2
Shouts

SQL-Articles » Day 12–Trace Flag 1222–Capture Deadlock information in XML like format

posted by sqlarticlessqlarticles 670 days, 15 hours, 10 minutes ago
Friday, August 19, 2011 9:21:36 AM GMT
Yesterday we saw the trace flag 1204 which will give you the information based on nodes. Today we are going to get similar deadlock information using trace flag 1222 in XML like format which means the format does not conform to an XML Schema Definition (XSD) schema. After you enable the trace flag when an deadlock happens it will pushes the information to errorlog you can get the deadlock information from errorlog . Read more: http://sql-articles.com/articles/general/day-12trace-flag-1222capture-deadloc... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: trouble shoot, deadlock, trace flag, sqlarticles, 1222
2
Shouts

SQL-Articles » Day 11–Trace Flag 1204– Capture Deadlock information focused on nodes

posted by sqlarticlessqlarticles 670 days, 15 hours, 11 minutes ago
Friday, August 19, 2011 9:20:27 AM GMT
Have you ever wonder to capture Deadlock information? If so we have wonderful trace flags available in SQL server which will give you bunch of information about deadlock information. Today we are going to see one of the trace flag 1204 which will capture deadlock information focused on two nodes that is involved in deadlock.What does it give. It will provide you deadlock information focused on nodes, it has three sections, first two sections is dedicated to the nodes and the final section describes the d... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: 1204, deadlock, trace flag, troubleshoot, sqlarticles
2
Shouts

How to update record into the database?

posted by dotnetfundadotnetfunda 670 days, 19 hours, 43 minutes ago
Friday, August 19, 2011 4:48:44 AM GMT
In this article, we shall learn how to update record into the SQL Server database. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ADO.NET
2
Shouts

Top 20 Interview Questions of Asp.net and Sql-Server - DotNetLogix

posted by DotNetLogixDotNetLogix 670 days, 20 hours, 20 minutes ago
Friday, August 19, 2011 4:11:24 AM GMT
Top 20 Interview Questions of Asp.net and Sql-Server (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.dotnetlogix.com
tags: ASP .NET, SQL-Server
3
Shouts

C#/.NET Little Wonders: The ReferenceEquals() method

posted by BlackRabbitCoderBlackRabbitCoder 671 days, 25 minutes ago
Friday, August 19, 2011 12:06:16 AM GMT
Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. The index of all my past little wonders post can be found here. Today we’re going to look at a very small, and sometimes helpful static method of the object class.  Of course, we know most of the key methods of the object class by heart, especially the ones we tend to override often. But this method is an often overlooked method t... (more)
category: Web Dev | clicked: 2 | comment | | source: blackrabbitcoder.net
tags: .NET, Object, Little Wonders, C#, operator overloading, CSharp, ReferenceEquals
2
Shouts

Do you want a faster File.Exists / FileInfo.Exists / Directory.Exists ? I do !

posted by jmix90jmix90 671 days, 4 hours, 14 minutes ago
Thursday, August 18, 2011 8:17:36 PM GMT
Sometimes you need to check the existence of a file. Nothing is easier with the .Net framework which provide a property named Exists on FileInfo class. But it can be quite long, especially when the file is on a network drive. If so you’ll have to wait for a time-out to know that the file is not reachable. (more)
category: How To | clicked: 7 | comment | | source: www.jonathanantoine.com
2
Shouts

How to drop multiple tables in a single drop command - DotNetLogix

posted by DotNetLogixDotNetLogix 671 days, 6 hours, 4 minutes ago
Thursday, August 18, 2011 6:27:44 PM GMT
How to drop multiple tables in a single drop command (more)
category: Data | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: SQL Server
2
Shouts

Using IN clause to search in multiple columns of a table in SQL Server - DotNetLogix

posted by DotNetLogixDotNetLogix 671 days, 6 hours, 8 minutes ago
Thursday, August 18, 2011 6:23:15 PM GMT
Its possible to search a text in multiple columns of a table in SQL Server using a single IN instead of using multiple OR command. (more)
category: Data | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: SQL Server
2
Shouts

SQL-Articles » Steps to configure SQL server Availability Groups in DENALI

posted by sqlarticlessqlarticles 671 days, 6 hours, 27 minutes ago
Thursday, August 18, 2011 6:04:19 PM GMT
In this blog post I will drive you through configurations steps required (with GUI screens) to successfully implement SQL server’s new high availability option called “ALWAYSON” aka HADR . If you haven’t read more about Always ON or Availability groups in SQL server code named “Denali” version, here are some articles that I would recommend you read before using this blog post to configure SQL server’s new and cool feature........ (more)
category: Data | clicked: 1 | comment | | source: sql-articles.com
tags: high availability, always on, hadr, SQL, denali, sqlarticles, sql 2011
2
Shouts

Handle Table cellpading and cellspacing with CSS

posted by aamirhaaamirha 671 days, 8 hours, 12 minutes ago
Thursday, August 18, 2011 4:20:01 PM GMT
Switcher (more)
category: Agile | clicked: 0 | comment | | source: www.aspxtutorial.com
2
Shouts

Silverlight Child Window - Passing data between Child and Parent ( Dependency Property ) - C#, ASP.Net, VB.Net

posted by dotnetsparkdotnetspark 672 days, 3 hours, 49 minutes ago
Wednesday, August 17, 2011 8:42:42 PM GMT
In this article we are going to see the Child window control in Silverlight and pass data between child and Parent window (more)
category: Metro | clicked: 67 | 1 comment | | source: www.dotnetspark.com
tags: Silverlight, DotNetSpark
3
Shouts

Getting Started with Visual Studio LightSwitch 2011

posted by dotnetsparkdotnetspark 672 days, 3 hours, 50 minutes ago
Wednesday, August 17, 2011 8:41:41 PM GMT
Microsoft Visual Studio LightSwitch 2011 is a flexible, business application development tool that gives chance to become an end-user as a developer (more)
category: Architecture | clicked: 8 | comment | | source: www.dotnetspark.com
tags: LightSwitch, DotNetSpark
3
Shouts

A Custom Control in Silverlight 4

posted by dotnetfundadotnetfunda 672 days, 6 hours, 57 minutes ago
Wednesday, August 17, 2011 5:34:25 PM GMT
In Silverlight Projects I have seen using Custom Controls are vast. Now when I was studying about CustomControl I learned a lots of things on that . But in searching in internet there also various site regarding on that . MSDN is one of them good resources and others site are also available describing the CustomControl good enough. Whatever I have seen Custom Controls are like Textboxes, Text Blocks, Combo boxes, DatePickes etc . Now it is a little bit confusing that when Microsoft is providing So many c... (more)
category: Metro | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: silver light
2
Shouts

To revisit the Context option of persistent state management in ASP.NET

posted by dotnetfundadotnetfunda 672 days, 7 hours, 5 minutes ago
Wednesday, August 17, 2011 5:27:03 PM GMT
The Context.Items option of persistent state menegement is one of the lesser known option but its a good technique in peculiar scenarios and worth mastering. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

C# Out Parameter Explored

posted by dotnetfundadotnetfunda 672 days, 18 hours, 46 minutes ago
Wednesday, August 17, 2011 5:46:03 AM GMT
While going through the msdn link http://msdn.microsoft.com/en-us/library/t3c3bfhx%28v=vs.71%29.aspx that contains documentation about "out" method parameter, I got stuck with the line "The value of an out argument will not be passed to the out parameter". (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

How to call code behind method in JavaScript in C# and VS2010?

posted by dotnetfundadotnetfunda 672 days, 18 hours, 50 minutes ago
Wednesday, August 17, 2011 5:41:54 AM GMT
How to call code behind method in JavaScript in C# and VS2010 (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: ASP.NET AJAX
2
Shouts

RelativeSource Binding in Silverlight - by @kunal2383

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 672 days, 22 hours, 47 minutes ago
Wednesday, August 17, 2011 1:44:21 AM GMT
Sometime we need to bind the same data in different properties of the same control. For example, in some cases we need to show text in a TextBlock and also want to show the same text as a Tooltip to that TextBlock control. How to do it? It's very easy to bind the same value twice in the control. But is there any other way to implement the same? Let us discuss this today in this blog post. If you are not aware of it till date, you will definitely like. (more)
category: Metro | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, silverlight3, XAML, Silverlight4
3
Shouts

Creating Basic RSS Reader in ASP.NET MVC 3

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 673 days, 4 hours, 17 minutes ago
Tuesday, August 16, 2011 8:14:49 PM GMT
In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3 Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below is the definition for RSS as per Wikipedia. "RSS (originally RDF Site Summary, often dubbed Really Simple Syndication) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a st... (more)
category: Web Dev | clicked: 12 | comment | | source: jalpesh.blogspot.com
tags: rss, ASP.NET MVC3
Previous 1 2 ... 20 21 22 23 24 25 26 27 28 29 ... 168 169 Next