jimmycor

Stories kicked by jimmycor

Silverlight 4 - Trim Text in a TextBlock and display Ellipses instead (www.devcurry.com)

submitted by flyingkickflyingkick(331) 2 years, 1 month ago

What happens when you have text that does not fit its container? Let’s see. <Grid x:Name="LayoutRoot" Background="White" Margin="40"> <TextBlock Name="tb" Height="20" HorizontalAlignment="Left" Text="This sentence is too long to fit in here" Width="100"> </Grid> read more...

add a comment |category: |Views: 90

tags: another

List of Undocumented Stored Procedures in SQL Server(www.sqlservercurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

I have been searching for a list of Undocumented Stored Procedures in SQL Server for quite a while. Here is a list collected from forums and other sites for your reference read more...

add a comment |category: |Views: 468

tags: another

Silverlight 4 Up and Running(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 2 years, 1 month ago

Rene Schulte describes how to get started with the new final Silverlight 4 RTW build and announces that he updated his samples and open source projects. He also shares what he wishes for the next Silverlight version. read more...

add a comment |category: |Views: 204

tags: another

SQL Server - Using SET NOCOUNT ON(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

This post explains the advantages of using SET NOCOUNT ON in stored procedures. A must read for SQL Server developers and DBAs read more...

add a comment |category: |Views: 636

tags: another

Using CASE Expression in SQL Server to create a Computed Column (www.sqlservercurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

Here’s a practical and interesting example of using CASE expression in SQL Server. I am creating a computed column using CASE expression where I will automatically calculate the value of a column based on the value of other columns read more...

add a comment |category: |Views: 205

tags: another

Performing and Testing Redirects with ASP.NET Web Forms MVP(joelabrahamsson.com)

submitted by webpoetwebpoet(415) 2 years, 1 month ago

The ASP.NET Web Forms MVP project helps us build more testable web sites. One of the hardest things to (unit) test when using ASP.NET Web Forms has traditionally been redirects as they are performed on the Http Context. When we use Web Forms MVP, which uses the HttpContextBase class, we can, with the help of test doubles quite easily test redirects. In this tutorial I show two ways to implement a unit test for a presenter method that performs a redirect when a condition has been met. read more...

add a comment |category: |Views: 74

tags: another

Programming Windows Phone 7 Series by Charlez Petzold – Free EBook (www.devcurry.com)

submitted by dripiotdripiot(125) 2 years, 1 month ago

I got excited when I heard that Charlez Petzold is authoring a Book called “Programming Windows Phone 7 Series”. To add icing to the cake, he is already offering a draft preview of his eBook FREE of cost! read more...

add a comment |category: |Views: 278

tags: another

Windows Phone 7 and Silverlight - Details Revealed(gregdoesit.com)

submitted by jcavernsjcaverns(317) 2 years, 2 months ago

In the opening keynote of MIX 10 Scott Guthrie confirmed that the supported development platform for the Windos 7 Phone Series is Silverlight and XNA. He also talked about the development environment, marketplace and showed demo applications. Read on for a short summary and videos. read more...

add a comment |category: |Views: 142

tags: another

What's New in ASP.NET 4.0 – SEO with MetaKeywords & MetaDescription(www.dotnetcurry.com)

submitted by oscaroscar(229) 2 years, 2 months ago

In this article, we will take an overview of the two new properties added to the Page class in ASP.NET 4.0 – MetaKeywords and MetaDescription read more...

add a comment |category: |Views: 183

tags: another

Announcing PostSharp 2.0 CTP 4 (www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 2 years, 3 months ago

I do not make typos when submitting my story. I do not make typos when submitting my story. I do not make typos when submitting my story. I do not make typos when submitting my story. I do not make typos when submitting my story. I do not make typos when submitting my story. I do not make typos when submitting my story. read more...

add a comment |category: |Views: 36

tags: another

Performing DML Operations using WCF REST Service and Silverlight(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

WCF REST has provided a mechanism for developing loosely coupled applications. Using Silverlight 3.0 as a client, a light weight consumer of WCF REST service can be created without adding a proxy into the client application. read more...

1 comment |category: |Views: 158

tags: another

Introduction to Visual Studio Test Professional 2010(www.dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 3 months ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment |category: |Views: 1082

tags: another

Reason of Compute Scalar before Stream Aggregate(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 3 months ago

Running the following query will give you Stream Aggregate Operator in Execution Plan. To turn on Execution Plan, press CTRL + M. I would like to know your feedback about Stream Aggregate Operation. read more...

add a comment |category: |Views: 162

tags: another

Using jQuery in an ASP.NET MVC application To Create Stunning Tooltips(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 3 months ago

The following article demonstrates how to use jQuery with ASP.NET MVC to create stunning tooltips. read more...

add a comment |category: |Views: 69

tags: another

SQL SERVER – Find Statistics Update Date – Update Statistics(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 4 months ago

Statistics are one of the most important factors of a database as it contains information about how data is distributed in the database objects (tables, indexes etc). It is quite common to listen people talking about not optimal plan and expired statistics. Quite often I have heard the suggestion to update the statistics if query is not optimal. Please note that there are many other factors for query to not perform well; expired statistics are one of them for sure. read more...

3 comments |category: |Views: 193

tags: another

Building A Color Picker Using ASP.NET MVC And jQuery(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article demonstrates how to build a color picker tool using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 202

tags: another