Photo of Evan Feinman

Evan Feinman

Professional Bio

Evan Feinman, principal at the Feinman Strategic Network, is a nationally recognized leader in technology, telecommunications, economic development, and public policy. He most recently served as the founding Director of the $42.5 billion Broadband Equity, Access, and Deployment (BEAD) Program, the largest investment in internet infrastructure in American history, where he oversaw the design and execution of state-led broadband rollouts across all 56 states and territories.

Prior to BEAD, Evan held senior roles in Virginia state government, including Chief Broadband Advisor to the Governor and Executive Director of the Tobacco Region Revitalization Commission, where he managed a $500 million fund driving economic growth across rural and Appalachian communities. He has also served as Deputy Secretary of Natural Resources, worked on many political campaigns, and advised corporate leaders on infrastructure, technology, and regulatory strategy.

Evan has built trusted bipartisan relationships nationwide, served as chief executive of large organizations and billions of dollars of projects, and forged coalitions spanning governors’ offices, legislatures, industry, and philanthropy.

Evan earned his bachelor’s degree from the University of Virginia and his law degree from Washington & Lee University, and has been awarded multiple public policy fellowships. He lives in Richmond, Virginia with his wife, Annalisa Feinman, a public defender, and their two children, Bennett and Betsy.
SHLB Logo

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage //custom script to render one h1 tag on home page for on-page seo. Please do not remove. //custom script to replace a.create-account-link href "/register?memberThpeID=null" with "/create-account"