<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3559141111907503753</id><updated>2012-02-16T01:39:22.476-08:00</updated><category term='certification'/><category term='programmer'/><category term='pragmatic'/><category term='computer-science'/><category term='aspnetdb'/><title type='text'>Dev and other things</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-5853182270286876087</id><published>2010-07-05T03:08:00.000-07:00</published><updated>2010-07-05T03:23:50.950-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='aspnetdb'/><title type='text'>An attempt to attach an auto-named database ... aspnetdb.mdf failed.</title><content type='html'>I had an issue trying to open the aspnet membership database on IIS over the weekend. I would get the following error.&lt;br /&gt;    &lt;span style="font-weight:bold;"&gt;An attempt to attach an auto-named database for file C:\Users   \administrator.WESTCHASE\Documents\Visual Studio 2010\Projects\ClaimsEnableWebSite2\ClaimsEnableWebSite_STS\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And the fix is simple. This was the connection string I was using when I was getting the error. &lt;span style="font-weight:bold;"&gt;add name="LocalSqlServer" connectionString="data source=.\&lt;YOURINSTANCESQLEXPRESSNAME&gt;;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and all that I had to do was add &lt;span style="font-weight:bold;"&gt;Database=aspnetdb&lt;/span&gt; to the connection string.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-5853182270286876087?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/5853182270286876087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=5853182270286876087' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/5853182270286876087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/5853182270286876087'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2010/07/attempt-to-attach-auto-named-database.html' title='An attempt to attach an auto-named database ... aspnetdb.mdf failed.'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-596906001839382187</id><published>2010-07-02T00:59:00.000-07:00</published><updated>2010-07-02T01:13:24.377-07:00</updated><title type='text'>WF Services And Windows Identity Foundation</title><content type='html'>In the next couple of weeks I am going to be rewriting a project that caused me a lot of pain. originally the project was done in Asp.Net 2.0. I am going however, to redo it from scratch and try to fix some the pain points with WF Services. &lt;br /&gt;&lt;br /&gt;I just finished going through the example of WF Services and Appfabric Server in the Visual Studio 2010 Training kit. So armed with that and a few videos that I downloaded from the Tech-Ed site. I am going to tackle a real world situation. &lt;br /&gt;&lt;br /&gt;And just to make things a little more interesting I am going to add Claims Based Authentication to the mix.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-596906001839382187?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/596906001839382187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=596906001839382187' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/596906001839382187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/596906001839382187'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2010/07/wf-services-and-windows-identity.html' title='WF Services And Windows Identity Foundation'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-6878459210287213970</id><published>2010-07-01T02:36:00.001-07:00</published><updated>2010-07-01T02:43:07.822-07:00</updated><title type='text'>So  easy</title><content type='html'>It's so easy to get distracted and postpone things that need to be done now for later. Never again!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-6878459210287213970?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/6878459210287213970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=6878459210287213970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/6878459210287213970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/6878459210287213970'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2010/07/so-easy.html' title='So  easy'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-3314340968740413843</id><published>2007-09-28T05:53:00.001-07:00</published><updated>2007-09-28T06:32:07.159-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pragmatic'/><category scheme='http://www.blogger.com/atom/ns#' term='programmer'/><category scheme='http://www.blogger.com/atom/ns#' term='certification'/><category scheme='http://www.blogger.com/atom/ns#' term='computer-science'/><title type='text'>"Kaizen" Continuously Making Many Small Improvements</title><content type='html'>It's been a while since my last post. I am still on my path  to get my MCPD: Web Developer Certification, I passed  the Application Development Foundation exam. Now I know that certification is a touchy issue. But, I do not intend to get certified for the sake of certification. I do work hard to make sure that I improve as developer.&lt;br /&gt;&lt;br /&gt;In fact my mantra at the moment is "&lt;span style="font-style: italic; font-weight: bold;"&gt;Kaizen&lt;/span&gt;" which I got from "The Pragmatic Programmer from Journey to Master" and to quote from the book &lt;span style="font-style: italic; font-weight: bold;"&gt;Kaizen&lt;/span&gt; " is a Japanese term that captures the concept of continuously making many small improvements". So each day I make an effort to make sure that I have done something to add onto my skills as a developer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-3314340968740413843?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/3314340968740413843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=3314340968740413843' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/3314340968740413843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/3314340968740413843'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2007/09/kaizen-continuously-making-many-small.html' title='&quot;Kaizen&quot; Continuously Making Many Small Improvements'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-5679066218158313622</id><published>2007-08-22T03:38:00.001-07:00</published><updated>2007-08-23T00:23:47.657-07:00</updated><title type='text'>On Reading Tech Books and ORM's</title><content type='html'>Man reading tech books is hard, well to some extent anyway,  there are moments you just can't wait to get through a chapter. But there are moments where the chapter does not seem to come to an end. And reading on just makes you sleepy.&lt;br /&gt;&lt;br /&gt;I have been reading Agile Principles Patterns and Practices in C# and any free time I got I had my face in that book. And when I got to chapter 14, where I started reading about UML, I just lost my fire. Anyway I dicided to skip that  section, i guess I will come back to I sometime later.&lt;br /&gt;I have nothing against the book though and Iwould recommend it to anyone trying to get  thier hands around Agile Development.&lt;br /&gt;&lt;br /&gt;I was also poking my head around some ORM packages. I had a look at NHibernate and Subsonic. But  in the end I decided to go with the Data Access Guidance Package found in the Web Services Factory. NHibernate is great but if found the learning curve to be a bit steep. But i kepp looking at at it, I don't know I will ever really use it when linq comes round. The only thing I didn't like about subsonic was that I would have had to write extra code to map my data access layer to my domain model.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-5679066218158313622?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/5679066218158313622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=5679066218158313622' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/5679066218158313622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/5679066218158313622'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2007/08/on-reading-tech-books-and-orms.html' title='On Reading Tech Books and ORM&apos;s'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-7008917876753056948</id><published>2007-08-21T03:14:00.002-07:00</published><updated>2007-08-21T03:23:25.557-07:00</updated><title type='text'>Who would have thought</title><content type='html'>I could never have imagined this the man who inspired me  to start actively developing myself to be a better developer and also to start this blog was the first person to comment on my very first blog post. Wow thanks Justice.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-7008917876753056948?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/7008917876753056948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=7008917876753056948' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/7008917876753056948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/7008917876753056948'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2007/08/who-would-have-thought.html' title='Who would have thought'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3559141111907503753.post-6495294554893643809</id><published>2007-08-07T05:56:00.003-07:00</published><updated>2010-07-01T02:46:52.062-07:00</updated><title type='text'>Continuous Learning</title><content type='html'>I had always considered myself a good developer, that is until I started looking at what other developers were doing. And I realised just how little I knew about the world of Software Development.&lt;br /&gt;&lt;br /&gt;Anyway to cut a long story short, I came across an article by Justice Grey on what he was going to do to be come a better developer in six months. Justice also tagged a couple of guys so that they too would state what they were going  to do in six months to become better developers.&lt;br /&gt;&lt;br /&gt;Since niether Justice and his pals tagged me (since none know me) I tagged myself. And hence this blog was born. I am going to set goals for myself every six months, with regular reviews of my progress every two weeks.&lt;br /&gt;&lt;br /&gt;so here is a list of my goals for the following six months&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Get my MCPD certification. I am not going to download a couple transcender and memorise them. I am actualy going to go through the selfpaced trainning kits.&lt;/li&gt;&lt;li&gt;Read two books on software development every month.&lt;/li&gt;&lt;li&gt;Blog about my learning expriences&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;I am going  to be putting more flesh to these objectives as time goes on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3559141111907503753-6495294554893643809?l=otyce.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://otyce.blogspot.com/feeds/6495294554893643809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3559141111907503753&amp;postID=6495294554893643809' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/6495294554893643809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3559141111907503753/posts/default/6495294554893643809'/><link rel='alternate' type='text/html' href='http://otyce.blogspot.com/2007/08/continuos-learning.html' title='Continuous Learning'/><author><name>otyce</name><uri>http://www.blogger.com/profile/18284972845848936736</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
