BileGran-Correa
Name: BileGran-Correa
Score: 401
Last Seen: 619 days, 22 hours, 44 minutes ago
Member Since: 8 September, 2011
DotNetShoutout
atom rss
3
Shouts

How to dynamically add and change meta tags in MasterPage using ASP.NET and CSharp - DotNetLogix

posted by DotNetLogixDotNetLogix 684 days, 3 hours, 55 minutes ago
Tuesday, July 12, 2011 11:20:14 AM GMT
This article demostrates how to dynamically add and change meta tags in masterpage. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: C# .NET, ASP.NET
3
Shouts

Managing Session State in a SQL Server - DotNetLogix

posted by DotNetLogixDotNetLogix 684 days, 3 hours, 52 minutes ago
Tuesday, July 12, 2011 11:23:21 AM GMT
In this article we will see how to configure Out-of-Process Session State through SQL-Server (more)
category: Data | clicked: 2 | comment | | source: www.dotnetlogix.com
tags: SQL Server
3
Shouts

The Obvious Advantages Of Using.Net Framework For Web Programming

posted by articleboss07articleboss07 684 days, 3 hours, 25 minutes ago
Tuesday, July 12, 2011 11:50:56 AM GMT
The experienced web developers prefer Microsoft’s .Net framework for fast paced and secured web app development. This framework eliminates app development bottlenecks and ensures cross platform compatibility. (more)
category: Web Dev | clicked: 1 | comment | | source: www.quality-web-programming.com
tags: web programming, web programming services
3
Shouts

Windows Phone 7 (Mango) Tutorial - 28 - How to Detect the Current Theme? © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 684 days, 2 hours, 12 minutes ago
Tuesday, July 12, 2011 1:03:03 PM GMT
Many time we need to find out which Theme we are using in Windows Phone 7. Based upon the chosen theme we may want to set our own Theme for the application. So, how to find out that? In this post, I am going to share you the Tip. Using it you will be able to identify the current theme of your Windows Phone 7 device. Read to know more. (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WindowsPhone7, WP7, wp7dev, Tutorial, mango
3
Shouts

C# and ADO.NET interview questions :- Can you distinguish between Dataset.clone() and Dataset.copy()?

posted by questpondquestpond 684 days, 1 hour, 53 minutes ago
Tuesday, July 12, 2011 1:22:59 PM GMT
The answer is the easy , people just get confused by the word clone and copy as they almost mean same things. (more)
category: Web Dev | clicked: 2 | comment | | source: questpond.blog.com
tags: ADO.NET, C# interview Questions, DataSet
3
Shouts

Display checked values from CheckBoxList control using jQuery

posted by aamirhaaamirha 684 days, 1 hour, 42 minutes ago
Tuesday, July 12, 2011 1:33:12 PM GMT
Switcher (more)
category: Web Dev | clicked: 3 | comment | | source: www.aspxtutorial.com
3
Shouts

Intro to F# Programming

posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 684 days, 1 hour, 19 minutes ago
Tuesday, July 12, 2011 1:56:50 PM GMT
Providing both leading-edge functional programming and familiar object-oriented capabilities, F# gives the developer more power to solve problems -- all in fewer lines of code, thanks to succinct syntax. Learn how. (more)
category: How To | clicked: 2 | comment | | source: www.developerfusion.com
tags: F#
3
Shouts

C# and .NET interview questions - What are Extension Methods in C#.NET ? ...

posted by questpondquestpond 684 days, 1 hour, 5 minutes ago
Tuesday, July 12, 2011 2:10:44 PM GMT
This is a semi-asked .NET interview question and below goes the explanation for the same.Lets say we have a simple class called as Maths and this class we have got from a 3rd party. In other words we do not have control of changing the code of this class. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetfunda.com
tags: .NET, C#
3
Shouts

Composite key join in LINQ - DotNetLogix

posted by DotNetLogixDotNetLogix 683 days, 22 hours, 5 minutes ago
Tuesday, July 12, 2011 5:10:30 PM GMT
In this article I will show how to use composite key join to perform join operation in which you want to use more than one key to define a match. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetlogix.com
tags: composite key join, CSharp, Linq
3
Shouts

Running SQL Server JOBS with different user accounts in SQL 2008 | TechBubbles

posted by kalyanms1kalyanms1 683 days, 17 hours, 11 minutes ago
Tuesday, July 12, 2011 10:04:28 PM GMT
This post discusses about configuring different user account to JOB running in SQL Server 2008. By default SQL JOBs runs under service account that you have configured while installing the SQL Server. You can follow the below steps to change the user account that running under JOB   1. Open SQL Server Management Studio and expand the SQL Server Agent node and Select the JOB that you want to change the running account. Double click the selected JOB then you will get the below dialogue Select... (more)
category: Architecture | clicked: 13 | 1 comment | | source: www.techbubbles.com
tags: SQL 2008
3
Shouts

How to Create a Different Circular Loader using XAML? © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 683 days, 11 hours, 12 minutes ago
Wednesday, July 13, 2011 4:03:33 AM GMT
Last Wednesday (July 6th 2011) we explored a way to create a Circular loader using XAML without writing any line in the code behind file. Lot of you gave a good feedback and discussed various findings on the same. I did some more investigation to create a different type of circular loader which you can include in your Silverlight, WPF and Windows Phone 7 applications where you are using XAML code. In this article, I will be guiding to create similar kind of Circular loader as shown above. This will be m... (more)
category: Metro | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WP7, WPF, XAML
3
Shouts

ColumnStore Index - SQL-Articles

posted by sqlarticlessqlarticles 683 days, 6 hours, 1 minute ago
Wednesday, July 13, 2011 9:14:17 AM GMT
What’s this? Columnstore index is a new type of index available from the future release of SQL Server known as Denali aka SQL Server 2011. Columnstore index helps data warehouse queries to execute faster than the normal indexes.This index is suited if the volume of data is high and same type of query is used to retrieve the data. Columnstore index is read-only h... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: denali, columnstore, non clustered, sqlarticles, SQL Server 2005, index
3
Shouts

Retrieve the screen resolution of Windows Phone 7 using c#

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 682 days, 21 hours, 23 minutes ago
Wednesday, July 13, 2011 5:52:22 PM GMT
Retrieve the screen resolution of Windows Phone 7 using c# The Current Windows Phone 7 devices provides the screen resolution of 480 X 800 pixels . Microsoft might introduce another resolution (320×480 ) . It is easier to find this resolution via the WP7 SDK. You can retrieve this screen resolution from the Windows Phone via ... (more)
category: Metro | clicked: 3 | comment | | source: www.ginktage.com
tags: Windows Phone, screen resolution
3
Shouts

Using ASP.NET 4.0 Chart Control With New Tooling Support for SQL Server CE 4.0 in VS 2010 SP1 and Entity Model « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 682 days, 17 hours, 7 minutes ago
Wednesday, July 13, 2011 10:08:36 PM GMT
In this post I’m going to talk about how we can use ASP.NET 4.0 Chart Control with SQL CE as back-end data base using Entity Framework. I will also show how Visual Studio 2010 SP1 provides new tooling supports for SQL Server CE 4.0. ASP.NET 4.0 introduced inbuilt chart controls features and Visual Studio 2010 SP1 Came up with nice tooling support for SQL Server CE. SQL CE is a free, embedded, lightweight database engine that enables easy database storage. This does not required any installation and run... (more)
category: Web Dev | clicked: 12 | comment | | source: abhijitjana.net
tags: sql sever ce, Visual Studio 2010 SP1, Entity Framework, ASP.net chart, ASP.NET
3
Shouts

Use Expression Blend to change the Layout Type Efficiently © Kunal's Blog

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 682 days, 11 hours, 47 minutes ago
Thursday, July 14, 2011 3:28:30 AM GMT
Many time we need to change the layout type of any panel present inside the page. This is mainly a designers job but sometime developers need to change them on their requirement. In that case, people need to find out the start and end tag of the panel and change them accordingly. This is little bit a tricky process. In this post, I am going to share you the easy process to switch between different layout types. If you are a designer or using Expression Blend, you are already familiar with it. But for a ... (more)
category: Metro | clicked: 3 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, WP7, WPF, Blend, expressionblend, XAML
3
Shouts

Conveting Number to Word in C# - DotNetLogix (amount in words)

posted by DotNetLogixDotNetLogix 682 days, 8 hours, 29 minutes ago
Thursday, July 14, 2011 6:46:53 AM GMT
This is a c# function to convert numbers into words that is mainly used to change amount in words format. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetlogix.com
tags: C# .NET
3
Shouts

Jquery Ajax Calling functions

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 682 days, 7 hours, 58 minutes ago
Thursday, July 14, 2011 7:17:47 AM GMT
Recently I am working on Website with the asp.net and jQuery. While working with jquery library I found that there are 5 diffrent function that used to make ajax call to page and to fetch data. I am going to discuss about that five function one by one. Following is list of that five function availale in jquery libaray to make ajax call. LoadgetJsonGETPOSTAjaxLoad Method allow to make ajax call to the page and allows to send using both Get and Post methods. var loadUrl = "TestPa... (more)
category: Web Dev | clicked: 1 | comment | | source: pranayamr.blogspot.com
tags: AJAX ASP.NET
3
Shouts

ForEach Method for the collections

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 682 days, 7 hours, 57 minutes ago
Thursday, July 14, 2011 7:18:59 AM GMT
In this small post I am going to discuss about the new method introduce in the .net framework ForEach which allow to perform the action on the each set of element. Syntax public void ForEach(Action (more)
category: How To | clicked: 2 | comment | | source: pranayamr.blogspot.com
tags: C#
3
Shouts

Deploying your App to Windows Phone Device | Ginktage

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 681 days, 11 hours, 35 minutes ago
Friday, July 15, 2011 3:40:49 AM GMT
Deploying your App to Windows Phone Device The Windows Phone Emulator provides most of the functionalities for the developers to test the App. But, it’s always better to test the App on the real device. To do this, the developers should have the Zune software installed as well as unlock the Windows Phone with the developer (more)
category: Metro | clicked: 1 | comment | | source: www.ginktage.com
tags: WP7
6
Shouts

3 Giant Enterprise Reporting Solutions Comparisons

posted by kinj312kinj312 681 days, 6 hours, 54 minutes ago
Friday, July 15, 2011 8:21:29 AM GMT
HI folks, today only I just found one beautiful understandable post on comparative studies of various BI Enterprise Reporting Solutions by Shravan Kumar Kasagoni on his superb post : Enterprise Reporting Solutions | Shravan Weblog When I read that post... (more)
category: Data | clicked: 1 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
Previous 1 2 3 4 5 6 7 8 9 10 ... 25 26 Next