(Arup Nanda) During the recently concluded Collaborate 11 (http://collaborate11.ioug.org) I was asked a question which led me to the idea for this entry – the fourth in the series. If the database size is 100GB and you have a 100GB buffer cache, all the blocks will be in the memory and there will ne
Other News
DETERMINISTIC Functions – 3
(Hemant K Chitale) Returning to my thread on Deterministic Functions ……
A simple XML parser from scratch.
(rj45) This is an implementation of a subset of the XML classes provided in .net. This may be useful since it does run faster than the .Net classes, although it has less features and has some bugs. If you know exactly what data you need from a document, this is a fast approach to pull it out. It is
Do you write SOLID code? – Day 2
DBTechCon – Spring 2011 DBTechCon is in full swing. Already I have a backlog of sessions I want to watch…there is so much great content. Be sure to check your schedule today as day two of DBTechCon continues.. Do you write SOLID code? – Day 2 SOLID is an acronym from Robert Martin defining five basic principles of object oriented […]
Do you write SOLID code?
DBTechCon – Spring 2011 DBTechCon starts today. If you are registered to attend, be sure to check your schedule for the live High Definition Streaming presentations. Do you write SOLID code? SOLID is an acronym from Robert Martin defining five basic principles of object oriented programming. If you are writing code in any object oriented languages such as Java, C++, […]
Full Outer join and Cross Join in SQL Server 2008
(Shirsendu Nandi) In this article I describe the purpose of full outer join and cross join.
Understanding and Using .NET Attributes
(Mark Strawmyer) Attributes are a means of associating declarative information with your code. They are metadata of sorts that you can use on types, methods, and properties that are evaluated at runtime. The .NET Framework predefines and uses attributes to control runtime behavior. Common uses of at
ASP.NET MVC 3 Scaffolding with Entity Framework – Code Generation
(David Hayden) If you haven’t heard, there is an update to the ASP.NET MVC 3 Tools for Visual Studio. I recommend installing it with the Web Platform Installer. If you would rather download the update directly, you can download it here from Microsoft Downloads.
Create user friendly date fields with ASP.NET MVC EditorTemplates & jQueryUI
(Rachel Appel) Today’s web sites need to be user friendly, interactive, and responsive. The date field is of particular interest because at this point in time, users pretty much expect too see nicely formatted dates on the site in general, and datepicker/calendar widgets to interact with when editin
Replication Event Checksum
(Mats Kindahl) MySQL replication is fast, easy to use, and reliable, but once it breaks, it can be very hard to figure out what the problem is. One of the concerns often raised is that events are corrupted, either through failing hardware, network failure, or software bugs. Even though it is possibl
