andryuha

Stories kicked by andryuha

Welcome!(subsonicproject.com)

submitted by k000derk000der(4765) 4 years, 11 months ago

SubSonic documentation site read more...

add a comment |category: |Views: 0

tags: another

Simple ASP.NET 2.0 Tips and Tricks that You May (or may not) have Hear(weblogs.asp.net)

submitted by korayemkorayem(1240) 4 years, 11 months ago

ASP.NET 2.0 is an awesome framework for developing Web applications. If you've worked with it for awhile then that's no secret. It offers some great new features that you can implement with a minimal amount of code. read more...

add a comment |category: |Views: 4

tags: another

7 simple steps to ajax-enable your ASP GridView(mattberseth.com)

submitted by mbersethmberseth(1385) 4 years, 11 months ago

I recently used the AJAX.NET framework in a project and I was impressed with how easy it was to implement and how much it improved the usability of our pages. Our project had quite a few advanced search pages where users can enter in a number of different filters and then hit the search button (usually iteratively - filter/search; filter/search; etc...). Before the Ajax framework and Ajax Control Toolkit were applied to the pages, each time the user would tweak a filter or request a different column sort, the complete page would refresh. After adding Ajax to the pages, just the GridView is re-rendered giving the user the much nicer web 2.0 user experience. Anyway, here are the steps I followed for adding these features to our project ... read more...

add a comment |category: |Views: 401

tags: another

Microsoft and Facebook Launch a Partnership(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 11 months ago

Microsoft and Facebook partner to provide a great development experience for the Facebook Platform using Microsoft Popfly and Visual Studio Express. "Facebook Platform empowers developers to utilize the social graph -- the network of connections through which people communicate and share information -- like never before. And, by building tools that ordinary people can use to develop experiences on top of the social graph, Microsoft helps people define their experience on Facebook." read more...

1 comment |category: |Views: 3

tags: another

Create Membership tables in another database than the standard aspnetd(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 4 years, 11 months ago

Create Membership tables in another database than the standard aspnetd read more...

add a comment |category: |Views: 92

tags: another

Building .NET 1.1 Pages On-The-Fly(webdev101.com)

submitted by guy0087guy0087(20) 5 years ago

Here’s a little trickery that will show you how you can build a .NET 1.1 page on the fly, similar to the way .NET 2.0 handles building pages. read more...

add a comment |category: |Views: 2

tags: another

Dot Net Project: New open source .NET blogging platform - BlogEngine.N(dotnetproject.blogspot.com)

submitted by adventureradventurer(2244) 5 years ago

Open source .NET blogging platform with nice set of features read more...

1 comment |category: |Views: 4

tags: another

Screencast: three ways to nullify a DateTimePicker(visualhint.com)

submitted by visualhintvisualhint(440) 5 years ago

The second screencast of a series of four to showcase how it's possible to clear the content of a DateTimePicker and restore a valid datetime value. read more...

add a comment |category: |Views: 36

tags: another

Searching source code on Koders.com(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years ago

Koders.com is a code search engine. Here's a wrapper for querying its service with .NET code using a fluent interface class library. read more...

add a comment |category: |Views: 6

tags: another

SQL Server: JOIN vs IN vs EXISTS - the logical difference (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 5 years ago

There is a common misconception that IN behaves equaliy to EXISTS or JOIN in terms of returned results. This is simply not true. See why not and how to avoid the confusion. read more...

add a comment |category: |Views: 238

tags: another

Google Analytics False Statistics(dailylifeneeds.blogspot.com)

submitted by vermdivyavermdivya(365) 5 years ago

For those who feels that Google Analytics shows False Statistics must read read more...

add a comment |category: |Views: 23

tags: another

28 Great Programming Quotes that never saw daylight(ajaxwidgets.com)

submitted by kimoalikimoali(65) 5 years ago

Some nice quotes that never saw daylight but really should have ;) read more...

add a comment |category: |Views: 22

tags: another

Eat Your Own Dog Food(evanhoff.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

This is a simple technique. Avoid the ivory tower speak and put your ideas into practice. Notice I didn't say to have your team put your ideas into practice. The best leaders are those who lead by example. The rest are simply managers. Be creative and be edgy, but never forget where the rubber meets the road. Architecture is worthless until it is implemented. Be a coder and lead by example. read more...

add a comment |category: |Views: 1

tags: another

Developing .Net 1.1 Applications in Visual Studio 2005 - Primer(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 5 years ago

If you're current environment is split between the .Net 1.1 and 2.0 frameworks, you've probably wished that you could just move everything in 1.1 to 2.0 and be done with it. While that's partly because of the obvious advantages 2.0 has over 1.1, the 2005 Visual Studio IDE is much nicer than its predecessor. It just so happens that there's a way to support the 1.1 framework within 2005 projects. read more...

add a comment |category: |Views: 0

tags: another

Social Bookmarking Tool 2.0 Released(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 5 years ago

A while ago, I released a pretty basic version of Social Bookmarking Tool and gradually made it to support 20 bookmarking websites. The good thing was that you had options. The bad was that... you didn't have too many configuration options and everything used to appear as text. With this version I have changed it and now you will have options to use text, icons or both and my preference is to have just icons, since I can have a lot more icons and they won't make it look messy. read more...

add a comment |category: |Views: 2

tags: another

The search engine every .NET developer was looking for(msmvps.com)

submitted by PauloMorgadoPauloMorgado(435) 5 years ago

While watching this DotNetRocks show, I came across the SearchDotNet engine. read more...

1 comment |category: |Views: 2

tags: another