kiakia

Stories kicked by kiakia

Build your own Bing image search with the Bing API and jQuery(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 2 years ago

One of the most popular parts of Bing is its image search with its never-ending scroll feature. In this post I'll show you my own implementation of a Bing-like image search using the Bing API and jQuery. read more...

add a comment |category: |Views: 488

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

Getting Started with LINQ(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous posts. But before that it surely requires a good introduction to start with. LINQ was introduced with .net 3.0 as one of the language enhancements. It uses generics, which was introduced in .net 2.0, thoroughly to accomplish what it was designed to do. LINQ is designed to query virtually any kind of data source which implements IEnumerable<T> interface. It allows you to query the data by emulating the SQL query expressions using any .net language you are comfortable with. Isn’t that amazing!! read more...

add a comment |category: |Views: 346

tags: another

Create Primary Key with Specific Name when Creating Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 1 month ago

Does your PK has big long not readable name? Well this is quick post to save the day! read more...

add a comment |category: |Views: 273

tags: another

Adding breadcrumbs to your drillthrough reports (SSRS)(beyondrelational.com)

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

This post shows a trick that helps you to build breadcrumbs in SSRS drill through reports. read more...

1 comment |category: |Views: 345

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

Creating a Weather Gadget for Windows 7(www.dotnetcurry.com)

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

In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. read more...

add a comment |category: |Views: 577

tags: another

Reducing Code Coupling - Inversion of Control(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is the conclusion to my series on reducing code coupling. This installment follows from the previous ones, building on them by introducing the Inversion of Control pattern. read more...

2 comments |category: |Views: 677

tags: another

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

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

The following article is a update to the article I published on how to build a color picker using ASP.NET MVC and jQuery. read more...

add a comment |category: |Views: 295

tags: another

C# Recorder using IronRuby(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 7 months ago

The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. read more...

add a comment |category: |Views: 291

tags: another

Introducing PostSharp 2.0: #5 - Build Performance and Packaging(postsharp.org)

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

Gael Fraiteur explains how PostSharp now hosts the CLR - ough - and acts as a pipe server to achieve better load time; he describes new features improving multi-platform support and maintenability of PostSharp read more...

2 comments |category: |Views: 289

tags: another

Silverlight, Isolated Storage, RIA and Network Changes (dotnetcurry.com)

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

In part II of this article I’ll demonstrate how to use save data locally using isolated storage, then update the database using RIA services once you’re back online. read more...

add a comment |category: |Views: 165

tags: another

Win ReSharper Licenses Competition Update(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 8 months ago

Thank you to all those who have already entered the Cool Code Snippets Code-Off, the response has been great and there have been some truly excellent entries since the competition started. For those of you who have not seen the details check out the original post here for details of how to win your very own ReSharper Personal Licenses. read more...

1 comment |category: |Views: 204

tags: another

Smoke Ranch Rich SQL(onlydnn.com)

submitted by mynetnukemynetnuke(522) 2 years, 9 months ago

Rich SQL is a 'Rich Internet Application' that is almost like having a 'lite' version of SQL Server Management Studio, all packaged as a module that you can install anywhere on your site. Rich SQL lets you browse the tables, views, stored procedures, and functions in your database in an interface that should be familiar. You can get the module in its Standard, Enterprise, and Enterprise w/Source configurations. And to celebrate they are offering a discount code for 15% off ANY Smoke Ranch Module at Snowcovered:SR15AUG09 read more...

add a comment |category: |Views: 9

tags: another

Ajax second postback not working in Sharepoint in UpdatePanel(marten-online.com)

submitted by martenmarten(15) 2 years, 9 months ago

This will help you when the page is not making second postback in update panel when the first postback is fired by element in UpdatePanel and refresh only update panels on the page. read more...

add a comment |category: |Views: 61

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

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

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another