<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'Blinq'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Blinq&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Blinq'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>blinq abandoned by Microsoft</title><link>http://forums.asp.net/thread/3511083.aspx</link><pubDate>Fri, 13 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3511083</guid><dc:creator>hughgallagher</dc:creator><description>&lt;p&gt;Microsoft seem to have missed a trick with this great tool that points at a database and then generates a working CRUD ASP.NET website generating tthe front end pages and back end&amp;nbsp; LINQ classes to for all ot the CRUD operations. Why did they not continue this great time saving tool?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ASP.NET MVC Scaffolding al la &amp;quot;Blinq&amp;quot; (Tool to scaffold Linq webforms)</title><link>http://forums.asp.net/thread/3441678.aspx</link><pubDate>Mon, 05 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3441678</guid><dc:creator>vanb777</dc:creator><description>&lt;p&gt;I am starting to move towards/prefer the ASP.NET&amp;nbsp;MVC model of building these types of data driven sites. It would be&amp;nbsp;excellent if Blinq had an option to generate an MVC based project instead of ASPX forms. It may&amp;nbsp;even be able to simply&amp;nbsp;reuse&amp;nbsp;existing code generation tools&amp;nbsp;in the MVC framework to generate the various &amp;quot;controllers&amp;quot; and &amp;quot;views&amp;quot; for&amp;nbsp;various actions (Insert, Update, Delete, etc). Blinq could fill in the gap my automatically creating the &amp;quot;model&amp;quot; using linq as well as scaffolding the code as MVC does but Blinq can/should do it&amp;nbsp;for the *entire* model.&lt;/p&gt;
&lt;p&gt;At the moment, it seems like&amp;nbsp;MVC assumes I want nothing and I have to initiate generation of each view and each controller, and I get no automatic model generation, &amp;nbsp;so the actions (Insert, Update, Delete) need to be manually written after the model is created.&lt;/p&gt;
&lt;p&gt;A Blinq/MVC combo seems like a match made in heaven. I would love to be able to simply choose a database, (ideally: select&amp;nbsp;some or all of the&amp;nbsp;tables to put into the linq model), and have all the MVC style views, controllers, and *actions implemented with linq* generated for me.&lt;/p&gt;
&lt;p&gt;This seems like the best way to quickly start an MVC project as opposed to file-by-file generation approach used in MVC now. Let me know your thoughts on using Blinq to generate MVC.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Re: Row not found or changed</title><link>http://forums.asp.net/thread/3175175.aspx</link><pubDate>Wed, 20 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3175175</guid><dc:creator>ChaosMonger</dc:creator><description>Re-dragging the tables into the designer(.dbml file)worked for me.</description></item><item><title>how we get  the &amp;quot;:&amp;quot; in xlink please help me </title><link>http://forums.asp.net/thread/2436285.aspx</link><pubDate>Fri, 20 Jun 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2436285</guid><dc:creator>usmanhabeeb</dc:creator><description>my Xml file code is 


  
	
	
  
  
  

	
	
	

	
	
	
      
  


and my link code is  this

XElement xelement = XElement.Load(&amp;quot;d:/CaseStudyBL.xmi&amp;quot;);
XElement xmlDoc = XElement.Parse(xelement.ToString());

var tutorials = from tutorial in xelement.Descendants(&amp;quot;ownedMember&amp;quot;) 
                              
            //                    select new
            //                    {

            //                        Abc = (string)tutorial.Attribute( &amp;quot;name&amp;quot;),

            //                    };
            //    foreach (var tutorial in tutorials)
            //        MessageBox.Show(tutorial.Abc.ToString());


 
please help me how can i get th &amp;quot; xmi:xmi:type &amp;quot; attribute from above xml file. 

when i put  Abc = (string)tutorial.Attribute( &amp;quot;xmi:type&amp;quot;) . it genrate an error of seprator(:) hexadecimal. plz 

help me . 
Advance thanks

</description></item><item><title>Multiple foreign keys between two tables</title><link>http://forums.asp.net/thread/2108361.aspx</link><pubDate>Mon, 14 Jan 2008 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2108361</guid><dc:creator>Brad Engels</dc:creator><description>&lt;p&gt;I have been working on an issue tracking application and have decided to do my database access using linq. The only real problem I have run into is how to link two tables that have multiple foreign key relations.&lt;/p&gt;
&lt;p&gt;I have table [Issue] and table [User]. [Issue] has fields issue_creator_id and issue_assigned_id, both related to [User].&lt;/p&gt;
&lt;p&gt;The problem that I run into is that when I access Issue.User.user_name with linq, I cannot choose between the creator or assigned relationship.&lt;/p&gt;
&lt;p&gt;Other than creating a different User table in the dbml for each time I have multiple foreign keys, what can I do?&lt;/p&gt;</description></item><item><title>DetailsView wrong display</title><link>http://forums.asp.net/thread/1945519.aspx</link><pubDate>Mon, 08 Oct 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1945519</guid><dc:creator>MrJingles</dc:creator><description>Hi.

The DetailsView displays the Data fields wrong.

When I click on NewWorkOrder it shows a dropdown list for my workorderID....this is supposed to be a text box and i must enter the ID.

This is my primary key in the table.


is there a way to fix this??

How can i change the template so that it works?

thanks</description></item><item><title>Regarding login control</title><link>http://forums.asp.net/thread/1891729.aspx</link><pubDate>Tue, 04 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1891729</guid><dc:creator>sumajv</dc:creator><description>&lt;p&gt;hi all,&lt;/p&gt;
&lt;p&gt;in my application i have two users tables one is my own and one is aspnet_users table .i migrated all user to aspnet_users table using membership.create user function.&lt;/p&gt;
&lt;p&gt;i&amp;#39;m using login control for login purpose.&lt;/p&gt;
&lt;p&gt;i&amp;#39;m validating users in login page using membership.validateuser like this&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;flag = &lt;/font&gt;&lt;font color="#008080" size="2"&gt;Membership&lt;/font&gt;&lt;font size="2"&gt;.ValidateUser(ObClsLoginDTO.UserName.ToLower(), ObClsLoginDTO.PassWord.ToLower());&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;at first it is working fine without any problem.i don&amp;#39;t know y it is not working from yesterday.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;can anybody help.it&amp;#39;s an urgent requirement.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;thanx in advance&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;suma&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Compiler executable file Bin\vbc.exe cannot be found</title><link>http://forums.asp.net/thread/1789569.aspx</link><pubDate>Thu, 05 Jul 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1789569</guid><dc:creator>kim.marquardt</dc:creator><description>&lt;p&gt;I am getting the following when selecting Browse from IIS on the Default.aspx file.&amp;nbsp; The web site was automatically configured (visual basic)&amp;nbsp;using Blinq on PUBS.mdf.&amp;nbsp; If I select Browse from Visual Web Developer the web pages render correctly.&amp;nbsp; Where do I get vbc.exe and is the error message accurate?&amp;nbsp; Need help on this to continue my development.&amp;nbsp; Thanks.&lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;
&lt;h1&gt;Server Error in &amp;#39;/BlinqPubs&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;Compiler executable file Bin\vbc.exe cannot be found.&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.InvalidOperationException: Compiler executable file Bin\vbc.exe cannot be found.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td class=""&gt;&lt;code&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&lt;/code&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Deploying Blinq Web Site (Created in VB)</title><link>http://forums.asp.net/thread/1778640.aspx</link><pubDate>Thu, 28 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1778640</guid><dc:creator>kim.marquardt</dc:creator><description>&lt;p&gt;I&amp;#39;m getting a vbc.exe missing in the bin folder.&amp;nbsp; I also get the same when attempting to browse in IIS.&amp;nbsp; Any answers?&amp;nbsp; The web site&amp;nbsp;deploys fine in localhost.&amp;nbsp; My test databases were Northwnd.mdf and Pubs.mdf.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Note: I created the same web sites in C# and deployed without any problems.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Since I am a VB programmer I would like to us the VB side of Blinq.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you.&lt;/p&gt;</description></item><item><title>Genome 3.2: implement CRUD forms in ASP.NET for your database in 5 minutes</title><link>http://forums.asp.net/thread/1723632.aspx</link><pubDate>Thu, 24 May 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1723632</guid><dc:creator>elina h</dc:creator><description>

&lt;ul class="unIndentedList"&gt;&lt;li&gt;
Improved ASP.NET data binding integration&lt;/li&gt;&lt;li&gt;
Visual Studio starter kit with a set of page
wizards to let you build CRUD pages in ASP.NET within minutes&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;



A large portion of any data driven application
consists of standard &lt;i&gt;CRUD&lt;/i&gt; operations - Genome boosts productivity by
delivering lean, clean, extensible UI code. More complex business logic can be
introduced to Genome mapped object-oriented middle tiers with ease. But Genome takes O/RM a step further:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt;&lt;/span&gt;&lt;i&gt;&lt;span&gt;Encapsulate and reuse
query logic&lt;/span&gt;&lt;/i&gt;&lt;span&gt; without
paying a performance penalty&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;Rely on &lt;/span&gt;&lt;span&gt;&lt;i&gt;&lt;span&gt;professional support and services&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span&gt;&lt;span style="font-family:&amp;#39;Times New Roman&amp;#39;;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;font-size-adjust:none;font-stretch:normal;"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Your
project can’t wait for Orcas? Genome offers a &lt;/span&gt;&lt;i&gt;&lt;span&gt;seamless migration path to LINQ&lt;/span&gt;&lt;/i&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Find out
more about Genome at &lt;a href="http://www.genom-e.com/" title="www.genom-e.com" target="_blank"&gt;www.genom-e.com&lt;/a&gt;, where you can download free white papers,
guides, demo videos and a fully functional trial version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;


&lt;/p&gt;</description></item></channel></rss>