Programming

TwitterFacebook
Get flash to fully experience Pearltrees
If you've ever been debugging a managed app, only to be unable to evaluate any of the locals or parameters because the code was "optimized", check out the article below. It shows a quick trick to disable optimizations by way of a .ini file. This is great because it doesn't force you to recompile the application and takes only seconds to implement. The short version is create an .ini file (i.e. myapp.ini) with the following contents. [.NET Framework Debugging Control] GenerateTrackingInfo=1 AllowOptimize=0 http://blogs.msdn.com/b/jaredpar/archive/2008/08/29/disabling-jit-optimizations-while-debugging.aspx

Disabling JIT optimizations while debugging - jaredpar's WebLog

Web Essentials 2012 extension

Sign in to Write a Review http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6

Для чего нужны шаблоны проектирования

Все чаще и чаще я слышу от разработчиков и читаю в статьях, что шаблоны проектирования (они же дизайн-паттерны) никому не нужны. Мол, они появились во времена «цветения» UML, RUP, CASE систем и прочих чересчур «сложных» инструментов, подходов и практик. А сейчас самое важное — это код рабочий написать, да побыстрее. На умные толстые книжки ни у кого нет времени, разве что для прохождения собеседования. Тех, кто хочет обсудить данную тему, прошу под кат. http://habrahabr.ru/post/170125/

Fix Mysterious 403 Forbidden error on SharePoint anonymous sites

http://123it.blogspot.com/2012/01/fix-mysterious-403-forbidden-error-on.html While there're possibly many other permission related causes for the HTTP Status Code 403 Firbidden error on SharePoint anonymous sites, one in particular is very elusive and puzzling. If a page access terms from the metadata store, e.g. trying to get the Label of a TaxonomyFieldValue off a list item, it results in the 403 error.
В предложенной статье рассматривается решение задачи параллельной синхронной обработки IEnumerable , а также откуда такая задача вообще взялась.

Параллельная обработка IEnumerable в .NET

http://habrahabr.ru/post/165449/

SharePoint Lookup field: how does it work and how to add JavaScript event handler function to it? | SharePoint

Due to a lot of comments and questions to my last year’s post about Attaching functions to SharePoint form fields concerning especially lookup fields on which the demo was made, I’ve decided to take a deeper dive into SharePoint’s Lookup Field and how to manipulate it client-side, since it behaves different in different situations. On the image below you can see two lookup fields – rendered different. http://www.sharepointboris.net/2009/10/sharepoint-lookup-field-how-does-it-work-and-how-to-add-javascript-event-handler-function-to-it/
http://www.codeproject.com/Articles/30990/How-to-close-a-multi-threaded-NET-Windows-Forms-ap Assumptions Knowledge of .NET Windows Forms event handling and threading is assumed, including the use of the lock statement, and how to invoke events onto a GUI thread.

How to close a multi-threaded .NET Windows Forms application and prevent the ObjectDisposedException from getting thrown

http://habrahabr.ru/post/164083/

Уроки написания утилитки на $1 000 000

Осенью 2008 года мы с приятелем потратили две-три недели свободного от основной работы времени, чтобы написать маленькую утилитку для бэкапа баз данных (MS SQL Server и потом MySQL). Сегодня она приносит нам около $230 000 в год и можно с уверенностью говорить, что суммарно мы заработаем на ней больше $1 000 000. Под катом я расскажу, как это получилось и какие уроки мы из этого извлекли. Вполне возможно, что нам просто глупо повезло и опыт этот целиком неверен и теории не соответствует и только навредит вашему начинанию — читайте на свой страх и риск.
http://msdn.microsoft.com/en-us/library/bb738067.aspx Netscape developed SSL in 1994 as a result of the growing concern about security on the Internet.

Securing Communications with SSL and the .NET Compact Framework

http://code.google.com/p/visual-studio-sharepoint-project-template/

visual-studio-sharepoint-project-template - Visual Studio Project Template for SharePoint 2010

SharePoint Project Template is a predefined solution template for C# and VB with general classes and API's which is used in SharePoint projects which can save developer's effort to create solutions, writing base functionality and common methods Who benefits from using SharePoint Project Template? Using SharePoint Project Template benefits all of the following:

Немного об интерфейсах в .Net (по мотивам одного интервью)

В прошедний понедельник мне посчастливилось попасть на собеседование на Senior .Net Developer в одну международную компанию. Во время собеседования мне предложили пройти тест, где ряд вопросов был связан с .Net.
Be careful in using CustomSortOrder in SharePoint 2010 TermSets! TermSets terms can be ordered in custom way using the specific user inteface feature in Site Settings -> Term Store Management.

CustomSortOrder in SharePoint 2010 TermSets | Andrea Ramacciotti Blog's

Ewen's Files, Ewen Elder; jQuery JavaScript PHP CSS xHTML MySQL Developer

Setting the fixed width of a <select> element in Internet Explorer will cause all of the select options that are wider than the select's set width to be cropped. This jQuery plugin proposes a work around. Applying this plugin makes the select element in Internet Explorer appear to work as it would work in Firefox, Opera etc...

TypeScript: язык для разработки больших приложений на JavaScript

2 октября 2012 в 04:51 Microsoft представила язык программирования TypeScript , который является надмножеством JavaScript, поддерживает статическую типизацию, модули, определение классов и интерфейсов.
Представляю вашему вниманию заключительную статью из трилогии «Восстановление расфокусированных и смазанных изображений». Первые две вызвали заметный интерес — область, действительно, интересная.

Восстановление расфокусированных и смазанных изображений. Повышаем качество

FacebookApi

MVC

Javascript

Sql

Sharepoint