User sontek - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T11:53:34Zhttp://stackoverflow.com/feeds/user/17176http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting51What is your favorite Visual Studio add-in/setting?sontek2008-09-19T23:18:21Z2009-11-17T16:54:39Z
<p>What add-in/setting in Visual Studio can you not live without? Which one improves your productivity or fixes something you can't stand in Visual Studio? Why is it your favorite?</p>
<p>My favorite is <a href="http://www.ardentdev.com/blog/index.php/aspxedithelper" rel="nofollow">aspx edit helper</a> because it does really improve my productivity when working with ASP.NET applications. What it does is provide a quick way to type out server side controls, it automatically fills in runat="server" and id="" and puts your cursor in between the quotes of ID so you can type it in.</p>
<p><strong>Here is a summarized list of all the plugins discussed so far</strong></p>
<ol>
<li><a href="http://www.ardentdev.com/blog/index.php/aspxedithelper" rel="nofollow">ASPX Edit Helper</a> - Snippets for editing asp.net</li>
<li><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">Re-Sharper</a> - Fast Refactoring</li>
<li><a href="http://code.msdn.microsoft.com/PowerCommands" rel="nofollow">Power Commands</a></li>
<li><a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a></li>
<li><a href="http://www.roland-weigelt.de/ghostdoc/" rel="nofollow">GhostDoc</a> - Generates XML comments</li>
<li><a href="http://www.wholetomato.com/" rel="nofollow">Visual Assist X</a></li>
<li><a href="http://www.hanselman.com/blog/IntroducingRockScroll.aspx" rel="nofollow">Rock Scroll</a></li>
<li><a href="http://testdriven.net/" rel="nofollow">TestDriven.NET</a></li>
<li><a href="http://www.ncover.com/" rel="nofollow">NCover</a></li>
<li><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a> - SVN Integration</li>
<li><a href="http://www.viemu.com/" rel="nofollow">ViEmu</a> - Vim Emulation</li>
<li><a href="http://www.visualsvn.com/" rel="nofollow">VisualSVN</a> - SVN Integration</li>
<li><a href="http://frickinsweet.com/tools/Theme.mvc.aspx" rel="nofollow">Theme Generator</a></li>
<li><a href="http://www.codeproject.com/KB/dotnet/Skype%5Fin%5FVisual%5FStudio.aspx" rel="nofollow">Skype Add-in</a></li>
<li><a href="http://www.codeplex.com/xmlexplorer" rel="nofollow">XML Explorer</a></li>
<li><a href="http://www.codeplex.com/ResourceRefactoring" rel="nofollow">Resource Refactoring</a></li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx" rel="nofollow">Linq2Sql Debugger Visualizer</a> - Easily debug Linq2SQL</li>
<li><a href="http://www.mindscape.co.nz/products/vsfileexplorer/" rel="nofollow">Visual Studio File Explorer</a></li>
<li><a href="http://www.codeplex.com/VSWindowManager" rel="nofollow">Visual Studio Window Manager</a></li>
<li><a href="http://msdn.microsoft.com/en-us/teamsystem/bb980963.aspx" rel="nofollow">TFS PowerToys</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb397975.aspx" rel="nofollow">Expression Tree Visualizer</a></li>
<li><a href="http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx?ReleaseId=1425" rel="nofollow">StyleCop</a></li>
<li><a href="http://janyou.itpub.net/post/8897/460372" rel="nofollow">Regions Manager</a></li>
<li><a href="http://www.rauchy.net/regionerate/" rel="nofollow">Regionerate</a></li>
<li><a href="http://www.codekeep.net/addins.aspx" rel="nofollow">Code Keep</a> - Manage Code Snippets from anywhere</li>
<li><a href="http://code.google.com/p/cr-documentor/" rel="nofollow">CR Documentor</a></li>
<li><a href="http://code.google.com/p/dxcorecommunityplugins/" rel="nofollow">DXCore Community Plugins</a></li>
<li><a href="http://www.nunit.org" rel="nofollow">NUnit</a></li>
<li><a href="http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx" rel="nofollow">CodeRush Xpress</a></li>
<li><a href="http://www.codeplex.com/jslint" rel="nofollow">JSLint</a></li>
<li><a href="http://www.codeplex.com/NUnitForVS" rel="nofollow">NUnit for VS</a> - NUnit integration</li>
<li><a href="http://www.developerfusion.com/community/blog-entry-redirect/8388451/" rel="nofollow">Instant Gratification</a> - Tells you how awesome your code is</li>
<li><a href="http://entrian.com/source-search/" rel="nofollow">Entrian Source Search</a>, a Code Search add-in. "Find In Files" on steroids.</li>
<li><a href="http://www.redlizards.com/" rel="nofollow">Goanna</a> - static analysis for C/C++</li>
<li><a href="http://www.exactmagic.com/products/studiotools/index.html" rel="nofollow">StudioTools</a></li>
<li><a href="http://www.usysware.com/dpack/" rel="nofollow">USysWare DPack Code Browser</a> - Fast code navigation </li>
</ol>
http://stackoverflow.com/questions/171653/examples-of-requirement-documents33Examples of Requirement Documentssontek2008-10-05T07:59:34Z2009-09-23T15:46:25Z
<p>I was wondering if anyone could provide me some information on what they put in a requirements document, how do you structure it? I'm the lead for the first time ever and I want to make sure I provide good documents so the project will succeed.</p>
<p>Any templates/examples would be great.</p>
http://stackoverflow.com/questions/1167266/launching-nunit-from-visual-studio-cant-load-nunit-uikit-xmlserializers2Launching NUnit from Visual Studio can't load nunit.uikit.XmlSerializerssontek2009-07-22T18:34:17Z2009-07-22T18:41:33Z
<p>I have set my Visual Studio to start Nunit as an external program to run all the tests written in a module.</p>
<p>It gives me this error: Could not load file or assembly 'nunit.uikit.XmlSerializers, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77</p>
<p>but if I run it from command-line:
nunit.exe Tests.dll</p>
<p>it launches just fine. I can also open up the GUI and then point it to the DLL and it works fine.</p>
http://stackoverflow.com/questions/1167266/launching-nunit-from-visual-studio-cant-load-nunit-uikit-xmlserializers/1167314#11673142Answer by sontek for Launching NUnit from Visual Studio can't load nunit.uikit.XmlSerializerssontek2009-07-22T18:41:33Z2009-07-22T18:41:33Z<p>This exception is an internal exception NUnit is throwing, I have my debugger to break on exceptions when they are thrown so it was stopping :)</p>
http://stackoverflow.com/questions/849602/read-from-excel-using-oledb-in-a-windows-service/850986#8509861Answer by sontek for Read from Excel using OleDb in a Windows Service?sontek2009-05-12T03:01:29Z2009-05-12T03:01:29Z<p>Excel doesn't allow you to open a file simultaneously. You need to either create it as a shared workbook or make a copy of the file and work off of the copy.</p>
<p>There is also full excel API (Microsoft.Office.Interop.Excel) that you could try using, which would allow you to hook into the currently opened excel/workbook.</p>
http://stackoverflow.com/questions/849602/read-from-excel-using-oledb-in-a-windows-service/849704#8497040Answer by sontek for Read from Excel using OleDb in a Windows Service?sontek2009-05-11T19:39:26Z2009-05-11T19:39:26Z<p>What user is the service running as? Make sure that user has access to the specific file.</p>
http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-database1How do can I attach a Entity Framework object that isn't from the database?sontek2009-03-31T06:04:37Z2009-05-08T06:51:06Z
<p>I have a complete separation of my Entity Framework objects and my POCO objects, I just translate them back and forth...</p>
<p>i.e:</p>
<pre><code>// poco
public class Author
{
public Guid Id { get; set; }
public string UserName { get; set; }
}
</code></pre>
<p>and then I have an EF object "Authors" with the same properties..</p>
<p>So I have my business object</p>
<pre><code>var author = new Author { UserName="foo", Id="Guid thats in the db" };
</code></pre>
<p>and I want to save this object so I do the following:</p>
<pre><code>var dbAuthor = new dbAuthor { Id=author.Id, UserName=author.UserName };
entities.Attach(dbAuthor);
entities.SaveChanges();
</code></pre>
<p>but this gives me the following error:</p>
<blockquote>
<p>An object with a null EntityKey value
cannot be attached to an object
context.</p>
</blockquote>
<p><strong>EDIT:</strong>
It looks like I have to use entities.AttachTo("Authors", dbAuthor); to attach without an EntityKey, but then I have hard coded magic strings, which will break if I change my entity set names at all and I wont have any compile time checking... Is there a way I can attach that keeps compile time checking?</p>
<p>I would hope I'd be able to do this, as hard coded strings killing off compile time validation would suck =)</p>
http://stackoverflow.com/questions/700310/how-do-i-add-an-object-with-the-entity-framework-when-it-has-a-foreign-key-object2How do I add an object with the entity framework when it has a foreign key object that already existssontek2009-03-31T06:41:25Z2009-04-13T19:29:35Z
<p>I have 2 tables:</p>
<pre><code>tblAuthors
- id
- username
tblPosts
- id
- authorid
</code></pre>
<p>So if I create a new Post</p>
<pre><code>var post = new Post { Id=Guid.NewId(), Author=new Author { UserName="username", Id="id in database } };
</code></pre>
<p>The author of the post is already in the database, but the post itself is not...</p>
<p>So I want to do:</p>
<pre><code>entities.AddToPosts(obj);
</code></pre>
<p>but it tries to add the Author and the Post... is there a way to have it Save the author and add the post? Or just ignore the Author completely?</p>
<p>I have both the Post and the Author as my own POCO business objects, that were pulled from the database and then converted to my business layer. I don't want to have to re-pull them because I could have modified either in my business layer. So I just want to attach the objects.</p>
<p>I don't want to keep the data objects around, I pull them out and convert them to business objects and then don't touch them again until I want to push back to the database and I convert the business objects to data objects.</p>
http://stackoverflow.com/questions/700310/how-do-i-add-an-object-with-the-entity-framework-when-it-has-a-foreign-key-object/745070#7450700Answer by sontek for How do I add an object with the entity framework when it has a foreign key object that already existssontek2009-04-13T19:29:35Z2009-04-13T19:29:35Z<p>This functionality isn't completely supported in EF yet, I had to the following:</p>
<pre><code>var post = new Post { Id=Guid.NewId(), AuthorReference.EntityKey = new EntityKey("Authors", "Id", authorIdValue) };
entities.AddToPost(post);
</code></pre>
http://stackoverflow.com/questions/704132/how-to-obtain-the-client-id-of-a-contentplaceholder-in-an-easy-manner/704145#7041450Answer by sontek for how to obtain the client id of a ContentPlaceHolder in an easy manner?sontek2009-04-01T05:16:35Z2009-04-01T05:16:35Z<p>I do the following in jQuery:</p>
<pre><code>$("*[id$='DivFullWarning']").each(function() {
// do whatever in here
});
</code></pre>
<p>this searches for any control that contains DivFullWarning in their ID, so you could name your ContentPlaceHolder "contentPlaceHolder" and then no matter how much asp.net muck's with your id, you'll still be able to grab it client side.</p>
<p>You could just expose the content placeHolder somewhere so you don't have to loop through all the controls.</p>
http://stackoverflow.com/questions/402368/what-is-the-best-part-of-the-military-for-a-programmer4What is the best part of the military for a programmer?sontek2008-12-31T05:39:47Z2009-03-31T17:10:41Z
<p>I'm not sure if this is completely off topic but I was wondering what the best part of the military would be best for a computer programmer? (i.e Army, Navy, Airforce, etc.).</p>
<p>I'm not interested in cryptography or anything like that but I would like to join. Any of your tips/opinions would be great. </p>
<p>The reason I'm thinking of joining the military is because they will allow me to go to school while I'm in service and will pay for it.</p>
<p>Does the military only use low level languages like C/C++ or would a C#/ASP.NET developer like myself still have a place?</p>
http://stackoverflow.com/questions/660514/ado-net-data-services-astoria-the-property-name-specified-for-type-is-invali0ADO.NET Data Services (Astoria) -> The Property Name specified for type is invalid.sontek2009-03-18T23:38:29Z2009-03-31T08:22:57Z
<p>I'm getting the following error: Error processing request stream. The property name '{PropertyName}' specified for type '{TypeName} is not valid</p>
<p>I've looked around and everyone is causing it by having a custom property on the Entities, but mine are generated from the database.</p>
<p>I have 2 tables:</p>
<pre><code>tblPrograms
- ProgramCode (PK)
- Description
tblRegistrations
- RegId
- Attended
- ProgramCode (FK)
</code></pre>
<p>I'm trying to update tblRegistrations like this:</p>
<pre><code>var reg = (from r in service.Registrations
where r.RegID == regId
select r).SingleOrDefault();
if (reg != null)
{
reg.Attended = true;
service.UpdateObject(reg);
service.SaveChanges();
}
</code></pre>
<p>and its crashing:</p>
<p>I'm getting the following error: Error processing request stream. The property name 'ProgramCode' specified for type 'Registrations is not valid.</p>
<p>I'm looking in the entity model in the designer and I don't see a property ProgramCode but it does have a Programs property which is doing the FK between the 2 tables.</p>
http://stackoverflow.com/questions/156563/how-do-you-manage-asp-net-sql-membership-roles-users-in-production3How do you manage asp.net SQL membership roles/users in production?sontek2008-10-01T07:25:19Z2009-03-26T15:41:28Z
<p>How do you setup an asp.net sql membership role/membership provider on a production machine? I'm trying to setup BlogEngine.NET and all the documentation says to use the ASP.NET Website Administration tool from Visual Studio but that isn't available on a production machine. Am I the first BlogEngine user to use it on a non-development box?</p>
<p>The SQL server is completely blocked off from everything but the production box, I do have SQL Management Studio on there though.</p>
<p>EDIT: I mean, how do you add new users/roles, not how do you create the tables. I've already ran aspnet_regsql to create the schema.</p>
<p>EDIT2: MyWSAT doesn't work because it requires an initial user in the database as well. I need an application that will allow me to create new users in the membership database without any authentication, just a connection string.</p>
http://stackoverflow.com/questions/415562/mstest-code-coverage2MSTest Code Coveragesontek2009-01-06T05:29:18Z2009-02-12T05:12:13Z
<p>Is there a way to test code coverage within visual studio if I'm using MSTest? Or do I have to buy NCover? </p>
<p>Is the NCover Enterprise worth the money or are the old betas good enough if Microsoft doesn't provide built in tools to do code coverage?</p>
http://stackoverflow.com/questions/498428/how-do-i-use-ioc-in-a-setup-like-this-is-there-a-better-way-to-test-this4How do I use IoC in a setup like this? Is there a better way to test this?sontek2009-01-31T07:01:07Z2009-01-31T07:24:49Z
<p>I'm building a blog engine to test some concepts such us TDD and using inversion of control... I came up with a setup where I'd have a generic IBlogRepository interface so I could support both SQL and XML.</p>
<pre><code>public interface IBlogRepository : IRepository
{
Post GetPostById(Guid postId);
Post GetPostByFriendlyUrl(string friendlyUrl);
List<Post> GetPostsByAuthor(string userName);
List<Post> GetPostByTags(params string[] tags);
List<Author> Authors { get; }
void Delete(Post post);
void Delete(Comment comment);
void Save(Post post);
void Save(Comment comment);
}
</code></pre>
<p>The problem is the XML repository needs different resources than the database one does... here is the constructor:</p>
<pre><code> public XmlBlogRepository(string dataPath, IFileReader fileReader, IDirectoryReader directoryReader, ILogger logger)
{
this.dataPath = dataPath;
this.fileReader = fileReader;
this.directoryReader = directoryReader;
this.Logger = logger;
}
</code></pre>
<p>fileReader, directoryReader, and dataPath are not needed by the SQL Blog Repository.</p>
<p>This makes the issue of doing inversion of control to load the IBlogRepository impossible and it also makes it really hard to generically use them since they have completely different ctors.</p>
<p>The reason I have to pass them in is because if I just used File.Open/Directory.GetFiles then I wouldn't be able to unit test the class without having XML files on the hard drive.</p>
http://stackoverflow.com/questions/444752/yearly-developer-review6Yearly Developer Reviewsontek2009-01-14T21:25:19Z2009-01-15T15:19:03Z
<p>What criteria do you rate your developers on when doing their yearly reviews? We are looking to improve our process more than "we feel you did a good job, here is a raise!"</p>
<p>We were thinking something like:</p>
<ol>
<li>Attendance</li>
<li>Teamwork</li>
<li>Quality of Work</li>
</ol>
<p>We are a .NET / C# shop if that helps.</p>
http://stackoverflow.com/questions/436733/disaster-recovery-template-documents1Disaster Recovery Template Documentssontek2009-01-12T19:44:16Z2009-01-12T19:56:12Z
<p>Anyone have a disaster recovery plan template document that they use to provide to their clients?</p>
<p>Our client wants a document that outlines our disaster recovery plan but we really don't have anything like that documented.</p>
http://stackoverflow.com/questions/412230/tdd-how-much-do-you-test2TDD - How much do you test?sontek2009-01-05T03:55:20Z2009-01-05T20:15:00Z
<p>I'm working on a new project and I'm using the repository pattern, I have my repository that pulls the data from the database and a "service" class which uses the repository and does all the business logic.</p>
<p>something similar to the following;</p>
<pre><code>public class UserRepository : IUserRepository
{
public IQueryable<User> GetUsers()
{
// do stuff
}
}
public class UserService
{
public IList<User> GetUserById
{
var rep = new UserRepository();
var users = rep.GetUsers();
// do business logic
return users.ToList();
}
}
</code></pre>
<p>Would you test both the UserService and the UserRepository or do you think testing just the Service would suffice? I figure since the service is using the repository it should be fun, but it does kill code coverage.</p>
http://stackoverflow.com/questions/160335/how-do-you-localize-a-database-driven-website4How do you localize a database driven websitesontek2008-10-02T00:11:56Z2008-12-17T17:34:14Z
<p>I've been playing with the .NET built in localization features and they seem to all rely on putting data in resx files. </p>
<p>But most systems can't rely on this because they are database driven. So how do you solve this issue? Is there a built in .NET way, or do you create a translations table in SQL and do it all manually? And if you have to do this on the majority of your sites, is there any reason to even use the resx way of localization?</p>
<p>An example of this is I have an FAQ list on my site, I keep this list in the database so I can easily add/remove more, but by putting it in the database, I have no good way have translating this information into multiple languages.</p>
http://stackoverflow.com/questions/324786/how-do-you-store-your-personal-snippets-database-in-order-to-use-it-everywhere-w/324816#3248165Answer by sontek for How do you store your personal snippets database in order to use it everywhere (work, etc)?sontek2008-11-27T23:43:17Z2008-11-27T23:43:17Z<p><a href="http://codekeep.net" rel="nofollow">http://codekeep.net</a></p>
http://stackoverflow.com/questions/271326/what-are-the-benefits-of-using-wcf7What are the benefits of using WCF?sontek2008-11-07T05:43:44Z2008-11-10T02:47:19Z
<ol>
<li><p>We currently just utilize soap webservices for all our communication but have been thinking about moving to WCF instead. What are the benefits of using it over an asmx service?</p></li>
<li><p>If we do go with a WCF service, can other languages still communicate with it? SOAP is standardized and all languages can interact with it.</p></li>
<li><p>Are there any really good examples of how to get started with WCF that show the benefits of it over soap?</p></li>
</ol>
<p><strong>EDIT</strong></p>
<ul>
<li>I just found <a href="http://stackoverflow.com/questions/216931/what-is-the-difference-between-an-aspnet-web-method-and-a-wcf-service">this</a> question which is quite helpful.</li>
<li>The <a href="http://msdn.microsoft.com/en-us/library/ms734712.aspx" rel="nofollow">Getting Started Tutorial</a> is great.</li>
</ul>
http://stackoverflow.com/questions/271398/what-are-your-favorite-extension-methods-for-c-net-codeplex-com-extensionover/271433#271433-4Answer by sontek for What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)sontek2008-11-07T07:17:47Z2008-11-07T07:17:47Z<p>Easily serialize objects into XML:</p>
<pre><code>public static string ToXml<T>(this T obj) where T : class
{
XmlSerializer s = new XmlSerializer(obj.GetType());
using (StringWriter writer = new StringWriter())
{
s.Serialize(writer, obj);
return writer.ToString();
}
}
"<root><child>foo</child</root>".ToXml<MyCustomType>();
</code></pre>
http://stackoverflow.com/questions/271398/what-are-your-favorite-extension-methods-for-c-net-codeplex-com-extensionover/271414#27141419Answer by sontek for What are your favorite extension methods for C#/.NET? (codeplex.com/extensionoverflow)sontek2008-11-07T07:07:00Z2008-11-07T07:07:00Z<p><a href="http://www.mono-project.com/Rocks" rel="nofollow">http://www.mono-project.com/Rocks</a> is a full library of some of the most useful extension methods I've seen.</p>
http://stackoverflow.com/questions/15784/what-visual-studio-add-ins-do-you-use/267946#2679460Answer by sontek for What Visual Studio add-ins do you use?sontek2008-11-06T08:31:54Z2008-11-06T08:31:54Z<p><a href="http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-insetting">This</a> question covers around 30 add-ins that people disussed.</p>
http://stackoverflow.com/questions/267921/regular-expressions-in-mssql-servers/267930#2679301Answer by sontek for Regular Expressions in MSSQL servers?sontek2008-11-06T08:22:08Z2008-11-06T08:22:08Z<p>Check out <a href="http://blogs.msdn.com/khen1234/archive/2005/05/11/416392.aspx" rel="nofollow">this</a> and <a href="http://www.sqlteam.com/article/regular-expressions-in-t-sql" rel="nofollow">this</a>. They are great posts on how to do it.</p>
http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/267927#2679270Answer by sontek for What is your favorite Visual Studio add-in/setting?sontek2008-11-06T08:19:12Z2008-11-06T08:19:12Z<p><a href="http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx" rel="nofollow">CodeRush Xpress</a> has come out and is being shipped for free!</p>
http://stackoverflow.com/questions/267843/visual-studio-editor-does-not-underline-errors-anymore/267852#2678526Answer by sontek for Visual Studio Editor does not underline errors anymoresontek2008-11-06T07:27:25Z2008-11-06T07:27:25Z<p>Have you checked tools -> options -> text editor -> C# -> Advanced -> Underline Errors in the editor?</p>
<p>I usually like to re-set my settings after messing around with plugins, they tend to mess with settings: Tools -> Import Export Settings -> Reset all settings</p>
http://stackoverflow.com/questions/267819/web-splitter-control-where-to-get-one/267826#2678261Answer by sontek for Web splitter control: where to get onesontek2008-11-06T07:06:33Z2008-11-06T07:06:33Z<p>Use the jQuery splitter plugin: <a href="http://methvin.com/jquery/splitter/" rel="nofollow">http://methvin.com/jquery/splitter/</a></p>
<p>or the resizable control from the asp.net ajax control toolkit: <a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ResizableControl/ResizableControl.aspx" rel="nofollow">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ResizableControl/ResizableControl.aspx</a></p>
http://stackoverflow.com/questions/267807/convert-sdf-to-mdf/267812#2678121Answer by sontek for convert sdf to mdfsontek2008-11-06T06:51:35Z2008-11-06T06:51:35Z<p>A simple way would be to go into SQL Management Studio (I think it can connecto to SDF files?) and right click on it and in actions there will be a script database to text file. That will give you SQL scripts to create the schema, then you can create them in SQL 2008.</p>
http://stackoverflow.com/questions/261050/required-field-validator-not-firing/261127#2611270Answer by sontek for Required Field Validator Not Firingsontek2008-11-04T07:08:41Z2008-11-04T07:08:41Z<p>Thats just how the validators work, they don't fire unless there was input to validate or there was a postback. You'll have to do the validation firing yourself if you want it to happen.</p>
<p>I don't know the exact code you'll need but it'll have to do with handling onblur and overriding evaluation function:</p>
<pre><code>function blurred(sender) {
var validator = sender.Validators[0]
validator.evaluationfunction(validator);
}
</code></pre>
<p>and on the textbox:</p>
<pre><code><asp:TextBox runat="server" ID="txt" onBlur="blurred(this)"></asp:TextBox>
</code></pre>
http://stackoverflow.com/questions/849602/read-from-excel-using-oledb-in-a-windows-service/849704#849704Comment by sontek on Read from Excel using OleDb in a Windows Service?sontek2009-05-12T02:55:48Z2009-05-12T02:55:48ZPermissions isn't the issue now that you've posted your error :)http://stackoverflow.com/questions/700310/how-do-i-add-an-object-with-the-entity-framework-when-it-has-a-foreign-key-object/722724#722724Comment by sontek on How do I add an object with the entity framework when it has a foreign key object that already existssontek2009-04-06T22:53:09Z2009-04-06T22:53:09ZThis works for a single item, but not for foreign key items when doing an update.http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-databaseComment by sontek on How do can I attach a Entity Framework object that isn't from the database?sontek2009-04-02T02:22:22Z2009-04-02T02:22:22ZIt has: [global::System.Data.Objects.DataClasses.EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-databaseComment by sontek on How do can I attach a Entity Framework object that isn't from the database?sontek2009-04-01T17:10:35Z2009-04-01T17:10:35ZIt has:
<EntityType Name="tblAuthors">
<Key>
<PropertyRef Name="Id" />
</Key>
but it doesn't have anything about EdmScalarPropertyAttributehttp://stackoverflow.com/questions/704132/how-to-obtain-the-client-id-of-a-contentplaceholder-in-an-easy-manner/704145#704145Comment by sontek on how to obtain the client id of a ContentPlaceHolder in an easy manner?sontek2009-04-01T17:04:41Z2009-04-01T17:04:41Zhah, thats a good point =)http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-databaseComment by sontek on How do can I attach a Entity Framework object that isn't from the database?sontek2009-04-01T02:11:21Z2009-04-01T02:11:21ZYes, I'm not adding it, i'm updating it, so I need to attach to it, and save changeshttp://stackoverflow.com/questions/700310/how-do-i-add-an-object-with-the-entity-framework-when-it-has-a-foreign-key-object/700320#700320Comment by sontek on How do I add an object with the entity framework when it has a foreign key object that already existssontek2009-03-31T15:59:05Z2009-03-31T15:59:05ZI have both the Post and the Author as my own POCO business objects, that were pulled from the database and then converted to my business layer. I don't want to have to re-pull them because I could have modified either in my business layer. So I just want to attach the objects.http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-database/700248#700248Comment by sontek on How do can I attach a Entity Framework object that isn't from the database?sontek2009-03-31T06:35:45Z2009-03-31T06:35:45ZThis does seem to work, but then I have "magic strings" every where, and if I rename the entity set all my code will break. Is there a better way to do this?http://stackoverflow.com/questions/700192/how-do-can-i-attach-a-entity-framework-object-that-isnt-from-the-database/700259#700259Comment by sontek on How do can I attach a Entity Framework object that isn't from the database?sontek2009-03-31T06:33:55Z2009-03-31T06:33:55ZYes, it shows it as the key, I created the table like:
CREATE TABLE tblAuthors
(
Id uniqueidentifier PRIMARY KEY NOT NULL default(NewId()),http://stackoverflow.com/questions/436733/disaster-recovery-template-documents/436788#436788Comment by sontek on Disaster Recovery Template Documentssontek2009-03-08T23:12:47Z2009-03-08T23:12:47ZI don't like marking answers as the correct answer when they are like "GOOGLE IT!" the point of this site is to get answers that weren't on google :) But since you are the only one who responded... http://stackoverflow.com/questions/498428/how-do-i-use-ioc-in-a-setup-like-this-is-there-a-better-way-to-test-this/498430#498430Comment by sontek on How do I use IoC in a setup like this? Is there a better way to test this?sontek2009-01-31T07:15:43Z2009-01-31T07:15:43ZThis is basically what I've done, but since I wanted the class to be testable I had to pass the resources in as interfaces so that I could have mocked/fake objects take over the resources (File reader, data reader, etc.)http://stackoverflow.com/questions/444752/yearly-developer-reviewComment by sontek on Yearly Developer Reviewsontek2009-01-14T21:40:54Z2009-01-14T21:40:54ZHow do I make it a wiki? http://stackoverflow.com/questions/412230/tdd-how-much-do-you-test/412239#412239Comment by sontek on TDD - How much do you test?sontek2009-01-05T04:06:26Z2009-01-05T04:06:26ZI haven't wrote the code yet, I'm thinking of the architecture and was getting ready to write the tests and didn't know how much I shouldhttp://stackoverflow.com/questions/98080/what-is-the-best-logging-solution-for-a-c-net-3-5-project/98093#98093Comment by sontek on What is the best logging solution for a C# .NET 3.5 projectsontek2008-11-06T08:13:01Z2008-11-06T08:13:01ZI'm also concerned that this was marked as the answer.http://stackoverflow.com/questions/267819/web-splitter-control-where-to-get-one/267896#267896Comment by sontek on Web splitter control: where to get onesontek2008-11-06T08:00:16Z2008-11-06T08:00:16Zplease mark my answer as the answer if its correct, that way I gain reputation and others who have this question will know that it is answered.