eXXL

Stories kicked by eXXL

Things to Notice When Binding to Large Collection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Lately I was working on an application that had to display a large amount of objects on screen and allow filtering. I have learned that scrolling large collections was not so simple in WPF, and I definitely did not see the problems coming. read more...

add a comment |category: |Views: 292

tags: another

How To Guarantee That Your Software Will Suck(codethinked.com)

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

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

tags: another

Loading static content in ASP.NET pages from different domain for fast(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 9 months ago

Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. As browser can only open two concurrent connections, all of these download only two at once. If you move the static content to a separate domain, browser can download more content in parallel and thus load the page faster. This HttpFilter parses the page output and automatically moves all static content links to a different domain as specified. read more...

1 comment |category: |Views: 34

tags: another

Getting started with custom SharePoint Event Receivers(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 3 years, 10 months ago

In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. read more...

add a comment |category: |Views: 147

tags: another

Battling some of the errors generated by Microsoft Source Analysis for(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years ago

Getting rid of errors related to generated files and SA1633 "valid header XML" read more...

add a comment |category: |Views: 51

tags: another

Writing your own rules for Microsoft Source Analysis for C#(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years ago

How to look at the baked in rules or how to write your own set of rules for the newly released Microsoft Source Analysis for C#. read more...

add a comment |category: |Views: 331

tags: another

Change SharePoint ContentType of ListItem(alexbruett.net)

submitted by eXXLeXXL(120) 4 years ago

This article describes how to change the content type of a SharePoint list item. read more...

add a comment |category: |Views: 100

tags: another

Cool WPF MulticolumnTreeview(mindscape.co.nz)

submitted by AndrewPetersAndrewPeters(1170) 4 years ago

Great, detailed article on using a WPF MulticolumnTreeview control to display complex, hierarchical data. read more...

add a comment |category: |Views: 231

tags: another

Stored Procedures vs. Ad-Hoc (yet again yawn)(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago

Inspired by Chris Love's Things I Hate About NET post http://www.dotnetkicks.com/aspnet/Things_I_Hate_About_NET I respond to his love of (yech) Stored Procedures. read more...

add a comment |category: |Views: 15

tags: another

Build visual studio documentation from code comments using Sandcastle(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 4 years, 2 months ago

This article describes how to build help files using Sandcastle and code comment tags and how to integrate the help files into the visual studio help system. read more...

add a comment |category: |Views: 65

tags: another

SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

What are SharePoint Timer Jobs? SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. read more...

add a comment |category: |Views: 136

tags: another

Style and Silverlight(weblogs.asp.net)

submitted by SalvoDiFazioSalvoDiFazio(125) 4 years, 3 months ago

How improve your silverlight look-and-feel read more...

add a comment |category: |Views: 38

tags: another

Silverlight 2 Tutorial Part 2: Using Layout Management(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial Part 2. read more...

2 comments |category: |Views: 102

tags: another

Creating "Hello World" with Silverlight 2 Part 1(weblogs.asp.net)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 3 months ago

Scott Gu SilverLight 2 tutorial Part 1 read more...

add a comment |category: |Views: 194

tags: another

Create horizontal or vertical linear gradients(silverlight.net)

submitted by jlibertyjliberty(260) 4 years, 4 months ago

Explains in detail why linear gradients default to being on a diagonal and demonstrates how to create either horizontal or vertical linear gradients. read more...

add a comment |category: |Views: 33

tags: another