odzyskiwanie

Stories kicked by odzyskiwanie

Infinite Lists With C# Yield(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 3 months ago

What we are about to talk about here may seem like a purely academic exercise, but hopefully I will convince you that this isn’t exactly the case. There are several situations in real-world applications where infinite lists can appears if only we were to think about them in the right way. read more...

1 comment |category: |Views: 451

tags: another

How to make image thumbnail using ASP.NET(C#)(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 3 months ago

This sample code shows you how to make image thumbnail in ASP.NET and C#. read more...

2 comments |category: |Views: 332

tags: another

WCF Features in .NET Framework 4.0(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 3 months ago

WCF providing a way to define service contracts and to configure endpoint definitions using the declarative XAML in .NET Framework 4.0. Consider the WCF service contract definition: read more...

3 comments |category: |Views: 468

tags: another

15 jQuery Plugins to Fix and Beautify Browser Issues(devsnippets.com)

submitted by JemmJemm(9604) 3 years, 3 months ago

"We advocate using CSS whenever possible, and we often successed. Modern browsers have very good support for CSS — it’s certainly good enough for you to use CSS to control layout and presentation. Sometimes however, certain page elements will appear differently in different browsers. That’s why today we wanted to highlight 15 jQuery solutions for the most common browser issues that you’ll encounter when building web applications among other jQuery plugins that will give you a nice browser effect." read more...

add a comment |category: |Views: 27

tags: another

Writing Windows Forms Client for Live Search(onedotnetway.com)

submitted by deepakkapoordeepakkapoor(430) 3 years, 3 months ago

In this article we will look at how to write a Windows Forms Client to access Microsoft Live Search API. Via this API you can use the power of a giant search engine within your application. While developing our application we will see that the overall design of the API is simple and easy to work with. read more...

1 comment |category: |Views: 18

tags: another

Understanding Safe Database Synchronization(weblogs.asp.net)

submitted by joycscjoycsc(1597) 3 years, 3 months ago

Data or content synchronization is one of the classic problems in software world. It becomes very trivial point while working on software production, where production data and schema needs to be synchronized with live data and schema. Having some basic conceptual complexity, developers often get afraid to use any automated tool considering the risk factors to lose of data or content. Having a clear specific idea on content synchronization will greatly help to reduce lots of confusion and fear. read more...

2 comments |category: |Views: 303

tags: another

32 Tips To Speed Up Your MySQL Queries(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 3 months ago

If you are interested in how to create fast MySQL queries, this article is for you read more...

1 comment |category: |Views: 325

tags: another

Why aren't I an MVP?(codebetter.com)

submitted by klaus_b0klaus_b0(210) 3 years, 3 months ago

There's a problem with the MVP program I'd like to talk about. The fact that I'm no longer an MVP (haven't been for over a year now) isn't the problem, merely a symptom. My problem is that I don't know why I'm not an MVP, and by extension I don't know why others are. The process of becoming and remaining an MVP is completely opaque. Plainly, the MVP program lacks transparency. read more...

add a comment |category: |Views: 680

tags: another

LightSpeed 2.2 Released(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 3 months ago

LightSpeed 2.2 O/R Mapper has been released with support for SimpleDB, ASP.NET Dynamic Data, stored procedures support and much more. This post covers many of the new features, all of which are included in the free edition. read more...

add a comment |category: |Views: 246

tags: another

SQL SERVER - T-SQL Script for FizzBuzz Logic - Puzzle(blog.sqlauthority.com)

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

Following is quite common Interview Question asked in many interview questions. FizzBuzz is popular but very simple puzzle and have been very popular to solve. FizzBuzz problem can be attempted in any programming language. Let us attempt it in T-SQL. Let us see if you can do this simple exercise or not? read more...

1 comment |category: |Views: 171

tags: another