<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Using Technology to Create</title><link>http://www.bing.com:80/search?q=Using+Technology+to+Create</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Using Technology to Create</title><link>http://www.bing.com:80/search?q=Using+Technology+to+Create</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What are the uses of "using" in C#? - Stack Overflow</title><link>https://stackoverflow.com/questions/75401/what-are-the-uses-of-using-in-c</link><description>User kokos answered the wonderful Hidden Features of C# question by mentioning the using keyword. Can you elaborate on that? What are the uses of using?</description><pubDate>Mon, 13 Apr 2026 05:11:00 GMT</pubDate></item><item><title>"Using" or "by using"? - English Language &amp; Usage Stack Exchange</title><link>https://english.stackexchange.com/questions/113668/using-or-by-using</link><description>Not using by means that the technology used is incidental, and the focus is on the approach being shown to be feasible. Without more context it's impossible to say what the intended import of the sentence is and whether by would actually be better or not. And that means that this question is Not A Real Question.</description><pubDate>Tue, 14 Apr 2026 06:36:00 GMT</pubDate></item><item><title>What is difference between "using" and "by using"?</title><link>https://english.stackexchange.com/questions/217815/what-is-difference-between-using-and-by-using</link><description>By using a joystick or a pointing device, an on-screen keyboard allows people with mobility impairments to type data. The second sentence states that the on-screen keyboard is the one that uses the joystick or pointing device to allow impaired people to type data.</description><pubDate>Mon, 13 Apr 2026 14:08:00 GMT</pubDate></item><item><title>Does "using" statement always dispose the object?</title><link>https://stackoverflow.com/questions/17357258/does-using-statement-always-dispose-the-object</link><description>The using statement allows the programmer to specify when objects that use resources should release them. The object provided to the using statement must implement the IDisposable interface. This interface provides the Dispose method, which should release the object's resources.</description><pubDate>Sun, 12 Apr 2026 04:22:00 GMT</pubDate></item><item><title>How to use the `using` statement in method - Stack Overflow</title><link>https://stackoverflow.com/questions/49873227/how-to-use-the-using-statement-in-method</link><description>In particular, this is the difference between a using directive (which makes types available via different or shorter names) and a using statement (which calls Dispose automatically). They're entirely different things that happen to use the same keyword.</description><pubDate>Thu, 09 Apr 2026 14:20:00 GMT</pubDate></item><item><title>How can I validate an email address using a regular expression?</title><link>https://stackoverflow.com/questions/201323/how-can-i-validate-an-email-address-using-a-regular-expression</link><description>Using a regular expression that recognizes email addresses could be useful in various situations: for example to scan for email addresses in a document, to validate user input, or as an integrity constraint on a data repository.</description><pubDate>Mon, 13 Apr 2026 04:14:00 GMT</pubDate></item><item><title>What is the logic behind the "using" keyword in C++?</title><link>https://stackoverflow.com/questions/20790932/what-is-the-logic-behind-the-using-keyword-in-c</link><description>183 In C++11, the using keyword when used for type alias is identical to typedef. 7.1.3.2 A typedef-name can also be introduced by an alias-declaration. The identifier following the using keyword becomes a typedef-name and the optional attribute-specifier-seq following the identifier appertains to that typedef-name.</description><pubDate>Fri, 10 Apr 2026 11:56:00 GMT</pubDate></item><item><title>c# - in a "using" block is a SqlConnection closed on return or ...</title><link>https://stackoverflow.com/questions/4717789/in-a-using-block-is-a-sqlconnection-closed-on-return-or-exception</link><description>Yes Yes. Either way, when the using block is exited (either by successful completion or by error) it is closed. Although I think it would be better to organize like this because it's a lot easier to see what is going to happen, even for the new maintenance programmer who will support it later:</description><pubDate>Thu, 09 Apr 2026 12:54:00 GMT</pubDate></item><item><title>Listing only directories using ls in Bash? - Stack Overflow</title><link>https://stackoverflow.com/questions/14352290/listing-only-directories-using-ls-in-bash</link><description>20 Actual ls solution, including symlinks to directories Many answers here don't actually use ls (or only use it in the trivial sense of ls -d, while using wildcards for the actual subdirectory matching. A true ls solution is useful, since it allows the use of ls options for sorting order, etc. Excluding symlinks</description><pubDate>Tue, 14 Apr 2026 10:03:00 GMT</pubDate></item><item><title>What is the C# Using block and why should I use it? [duplicate]</title><link>https://stackoverflow.com/questions/212198/what-is-the-c-sharp-using-block-and-why-should-i-use-it</link><description>The using statement is used to work with an object in C# that implements the IDisposable interface. The IDisposable interface has one public method called Dispose that is used to dispose of the object.</description><pubDate>Sat, 11 Apr 2026 10:07:00 GMT</pubDate></item></channel></rss>