DotNetShoutout - Upcoming stories
1
Shouts

How to convert a Silverlight application to out-of-browser application?

posted by dotnetfundadotnetfunda 134 days, 22 hours, 25 minutes ago
Wednesday, January 11, 2012 9:18:28 AM GMT
In this article, we are going to learn how to work with Out-of-browser application in Silverlight. Out-of-browser application Out-of-browser application is a Silverlight application that can be installed from the running Silverlight application in the browser to the local computer. (more)
category: Silverlight | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: out, browsers
1
Shouts

Learn .NET and c# in 60 days Lab 10( Day 3) Creating the Customer Screen.(freshers).

posted by questpondquestpond 135 days, 20 hours, 29 minutes ago
Tuesday, January 10, 2012 11:14:40 AM GMT
In this lab we will create a simple customer screen using visual studio 2010 , c# and .NET. The customer screen will have customer name, gender,country,hobbies and status fields. This video is created for freshers. .NET & C# and visual studio (more)
category: ASP.NET | clicked: 6 | comment | | source: youtu.be
tags: .NET, C#, programming language, Visual Studio, Freshers training
1
Shouts

Windows Phone and PhoneGap - Article #6 - Make your WP7 Vibrate

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 136 days, 14 hours, 23 minutes ago
Monday, January 09, 2012 5:20:27 PM GMT
The Windows Phone SDK in Silverlight provides the class VibrateController which the developer can make use of it to vibrate the phone . All that the developer has to do is create an instance of the VibrateController and call the start method with the timespan . (more)
category: Silverlight | clicked: 3 | 1 comment | | source: windowsphonerocks.com
tags: phoneGap, Windows Phone
2
Shouts

C# interview question: - Elaborate partial methods in partial classes of C# and .NET?

posted by questpondquestpond 136 days, 20 hours, 27 minutes ago
Monday, January 09, 2012 11:16:23 AM GMT
In this article we will explain about partial methods in partial classes of C# and .NET, For more articles and videos visit us on www.questpond.com (more)
category: ASP.NET | clicked: 2 | comment | | source: dotnetinter.livejournal.com
tags: .NET, .Net Interview Questions, Partial Methods, C#, partial classes, C# interview Questions
1
Shouts

WP7 Tips: How to Pin an Application to the Start Screen?

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 136 days, 23 hours, 27 minutes ago
Monday, January 09, 2012 8:16:37 AM GMT
Today in this blog post, I am going to start up few Windows Phone 7 tips which will be handy for you if you are a beginner and just started exploring your device.   In this first tips & tricks, I will show you how to pin an application from your application list to the start screen of your Windows Phone 7 device. As I told, this post is absolutely for the beginners. (more)
category: Silverlight | clicked: 2 | comment | | source: www.kunal-chowdhury.com
tags: WindowsPhone7, WindowsPhone, WP7, wp7dev
1
Shouts

GetWebpart and Insert a style class to synchornize the Webparts styling

posted by dotnetfundadotnetfunda 140 days, 3 minutes ago
Friday, January 06, 2012 7:40:10 AM GMT
Sharepoint sites may contain few webparts which exist in all its subsites commonly. This article is used to find the webpart and synchronize their stying using css styles instead of inline styling which needs lots of manual work even for a small change. (more)
category: ASP.NET | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: Sharepoint
3
Shouts

.NET interview questions: -How do testers do testing using V-model?

posted by questpondquestpond 140 days, 18 hours, 24 minutes ago
Thursday, January 05, 2012 1:19:01 PM GMT
In this article we will explain about V-model and its working in testing. For more articles and videos visit us on www.questpond.com (more)
category: ASP.NET | clicked: 7 | comment | | source: questpond.blog.com
tags: .NET, Design, .Net Interview Questions, Testing, integration, V-model
1
Shouts

When it Comes to Asp.Net: Drop All Views in SQL SERVER

posted by ashishsarda99ashishsarda99 140 days, 20 hours, 27 minutes ago
Thursday, January 05, 2012 11:16:33 AM GMT
to delete one view at a times is a time consuming process if database is huge with lots of Views. (more)
category: SQL | clicked: 2 | comment | | source: aspdotnetmatters.blogspot.com
tags: SQL 2008, SQL, SQL 2008 R2, ALTER, Database
1
Shouts

When it Comes to Asp.Net: Drop All Functions in SQL SERVER

posted by ashishsarda99ashishsarda99 140 days, 20 hours, 29 minutes ago
Thursday, January 05, 2012 11:14:41 AM GMT
Add Update Delete in Gridview Asp.netThis article is about simple way to Add Update and Delete records using asp.net GridView using Dataset or Datatable. We shall update the dat... (more)
category: SQL | clicked: 3 | comment | | source: aspdotnetmatters.blogspot.com
tags: database alter, SQL, SQL 2008 R2, ALTER, delete table, Database, SQL Table
1
Shouts

SQL-Articles » Pagination in Result Set – OFFSET \ FETCH – SQL Server 2012

posted by sqlarticlessqlarticles 141 days, 15 hours, 48 minutes ago
Wednesday, January 04, 2012 3:55:08 PM GMT
Today I’m going to discuss another new feature in SQL Server 2012. Pagination in result set is a new feature in SQL Server 2012. ORDER BY clause in SQL Server 2012 is enhanced with additional parameters that is OFFSET and FETCH. Using this parameter allows you to fetch data from a particular page from result set, you can also specify how many rows to retrieve. However an ORDER BY clause is compulsory to utilize this feature. Read more: http://sql-articles.com/articles/general/pagination-in-result-set-of... (more)
category: SQL | clicked: 4 | comment | | source: sql-articles.com
tags: Order By, Paging, TSQL, adhoc, sqlarticles, sql 2012, sql server 2012, Offset, Fetch
2
Shouts

C# introduces a new concept known as Indexers

posted by DotNetLogixDotNetLogix 142 days, 14 hours, 18 minutes ago
Tuesday, January 03, 2012 5:25:45 PM GMT
Articles (more)
category: ASP.NET | clicked: 15 | comment | | source: www.dotnetlogix.com
tags: Indexer in C#
1
Shouts

Binding data to the Silverlight control by hard coding in XAML file and Binding data to the Silverlight control programmatically from the code behind in Silverlight?

posted by dotnetfundadotnetfunda 146 days, 23 hours, 42 minutes ago
Friday, December 30, 2011 8:01:09 AM GMT
In this article , we are going to learn the Binding of the Data in SilverLight. Binding data to Silverlight elements What is Data Binding? (more)
category: Silverlight | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: Data Binding
2
Shouts

6 common use of Template Design pattern: - Design pattern series

posted by questpondquestpond 147 days, 20 hours, 48 minutes ago
Thursday, December 29, 2011 10:55:09 AM GMT
In this article we will try to understand 6 important uses of template design patterns. Design PatternsYour text to link here... (more)
category: ASP.NET | clicked: 10 | comment | | source: www.codeproject.com
tags: Design Pattern, Template design pattern, .Net Interivew Questions, C# interview Questions, ASP.NET
1
Shouts

SQL Server integration with CLR aka SQL CLR (Part III – Creating a SQL server User Defined Function i.e. UDF in SQL CLR)

posted by dotnetfundadotnetfunda 148 days, 1 minute ago
Thursday, December 29, 2011 7:42:51 AM GMT
This is next write-up in the multi-part series for SQL Server Integration with CLR aka SQL CLR and discusses the creation of SQL server User Defined Function in SQL CLR. (more)
category: SQL | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: SQL Server Integration Services
1
Shouts

How to read a local XML file in Silverlight and to read a XML file in Silverlight and bind its data?

posted by dotnetfundadotnetfunda 148 days, 3 minutes ago
Thursday, December 29, 2011 7:40:45 AM GMT
In this article, we are going to learn working with data in SilverLight. Working with Data in Silverlight Data is the back bone of any Line of Business application and in this section we are going to learn about working with data in Silverlight. (more)
category: Silverlight | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: data
2
Shouts

How To Add Custom Asp.net Page Using Layouts folder approach in SharePoint2010

posted by dotnetfundadotnetfunda 148 days, 6 minutes ago
Thursday, December 29, 2011 7:37:56 AM GMT
Adding Custom Asp.net pages into SharePoint using Layout Folder approach Introduction Layout Folder approach is one of the methods of integrating files into Share Point Site .This document explains the steps for adding Custom asp.net Pages to _layout folder using Layout Folder approach. (more)
category: ASP.NET | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: Sharepoint
1
Shouts

Windows Phone and PhoneGap - Article #1 - Introduction

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 153 days, 15 hours, 6 minutes ago
Friday, December 23, 2011 4:37:11 PM GMT
With the recent release of PhoneGap 1.3 that includes full Windows Phone 7 support , it looks like we got another way to develop Windows Phone App but using HTML5 and PhoneGap . In the current and the next few posts , i will explain how the Windows Phone 7 Developers can use PhoneGap t... (more)
category: Foundation | clicked: 5 | comment | | source: windowsphonerocks.com
tags: phoneGap, Windows Phone
1
Shouts

How to order by multiple columns using Lambas and LINQ in C# ?

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 153 days, 17 hours, 30 minutes ago
Friday, December 23, 2011 2:13:45 PM GMT
How to order by multiple columns using Lambas and LINQ in C# ? Today , i was required to order a list of records based on a Name and then ID . A simple one but i did spend some time on how to do it with Lambda Expression in C# . C (more)
category: Foundation | clicked: 10 | comment | | source: www.ginktage.com
tags: lambda, C#, Linq
6
Shouts

Rx - Buffer - Bnaya Eshet

posted by bnayabnaya 154 days, 12 hours, 58 minutes ago
Thursday, December 22, 2011 6:45:49 PM GMT
Rx - BufferRx - Buffer this post is on of a series of post about Rx (Reactive Extension). in this one I will discuss the Buffer operator. no doubt that one of the most useful Rx operator is the Buffer. the Buffer operator enable to reduce a throughput pressure and gain better utilization of our resources. let take a scenario of monitoring data stream and persist the datum into database (or send it through a network boundaries). assuming the datum rate is 1 per millisecond, databases does not typ... (more)
category: Architecture | clicked: 6 | comment | | source: blogs.microsoft.co.il
tags: buffer, Rx
3
Shouts

SQL Server interview questions: - How many types of relationship exist in database designing?

posted by questpondquestpond 154 days, 18 hours, 28 minutes ago
Thursday, December 22, 2011 1:15:43 PM GMT
In this aricle we will explain different types of relationship existing in database designing.For more articles and videos visit us on www.questpond.com (more)
category: SQL | clicked: 6 | comment | | source: dotnetinter.livejournal.com
tags: .NET, .Net Interview Questions, SQL, Asp.net interview questions, ASP.NET
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 199 200 Next