(Tess Ferrandez) I was looking at a memory dump recently for an issue where the process would grow to over 1 GB and return OutOfMemory Exceptions.
Tag: Development
Creating dynamic image from text
(SheoNarayan) These days we all get spam emails in our inbox. There are several ways from where automated robots gather these email ids. One of them is from the web page. These automated robots are programmed to filter the content from web page and store the email ids or phone numbers into their dat
Are Integrity Constraints Business Rules? Not!
(Ronald G. Ross) Data professionals are prone to equating “integrity constraint” with “business rule.” Are they the same? Probing deeper, it’s generally accepted that any integrity constraint can be violated – indeed, the reason you define them is to prevent that very thing from happening. Can all b
.NET Tip: Searching for a Needle in a Haystack, or an Entry in an Event Log
(Jay Miller) I frequently receive calls asking why an application is not behaving as expected. Many times, a quick look at the database can provide the answer. Sometimes, however, things are a little more involved. Our internal applications make extensive use of event logs. The event logs will conta
Getting Familiar With Your Basic .NET Delegates
(Brian Di Croce) The .NET framework is a complete toolbox of programming constructs that allows a developer to create any kind of software. You’re practically limited by your imagination and knowledge on the framework. Such a knowledge can be satisfied by getting more familiar with its interfaces,
Demonstration of ListView Contents in WPF
(Purushottam Rathore) This article demonstrates how to create the ListView Contents by using GridView and Extensible Application Markup Language (XAML) and also by using code and also demonstrates a specific feature of the Windows Presentation Foundation.
Exploring the New MSBuild Features for Visual C++ 2010
(Nick Wienholt) The move in Visual C++ 2010 to MSBuild is a great step forward for Visual C++ developers. At first glance, the use of a different file format for Visual C++ projects may cause reactions ranging from indifference to concern over disruptions and breakages to any existing customizations
This Application Has Unique Business Rule Needs
(Kenneth Downs) No it does not. If it did, then your customer/employer would be doing something no other human being has ever done, which is unlikely in the extreme. The application may be unique in its particulars, but it is almost certainly extremely common in its patterns. This week we will see h
Selecting and removing multiple classes in jQuery
(Suprotim Agarwal) If you have multiple ASP.NET Panels or tags in your page with different classes, then here’s how to select some classes and leave others using jQuery :
Why Data Models Cannot Work
(Malcolm Chisholm) A data model represents things of significance to an enterprise and their interrelationships. It does this in such a way that characteristics of these things can be identified and understood as discrete facts. Data is a stored representation of these facts. Thus, a data model prov
