dripiot

Stories kicked by dripiot

Deveplop a Userver Control(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 2 years ago

Develop like a user control. Deploy like a server control. read more...

add a comment |category: |Views: 11

tags: another

Localize the jQuery DatePicker Control in an ASP.NET Page (www.dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years ago

The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList. read more...

add a comment |category: |Views: 226

tags: another

Multi-Touch in WPF and Silverlight(attachedwpf.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years ago

We had a great time at the Columbia Code Camp this year. A lot of great speakers and volunteers to help with the event. We had I think around 150 people show up which was amazing since it was snowing, raining and freezing temperatures . I did my multi-touch presentation for the first time and I think it went very well. Had some great feedback and questions afterwards. So as promised I am posting up the materials and a quick explanation of what is available to use for Multi-Touch in WPF and Silverlight. read more...

add a comment |category: |Views: 210

tags: another

Permanent Redirect in ASP.NET 4.0(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

In versions prior to ASP.NET 4.0, you could redirect between two pages using Response.Redirect. This caused an extra round trip to the server when users were redirected. Moreover this is a temporary redirect (HTTP 302). This has however changed in ASP.NET 4.0 read more...

add a comment |category: |Views: 363

tags: another

Dyadic Map and Higher in .NET 4(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years ago

.NET has included monadic map functionality since the release of LINQ in .NET 3.5. You may know this by the extension method on IEnumerable<T>, Select. This allows you to project from one sequence to another. However, that’s as far as it went. Applying a map on multiple lists was not available in the core framework. That has changed in .NET 4 with the new Zip method. read more...

add a comment |category: |Views: 13

tags: another

ASP.NET MVC Tabular Display Template(haacked.com)

submitted by siphilpsiphilp(919) 2 years ago

ASP.NET MVC does not include a template for displaying a list of objects in a tabular format. Phil shows you how this is possible read more...

add a comment |category: |Views: 27

tags: another

Create a SlideShow with ASP.NET Panels using jQuery (www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

This article demonstrates how to display ASP.NET Panels one after the other, and after a fixed duration, like a slide show. read more...

add a comment |category: |Views: 629

tags: another

Hosting WCF 4.0 Service on IIS 7.5 with SSL(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

In this article, we will see how to host a WCF service on IIS 7.5 with SSL. read more...

add a comment |category: |Views: 118

tags: another

Using LINQ to represent XML data as an Object containing Master-Detail(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years ago

In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ. read more...

2 comments |category: |Views: 267

tags: another

ANTS Profiler Saves Me From A Sordid Fate(www.simple-talk.com)

submitted by javeryjavery(5523) 2 years ago

"It’s an ancient story of doing something dumb in haste, forgetting about it, and then regretting it at leisure." Carl Niedner recounts how he found his latest and greatest creation suddenly plagued with long loading times. He explains how he eventually achieved a 120x speed increase, fifteen minutes after downloading ANTS Performance Profiler. Read the full story. read more...

1 comment |category: |Views: 339

tags: another

Automating Web Deployment using Windows Installer XML (WIX)(ranjithk.com)

submitted by ranjithkranjithk(100) 2 years, 1 month ago

Deployment of web sites is usually done by copying the compiled ASP.NET web site files into the target virtual directory using Copy Web Site or Publish web site features in Visual Studio and manually creating and configuring the Web Site in IIS. Though this method is simple, it involves lot of manual effort in verifying the Pre Requisites, Creating/Modifying or Configuring the Web sites in IIS. We can automate this whole process by building a simple Windows Installer Package using WIX. read more...

add a comment |category: |Views: 503

tags: another

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

Loading data from text files to SQL Server Tables(beyondrelational.com)

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

This post explains how to load data from text files into a SQL Server table. read more...

add a comment |category: |Views: 8

tags: another

SELECT INTO is faster than CREATE and INSERT(beyondrelational.com)

submitted by ashish.gilhotraashish.gilhotra(354) 2 years, 1 month ago

This article explain Why SELECT.. INTO is faster than CREATE &amp;amp; INSERT... read more...

add a comment |category: |Views: 466

tags: another

Visual Studio 2010 Keyboard Shortcuts Poster(www.devcurry.com)

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

You can now download the reference cards (available as print ready pdf’s) for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F# over here read more...

add a comment |category: |Views: 705

tags: another

Video: SketchFlow in 90 seconds(electricbeach.org)

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

You are pressed for time, but you are dying to know what SketchFlow is? The thought of watching an hour of demo video, like presented here, makes you look frantically at your watch? read more...

add a comment |category: |Views: 26

tags: another