bryanbcook
|
Registered User
|
Team lead and .NET solutions Architect. TDD evangelist, iPhone enthusiast and all round good guy
|
|
Dec 6 |
accepted | how to play and stop sound control by javascript in wmplayer? |
|
Nov 27 |
answered | Building profiling support into the code |
|
Nov 25 |
awarded | ● Popular Question |
|
Nov 23 |
awarded | ● Nice Answer |
|
Nov 9 |
accepted | Log4Net available database fields for adoappender - seems there are a few more i.e. method_name? |
|
Nov 9 |
accepted | Class project is not loading log4net.config from Main project |
|
Oct 29 |
answered | How to cope with “rejected” on git push? |
|
Oct 29 |
answered | c# xpath with an OR |
|
Oct 24 |
awarded | ● Yearling |
|
Oct 21 |
revised |
Running VSTS tests without mstest.exe added 406 characters in body |
|
Oct 20 |
comment |
Running VSTS tests without mstest.exe I'm looking at the source, as expected, they're referencing nunit-core.dll, which makes the addin version specific. I've done a bit of nunit addin development, I'll take a poke at this and let you know what I find. |
|
Oct 19 |
comment |
Running VSTS tests without mstest.exe Often, NUnit addins are tied to the framework under which they were compiled. Has to do with the way NUnit and the addin resolve dependencies. If they provide the source, you should be able to recompile with an updated reference. That's assuming they aren't doing something specific with the 2.4.6 core assemblies, though for the most part the core interfaces haven't changed much. If I find the time, I might give this a go. |
|
Oct 18 |
answered | Running VSTS tests without mstest.exe |
|
Oct 11 |
awarded | ● Popular Question |
|
Sep 30 |
comment |
UI Testing Tool? White is a wrapper around the UI Automation Framework. It adds a neat hook that waits for the process's input thread to go idle before proceeding to the next command, which ultimately means it runs as the speed of your machine and doesn't need Thread.Sleep calls. |
|
Sep 30 |
answered | Really bizarre C# generics question |
|
Sep 25 |
comment |
simulate Web Page keystroke You may want to check out seleniumtoolkit.codeplex.com that provides C# utilities for Selenium RC |
|
Sep 25 |
answered | simulate Web Page keystroke |
|
Sep 24 |
answered | Where should I put miscellaneous functions in a .NET project? |
|
Sep 23 |
accepted | Is there a good reference SharePoint’s databinding syntax? |
|
Sep 23 |
answered | jQuery: determine if a <li> contains a <ul> |
|
Sep 23 |
answered | Is there a good reference SharePoint’s databinding syntax? |
|
Sep 23 |
awarded |
● |
|
Sep 20 |
revised |
How to bind a SharePoint textfield to a dropdownlist? deleted 4 characters in body |
|
Sep 19 |
comment |
How to perform testing of web services and WCF? +1 mention of integration testing. It's one thing to test as a unit, but if it's part of a deployment package, there really should be a few automated tests to verify the service is available. |
|
Sep 19 |
comment |
How to perform testing of web services and WCF? +1 for Pex. It's a neat concept that combines unit-testing with code profiling to find alternative inputs that you should test for. |
|
Sep 19 |
answered | Using bool (return Type) to handle exceptions or pass exception to client? |
|
Sep 16 |
accepted | C# - Map Network drive from Web Service |
|
Sep 16 |
comment |
C# - Map Network drive from Web Service The Local System account does have network access, but it presents anonymous credentials to network resources. |
|
Sep 16 |
answered | C# - Map Network drive from Web Service |
|
Sep 16 |
comment |
Securing POST data in web application The anti-forgery-token simply means the page was posted from a previous GET, which limits basic fraudulent POSTs. Any variety of screen recorders could record/playback these pages. |
|
Sep 15 |
revised |
Deploying .NET Web Servics added 2570 characters in body |
|
Sep 15 |
answered | Deploying .NET Web Servics |
|
Sep 15 |
answered | How do you find mismatched tags in HTML? |
|
Sep 13 |
answered | Securing POST data in web application |
|
Sep 12 |
answered | how to develop a webform in blogspot |
|
Sep 12 |
answered | No Line Breaks with Text file with asp.net |
|
Sep 12 |
comment |
How to become a “faster” programmer? @Konstantin, if you consider "development" to be the act of writing the code statement, I would agree with you. However, if you consider "development" to include packaging, preparing build notes, deploying, testing, producing defect reports, reviewing and prioritizing defects, task assignment, investigation, debugging and fixing and starting the process over again -- then the 15 minutes to write the unit test outweighs the days and loss of customer confidence 1000x over. |
|
Sep 12 |
awarded | ● Nice Answer |
|
Sep 11 |
answered | suggest any Asp.net control for adding date of birth by specify day,month & year in each dropdown control |
|
Sep 11 |
revised |
How to become a “faster” programmer? clarified TDD steps |
|
Sep 11 |
answered | How to become a “faster” programmer? |
|
Sep 11 |
answered | Catching specific vs. generic exceptions in c# |
|
Sep 11 |
answered | How to find whether a checkbox is selected inside a div using JQuery? |
|
Sep 11 |
answered | jQuery selector performance |
|
Sep 11 |
comment |
What’s the easiest way to get just the top-level text of an XmlElement? Absolutely. I don't see anything wrong with the solution you've provided above. InnerText takes the text of all childnodes. If you want the text of a specific childNode, you will have to iterate through them to find it. |
|
Sep 11 |
answered | What’s the easiest way to get just the top-level text of an XmlElement? |
|
Sep 8 |
accepted | TDD: Adding a method to test state |
|
Sep 8 |
answered | VS.net set version for multiple projects in one solution |
|
Sep 8 |
asked | Approval Status field doesn’t appear in custom DataFormWebPart |
