Skip to main content

Home/ Coders/ Group items matching "it" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Joel Bennett

15 Seconds : Creating a Data Access Layer in .NET - Part 2 - 1 views

  • This means the Primary Key will not contain the actual auto-increment from the database until the DataSet is updated. Therefore, the auto-increment value is relative to the DataSet only. For this reason, I have found it wise to set the AutoIncrementSeed to 0 and the AutoIncrementStep to -1.
  •  
    A good tutorial on DataSets - gives a very good suggestion to set
Joel Bennett

Using C++ Interop (Implicit PInvoke) - 0 views

  • C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
  • C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
  •  
    Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it  the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
Joel Bennett

Software Transactional Memory (MSDN Blog: Developing for Developers) - 0 views

  •  
    A great article explaining Software Transactional Memory for programmers who've never heard of it.
Joel Bennett

Sandcastle - 0 views

  •  
    The Sandcastle Wiki. Sandcastle is the official Microsoft MSDN documentation generator (it reflects on assemblies and includes XML comments if they're available). Like NDoc ...
Joel Bennett

DDay.iCal - 0 views

  • DDay.iCal is an iCalendar implementation written in C# and based on the RFC 2445 standard. it parses files in the iCalendar format and provides an object-oriented interface to iCalendar components: Event, Todo, TimeZone, Journal, FreeBusy, and Alarm.
  •  
    .NET implementation of iCalendar, including classes for all the data types, and saving/reading ics files.
« First ‹ Previous 1321 - 1329 of 1329
Showing 20 items per page