|
You are here |
brendanbondurant.com | ||
| | | | |
www.daveabrock.com
|
|
| | | | | In a C# 9 deep dive, we will first walk through init-only features. | |
| | | | |
blog.davidebbo.com
|
|
| | | | | [AI summary] A tutorial demonstrating how to dynamically compile and execute C# code within a standard .NET project using the Mono.CSharp library via NuGet. | |
| | | | |
blog.bartekr.net
|
|
| | | | | In the first part of the series I mentioned two methods of upgrading SSIS projects (well - packages, for now) - Application.Upgrade() and Application.SaveAndUpdateVersionToXml(). This post is about the latter.\nThe documentation of the method is also a bit sparse at the moment, but is self-explanatory:\npublic void SaveAndUpdateVersionToXml ( string fileName, Microsoft.SqlServer.Dts.Runtime.Package package, Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion newVersion, Microsoft.SqlServer.Dts.Runtime.IDTSEvents events ); the name of the target file - that's where we save the outcome of the update operation (fileName) the package we want to convert (package) which SSIS version we have in mind (newVersion) an object for the events that happened during the ... | |
| | | | |
dontcodetired.com
|
|
| | | Don't Code Tired - Jason Roberts on Software Development and .NET - This is the tenth part in a series of articles. If you're not familiar with Durable Functions | ||